Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp84 bool InvariantCond = in VPInstructionsToVPRecipes() local
87 *SI, Plan->mapToVPValues(SI->operands()), InvariantCond); in VPInstructionsToVPRecipes()
H A DVPlan.h960 bool InvariantCond; variable
965 bool InvariantCond) in VPWidenSelectRecipe() argument
967 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
H A DVPlanRecipes.cpp531 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
544 InvariantCond ? State.get(getOperand(0), VPIteration(0, 0)) : nullptr; in execute()
H A DLoopVectorize.cpp8664 bool InvariantCond = in tryToCreateWidenRecipe() local
8667 *SI, make_range(Operands.begin(), Operands.end()), InvariantCond)); in tryToCreateWidenRecipe()