Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp568 return *(Opt->Inputs.begin() + getBasePtrIndex()); in getBasePtr()
569 return *(getStatepoint()->arg_begin() + getBasePtrIndex()); in getBasePtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1018 auto K = std::make_pair(ThisRelocate->getBasePtrIndex(), in computeBaseDerivedRelocateMap()
1074 if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) { in simplifyRelocatesOffABase()
1080 assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() && in simplifyRelocatesOffABase()
1082 if (ToReplace->getBasePtrIndex() == ToReplace->getDerivedPtrIndex()) { in simplifyRelocatesOffABase()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1269 unsigned getBasePtrIndex() const { in getBasePtrIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2501 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallBase()
2503 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8905 static unsigned getBasePtrIndex(const MemSDNode *N) { in getBasePtrIndex() function
8921 unsigned PtrIdx = getBasePtrIndex(N); in performMemSDNodeCombine()