Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h888 bool InvariantCond; variable
893 bool InvariantCond) in VPWidenSelectRecipe() argument
896 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
DVPlan.cpp892 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
DLoopVectorize.cpp493 bool InvariantCond, VPTransformState &State);
4912 bool InvariantCond, in widenSelectInstruction() argument
4921 InvariantCond ? State.get(Operands.getOperand(0), {0, 0}) : nullptr; in widenSelectInstruction()
8260 bool InvariantCond = in tryToCreateWidenRecipe() local
8263 InvariantCond); in tryToCreateWidenRecipe()
8632 this, *this, InvariantCond, State); in execute()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4118 bool InvariantCond = in vectorizeBlockInLoop() local
4137 InvariantCond ? ScalarCond : Cond[Part], Op0[Part], Op1[Part]); in vectorizeBlockInLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4256 bool InvariantCond = in widenInstruction() local
4272 Builder.CreateSelect(InvariantCond ? ScalarCond : Cond, Op0, Op1); in widenInstruction()