/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroCleanup.cpp | 40 auto *Gep = Builder.CreateConstInBoundsGEP2_32(FrameTy, FramePtr, 0, Index); in lowerSubFn() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IRBuilder.cpp | 196 if (auto *Gep = dyn_cast<GEPOperator>(Val)) { findBasePtr() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 182 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, Ptr, Idx); scalarizeMaskedLoad() local 231 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, Ptr, Idx); scalarizeMaskedLoad() local 315 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, Ptr, Idx); scalarizeMaskedStore() local 362 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, Ptr, Idx); scalarizeMaskedStore() local
|
H A D | GVNHoist.cpp | 1036 GetElementPtrInst *Gep = nullptr; makeGepOperandsAvailable() local [all...] |
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | FunctionSpecializationTest.cpp | 301 Instruction &Gep = *BlockIter++; TEST_F() local
|
/llvm-project/polly/lib/Support/ |
H A D | ScopHelper.cpp | 508 hasVariantIndex(GetElementPtrInst * Gep,Loop * L,Region & R,ScalarEvolution & SE) hasVariantIndex() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2814 getGEPInductionOperand(const GetElementPtrInst * Gep) getGEPInductionOperand() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 3733 __anon429b8e861302(GetElementPtrInst *Gep, Value *Base, bool Swap) visitSelectInst() argument
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 7058 MachineInstr *Gep = MRI.getVRegDef(Root.getReg()); selectAddrModeRegisterOffset() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5907 auto *Gep = dyn_cast<GetElementPtrInst>(Ptr); getAddressAccessSCEV() local
|
H A D | SLPVectorizer.cpp | 846 if (auto *Gep = dyn_cast<GetElementPtrInst>(I)) { getSameOpcode() local 6129 } else if (auto *Gep = dyn_cast<GetElementPtrInst>(I)) { generateKeySubkey() local
|