/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 319 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, *GTI)) { in tryReassociateGEP() local 357 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() local 361 if (auto *NewGEP = in tryReassociateGEPAtIndex() local 433 GetElementPtrInst *NewGEP = in tryReassociateGEPAtIndex() local
|
H A D | SeparateConstOffsetFromGEP.cpp | 1014 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 315 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
|
H A D | SeparateConstOffsetFromGEP.cpp | 1061 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
H A D | InferAddressSpaces.cpp | 485 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 | 1099 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
H A D | InferAddressSpaces.cpp | 644 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFavorNonGenericAddrSpaces.cpp | 166 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in hoistAddrSpaceCastFromGEP() local 178 Constant *NewGEP = ConstantExpr::getGetElementPtr( in hoistAddrSpaceCastFromGEP() local
|
H A D | NVPTXInferAddressSpaces.cpp | 318 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1807 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
|
H A D | InstCombinePHI.cpp | 489 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1451 GetElementPtrInst *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local 1672 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst() local 1692 Value *NewGEP = in visitGetElementPtrInst() local 1727 Value *NewGEP = in visitGetElementPtrInst() local 1770 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst() local
|
H A D | InstCombinePHI.cpp | 222 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2018 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in visitGEPOfGEP() local 2429 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local 2564 Value *NewGEP = in visitGetElementPtrInst() local 2582 Value *NewGEP = Builder.CreateGEP(StrippedPtrEltTy, StrippedPtr, Idx, in visitGetElementPtrInst() local 2615 Value *NewGEP = in visitGetElementPtrInst() local 2657 Value *NewGEP = in visitGetElementPtrInst() local
|
H A D | InstCombinePHI.cpp | 606 GetElementPtrInst *NewGEP = in foldPHIArgGEPIntoPHI() local
|
H A D | InstCombineVectorOps.cpp | 528 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in visitExtractElementInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 127 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 182 auto *NewGEP = GetElementPtrInst::Create(GEP->getSourceElementType(), in convertToParamAS() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 808 auto *NewGEP = State.Builder.CreateGEP(GEP->getSourceElementType(), Ptr, in execute() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5487 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6087 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4095 auto *NewGEP = in widenGEP() local
|