/external/llvm/lib/Transforms/Scalar/ |
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
|
D | SeparateConstOffsetFromGEP.cpp | 1014 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 166 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in hoistAddrSpaceCastFromGEP() local 178 Constant *NewGEP = ConstantExpr::getGetElementPtr( in hoistAddrSpaceCastFromGEP() local
|
D | NVPTXInferAddressSpaces.cpp | 318 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
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 = in tryReassociateGEPAtIndex() local
|
D | SeparateConstOffsetFromGEP.cpp | 1061 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
D | InferAddressSpaces.cpp | 487 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalSplit.cpp | 127 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1565 auto *NewGEP = cast<GetElementPtrInst>(Op1->clone()); in visitGetElementPtrInst() local 1646 auto *NewGEP = GetElementPtrInst::Create(nullptr, NewSrc, {SO1}); in visitGetElementPtrInst() local 1823 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst() local 1842 Value *NewGEP = in visitGetElementPtrInst() local 1877 Value *NewGEP = in visitGetElementPtrInst() local 1921 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst() local
|
D | InstCombinePHI.cpp | 478 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
|
/external/llvm/lib/Transforms/InstCombine/ |
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
|
D | InstCombinePHI.cpp | 222 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 967 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local 1026 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local
|
D | InstCombinePHI.cpp | 231 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5062 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3937 auto *NewGEP = GEP->isInBounds() in widenInstruction() local
|