Home
last modified time | relevance | path

Searched refs:setVectorValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1881 VectorLoopValueMap.setVectorValue(V, Part, Undef); in getOrCreateVectorValue()
1893 VectorLoopValueMap.setVectorValue(V, Part, B); in getOrCreateVectorValue()
2315 VectorLoopValueMap.setVectorValue(Instr, Part, NewLI); in vectorizeMemoryInstruction()
3791 VectorLoopValueMap.setVectorValue(P, 0, VecPhi); in widenPHIInstruction()
3811 VectorLoopValueMap.setVectorValue(P, Part, EntryPart); in widenPHIInstruction()
3981 VectorLoopValueMap.setVectorValue(&I, Part, V); in widenInstruction()
4009 VectorLoopValueMap.setVectorValue(&I, Part, Sel); in widenInstruction()
4034 VectorLoopValueMap.setVectorValue(&I, Part, C); in widenInstruction()
4063 VectorLoopValueMap.setVectorValue(&I, Part, Cast); in widenInstruction()
4137 VectorLoopValueMap.setVectorValue(&I, Part, V); in widenInstruction()
[all …]
H A DVPlan.h180 void setVectorValue(Value *Key, unsigned Part, Value *Vector) { in setVectorValue() function