Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp410 VectorLoopValueMap(UnrollFactor, VecWidth), Legal(LVL), Cost(CM) {} in InnerLoopVectorizer()
750 VectorizerValueMap VectorLoopValueMap; member in llvm::InnerLoopVectorizer
1739 VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction); in createVectorIntOrFpInductionPHI()
1800 VectorLoopValueMap.setScalarValue(CastInst, {Part, Lane}, VectorLoopVal); in recordVectorLoopValueForInductionCast()
1802 VectorLoopValueMap.setVectorValue(CastInst, Part, VectorLoopVal); in recordVectorLoopValueForInductionCast()
1885 VectorLoopValueMap.setVectorValue(EntryVal, Part, EntryPart); in widenIntOrFpInduction()
1993 VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add); in buildScalarSteps()
2010 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue()
2011 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue()
2016 if (VectorLoopValueMap.hasAnyScalarValue(V)) { in getOrCreateVectorValue()
[all …]