Searched refs:setScalarValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 188 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() function
|
D | LoopVectorize.cpp | 1888 VectorLoopValueMap.setScalarValue(CastInst, {Part, Lane}, VectorLoopVal); in recordVectorLoopValueForInductionCast() 2081 VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add); in buildScalarSteps() 2549 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction() 3851 VectorLoopValueMap.setScalarValue(P, {Part, Lane}, SclrGep); in widenPHIInstruction()
|