Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp920 return *(Opt->Inputs.begin() + getBasePtrIndex()); in getBasePtr()
921 return *(GCInst->arg_begin() + getBasePtrIndex()); in getBasePtr()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1204 auto K = std::make_pair(ThisRelocate->getBasePtrIndex(), in computeBaseDerivedRelocateMap()
1260 if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) { in simplifyRelocatesOffABase()
1267 assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() && in simplifyRelocatesOffABase()
1269 if (ToReplace->getBasePtrIndex() == ToReplace->getDerivedPtrIndex()) { in simplifyRelocatesOffABase()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1752 unsigned getBasePtrIndex() const { in getBasePtrIndex() function
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4019 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallBase()
4021 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallBase()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11357 static unsigned getBasePtrIndex(const MemSDNode *N) { in getBasePtrIndex() function
11373 unsigned PtrIdx = getBasePtrIndex(N); in performMemSDNodeCombine()
16442 if (getBasePtrIndex(M) == I.getOperandNo()) in hasMemSDNodeUser()