Searched refs:InvariantCond (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 78 bool InvariantCond = in VPInstructionsToVPRecipes() local 81 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()
|
H A D | VPlan.h | 911 bool InvariantCond; variable 916 bool InvariantCond) in VPWidenSelectRecipe() argument 919 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
|
H A D | VPlan.cpp | 990 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
|
H A D | LoopVectorize.cpp | 495 bool InvariantCond, VPTransformState &State); 5121 bool InvariantCond, in widenSelectInstruction() argument 5129 auto *InvarCond = InvariantCond in widenSelectInstruction() 8956 bool InvariantCond = in tryToCreateWidenRecipe() local 8959 *SI, make_range(Operands.begin(), Operands.end()), InvariantCond)); in tryToCreateWidenRecipe() 9385 this, *this, InvariantCond, State); in execute()
|