Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h911 bool InvariantCond; variable
916 bool InvariantCond) in VPWidenSelectRecipe() argument
919 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
H A DVPlan.cpp990 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
H A DLoopVectorize.cpp495 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()