Searched refs:SclrGep (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4038 Value *SclrGep = II.transform(Builder, GlobalIdx, PSE.getSE(), DL); in widenPHIInstruction() local 4039 SclrGep->setName("next.gep"); in widenPHIInstruction() 4040 Entry[part] = SclrGep; in widenPHIInstruction() 4049 Value *SclrGep = II.transform(Builder, GlobalIdx, PSE.getSE(), DL); in widenPHIInstruction() local 4050 SclrGep->setName("next.gep"); in widenPHIInstruction() 4051 VecVal = Builder.CreateInsertElement(VecVal, SclrGep, in widenPHIInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3849 Value *SclrGep = II.transform(Builder, GlobalIdx, PSE.getSE(), DL); in widenPHIInstruction() local 3850 SclrGep->setName("next.gep"); in widenPHIInstruction() 3851 VectorLoopValueMap.setScalarValue(P, {Part, Lane}, SclrGep); in widenPHIInstruction()
|