Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp339 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, in tryReassociateGEP() local
378 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() local
382 if (auto *NewGEP = in tryReassociateGEPAtIndex() local
454 GetElementPtrInst *NewGEP = cast<GetElementPtrInst>( in tryReassociateGEPAtIndex() local
H A DSeparateConstOffsetFromGEP.cpp1092 Instruction *NewGEP = GEP->clone(); in splitGEP() local
H A DInferAddressSpaces.cpp607 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp180 auto *NewGEP = GetElementPtrInst::Create(nullptr, I.NewParam, Indices, in convertToParamAS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2002 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local
2080 auto *NewGEP = GetElementPtrInst::Create(GEPEltType, NewSrc, {SO1}); in visitGetElementPtrInst() local
2252 Value *NewGEP = in visitGetElementPtrInst() local
2273 Value *NewGEP = in visitGetElementPtrInst() local
2309 Value *NewGEP = in visitGetElementPtrInst() local
2354 Value *NewGEP = in visitGetElementPtrInst() local
H A DInstCombinePHI.cpp576 GetElementPtrInst *NewGEP = in foldPHIArgGEPIntoPHI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5951 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4701 auto *NewGEP = in widenGEP() local