Home
last modified time | relevance | path

Searched refs:getBasePtrIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp758 return *(Opt->Inputs.begin() + getBasePtrIndex()); in getBasePtr()
759 return *(GCInst->arg_begin() + getBasePtrIndex()); in getBasePtr()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1032 auto K = std::make_pair(ThisRelocate->getBasePtrIndex(), in computeBaseDerivedRelocateMap()
1088 if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) { in simplifyRelocatesOffABase()
1094 assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() && in simplifyRelocatesOffABase()
1096 if (ToReplace->getBasePtrIndex() == ToReplace->getDerivedPtrIndex()) { in simplifyRelocatesOffABase()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h1402 unsigned getBasePtrIndex() const { in getBasePtrIndex() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3131 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallBase()
3133 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallBase()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9420 static unsigned getBasePtrIndex(const MemSDNode *N) { in getBasePtrIndex() function
9436 unsigned PtrIdx = getBasePtrIndex(N); in performMemSDNodeCombine()
12949 if (getBasePtrIndex(M) == I.getOperandNo()) in hasMemSDNodeUser()