Searched refs:resetVectorValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2116 VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue); in packScalarIntoVectorValue() 3428 VectorLoopValueMap.resetVectorValue(KV.first, Part, Res); in truncateToMinimalBitwidths() 3445 VectorLoopValueMap.resetVectorValue(KV.first, Part, NewI); in truncateToMinimalBitwidths() 3627 VectorLoopValueMap.resetVectorValue(Phi, Part, Shuffle); in fixFirstOrderRecurrence() 3782 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, Sel); in fixReduction() 3811 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]); in fixReduction() 7492 State.ValueMap.resetVectorValue(PredInst, Part, VPhi); // Update cache. in execute()
|
D | VPlan.h | 208 void resetVectorValue(Value *Key, unsigned Part, Value *Vector) { in resetVectorValue() function
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2461 VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue); in packScalarIntoVectorValue() 3858 VectorLoopValueMap.resetVectorValue(KV.first, Part, Res); in truncateToMinimalBitwidths() 3875 VectorLoopValueMap.resetVectorValue(KV.first, Part, NewI); in truncateToMinimalBitwidths() 4076 VectorLoopValueMap.resetVectorValue(Phi, Part, Shuffle); in fixFirstOrderRecurrence() 4235 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, Sel); in fixReduction() 4281 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]); in fixReduction() 8814 State.ValueMap.resetVectorValue(PredInst, Part, VPhi); // Update cache. in execute()
|
D | VPlan.h | 220 void resetVectorValue(Value *Key, unsigned Part, Value *Vector) { in resetVectorValue() function
|