Searched defs:NewGEP (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFASpaceCastSimplifyPass.cpp | 55 auto *NewGEP = cast<GetElementPtrInst>(GEP->clone()); in rewrite() local 85 GetElementPtrInst *NewGEP = InsnChain.rewrite(); in run() local
|
| H A D | BPFCheckAndAdjustIR.cpp | 441 auto *NewGEP = GEP->clone(); in aspaceWrapValue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 343 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 D | SeparateConstOffsetFromGEP.cpp | 1008 Value *NewGEP = Builder.CreateGEP(PtrGEP->getSourceElementType(), NewSrc, in reorderGEP() local 1149 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
| H A D | InferAddressSpaces.cpp | 676 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
| H A D | LICM.cpp | 2526 Value *NewGEP = Builder.CreateGEP(Src->getSourceElementType(), NewSrc, in hoistGEP() local
|
| H A D | SROA.cpp | 4078 Value *NewGEP; in unfoldGEPPhi() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 157 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 238 auto *NewGEP = GetElementPtrInst::Create( in INITIALIZE_PASS_DEPENDENCY() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1524 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 D | InstCombinePHI.cpp | 607 GetElementPtrInst *NewGEP = in foldPHIArgGEPIntoPHI() local
|
| H A D | InstCombineVectorOps.cpp | 538 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in visitExtractElementInst() local
|
| H A D | InstructionCombining.cpp | 2883 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6362 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
|