Searched refs:InvariantCond (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 888 bool InvariantCond; variable 893 bool InvariantCond) in VPWidenSelectRecipe() argument 896 InvariantCond(InvariantCond) {} in VPWidenSelectRecipe()
|
D | VPlan.cpp | 892 O << (InvariantCond ? " (condition is loop invariant)" : ""); in print()
|
D | LoopVectorize.cpp | 493 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/ |
D | LoopVectorize.cpp | 4118 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/ |
D | LoopVectorize.cpp | 4256 bool InvariantCond = in widenInstruction() local 4272 Builder.CreateSelect(InvariantCond ? ScalarCond : Cond, Op0, Op1); in widenInstruction()
|