Searched refs:VectorLoopValueMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 688 VectorizerValueMap VectorLoopValueMap; member in llvm::InnerLoopVectorizer 1835 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue() 1836 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue() 1841 if (VectorLoopValueMap.hasAnyScalarValue(V)) { in getOrCreateVectorValue() 1893 VectorLoopValueMap.setVectorValue(V, Part, B); in getOrCreateVectorValue() 1912 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue() 3791 VectorLoopValueMap.setVectorValue(P, 0, VecPhi); 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() [all …]
|