Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFASpaceCastSimplifyPass.cpp55 auto *NewGEP = cast<GetElementPtrInst>(GEP->clone()); in rewrite() local
85 GetElementPtrInst *NewGEP = InsnChain.rewrite(); in run() local
H A DBPFCheckAndAdjustIR.cpp441 auto *NewGEP = GEP->clone(); in aspaceWrapValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp343 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, in tryReassociateGEP() local
382 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() local
386 if (auto *NewGEP = in tryReassociateGEPAtIndex() local
459 GetElementPtrInst *NewGEP = cast<GetElementPtrInst>( in tryReassociateGEPAtIndex() local
H A DSeparateConstOffsetFromGEP.cpp1008 Value *NewGEP = Builder.CreateGEP(PtrGEP->getSourceElementType(), NewSrc, in reorderGEP() local
1149 Instruction *NewGEP = GEP->clone(); in splitGEP() local
H A DInferAddressSpaces.cpp676 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
H A DLICM.cpp2526 Value *NewGEP = Builder.CreateGEP(Src->getSourceElementType(), NewSrc, in hoistGEP() local
H A DSROA.cpp4078 Value *NewGEP; in unfoldGEPPhi() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp157 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp238 auto *NewGEP = GetElementPtrInst::Create( in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1524 auto *NewGEP = in execute() local
1560 auto *NewGEP = State.Builder.CreateGEP(GEP->getSourceElementType(), Ptr, in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp607 GetElementPtrInst *NewGEP = in foldPHIArgGEPIntoPHI() local
H A DInstCombineVectorOps.cpp538 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in visitExtractElementInst() local
H A DInstructionCombining.cpp2883 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6362 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local