Searched defs:NewGEP (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 339 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 D | SeparateConstOffsetFromGEP.cpp | 1092 Instruction *NewGEP = GEP->clone(); in splitGEP() local
|
H A D | InferAddressSpaces.cpp | 607 GetElementPtrInst *NewGEP = GetElementPtrInst::Create( in cloneInstructionWithNewAddressSpace() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 180 auto *NewGEP = GetElementPtrInst::Create(nullptr, I.NewParam, Indices, in convertToParamAS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2002 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 D | InstCombinePHI.cpp | 576 GetElementPtrInst *NewGEP = in foldPHIArgGEPIntoPHI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5951 Value *NewGEP = NewBaseGEP; in splitLargeGEPOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4701 auto *NewGEP = in widenGEP() local
|