Home
last modified time | relevance | path

Searched refs:InvariantCond (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp78 bool InvariantCond = in VPInstructionsToVPRecipes() local
81 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()
H A DVPlan.h935 bool InvariantCond; variable
940 bool InvariantCond) in VPWidenSelectRecipe() argument
943 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
H A DVPlan.cpp1088 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
H A DLoopVectorize.cpp487 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()