Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2203 VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue); in packScalarIntoVectorValue()
3304 VectorLoopValueMap.resetVectorValue(KV.first, Part, Res); in truncateToMinimalBitwidths()
3321 VectorLoopValueMap.resetVectorValue(KV.first, Part, NewI); in truncateToMinimalBitwidths()
3493 VectorLoopValueMap.resetVectorValue(Phi, Part, Shuffle); in fixFirstOrderRecurrence()
3653 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]); in fixReduction()
7223 State.ValueMap.resetVectorValue(PredInst, Part, VPhi); // Update cache. in execute()
DVPlan.h205 void resetVectorValue(Value *Key, unsigned Part, Value *Vector) { in resetVectorValue() function