Searched refs:InvariantCond (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 935 bool InvariantCond; variable 940 bool InvariantCond) in VPWidenSelectRecipe() argument 943 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
|
| H A D | VPlan.cpp | 1088 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
|
| H A D | LoopVectorize.cpp | 487 bool InvariantCond, VPTransformState &State); 5046 bool InvariantCond, in widenSelectInstruction() argument 5054 auto *InvarCond = InvariantCond in widenSelectInstruction() 9096 bool InvariantCond = in tryToCreateWidenRecipe() local 9099 *SI, make_range(Operands.begin(), Operands.end()), InvariantCond)); in tryToCreateWidenRecipe() 9581 this, *this, InvariantCond, State); in execute()
|