Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp874 return *(Opt->Inputs.begin() + getBasePtrIndex()); in getBasePtr()
875 return *(GCInst->arg_begin() + getBasePtrIndex()); in getBasePtr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1206 auto K = std::make_pair(ThisRelocate->getBasePtrIndex(), in computeBaseDerivedRelocateMap()
1262 if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) { in simplifyRelocatesOffABase()
1269 assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() && in simplifyRelocatesOffABase()
1271 if (ToReplace->getBasePtrIndex() == ToReplace->getDerivedPtrIndex()) { in simplifyRelocatesOffABase()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1710 unsigned getBasePtrIndex() const { in getBasePtrIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4317 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallBase()
4319 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12103 static unsigned getBasePtrIndex(const MemSDNode *N) { in getBasePtrIndex() function
12118 unsigned PtrIdx = getBasePtrIndex(N); in performMemSDNodeCombine()
17633 if (getBasePtrIndex(M) == Use.getOperandNo()) in hasMemSDNodeUser()