Home
last modified time | relevance | path

Searched defs:NewGEP (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp315 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, in tryReassociateGEP() local
354 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() local
358 if (auto *NewGEP = in tryReassociateGEPAtIndex() local
430 GetElementPtrInst *NewGEP = cast<GetElementPtrInst>( in tryReassociateGEPAtIndex() local
DSeparateConstOffsetFromGEP.cpp1061 Instruction *NewGEP = GEP->clone(); in splitGEP() local
DInferAddressSpaces.cpp485 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp127 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1807 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local
1888 auto *NewGEP = GetElementPtrInst::Create(GEPEltType, NewSrc, {SO1}); in visitGetElementPtrInst() local
2068 Value *NewGEP = in visitGetElementPtrInst() local
2087 Value *NewGEP = in visitGetElementPtrInst() local
2123 Value *NewGEP = in visitGetElementPtrInst() local
2167 Value *NewGEP = in visitGetElementPtrInst() local
DInstCombinePHI.cpp489 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5487 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4095 auto *NewGEP = in widenGEP() local