Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1941 VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue); in packScalarIntoVectorValue()
3236 VectorLoopValueMap.resetVectorValue(KV.first, Part, Res); in truncateToMinimalBitwidths()
3253 VectorLoopValueMap.resetVectorValue(KV.first, Part, NewI); in truncateToMinimalBitwidths()
3432 VectorLoopValueMap.resetVectorValue(Phi, Part, Shuffle); in fixFirstOrderRecurrence()
3592 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]); in fixReduction()
7069 State.ValueMap.resetVectorValue(PredInst, Part, VPhi); // Update cache. in execute()
H A DVPlan.h208 void resetVectorValue(Value *Key, unsigned Part, Value *Vector) { in resetVectorValue() function