Searched refs:getVectorValue (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2011 return VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue() 2059 VectorValue = VectorLoopValueMap.getVectorValue(V, Part); in getOrCreateVectorValue() 2113 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); in packScalarIntoVectorValue() 3573 cast<Instruction>(VectorLoopValueMap.getVectorValue(Phi, 0))); in fixFirstOrderRecurrence() 3620 Value *PhiPart = VectorLoopValueMap.getVectorValue(Phi, Part); in fixFirstOrderRecurrence() 3772 VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction() 3795 RdxParts[Part] = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction() 3816 Value *ReducedPartRdx = VectorLoopValueMap.getVectorValue(LoopExitInst, 0); in fixReduction() 3828 Value *RdxPart = VectorLoopValueMap.getVectorValue(LoopExitInst, Part); in fixReduction() 4006 cast<PHINode>(VectorLoopValueMap.getVectorValue(OrigPhi, 0)); in fixNonInductionPHIs() [all …]
|
D | VPlan.h | 166 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() function
|