Searched refs:setScalarValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 191 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() function
|
D | LoopVectorize.cpp | 1800 VectorLoopValueMap.setScalarValue(CastInst, {Part, Lane}, VectorLoopVal); in recordVectorLoopValueForInductionCast() 1993 VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add); in buildScalarSteps() 2517 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction() 4180 VectorLoopValueMap.setScalarValue(P, {Part, Lane}, SclrGep); in widenPHIInstruction()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 203 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() function
|
D | LoopVectorize.cpp | 2114 VectorLoopValueMap.setScalarValue(CastInst, {Part, Lane}, VectorLoopVal); in recordVectorLoopValueForInductionCast() 2333 VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add); in buildScalarSteps() 2872 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction() 4660 VectorLoopValueMap.setScalarValue(P, {Part, Lane}, SclrGep); in widenPHIInstruction()
|