Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp485 return *(Opt->Inputs.begin() + getBasePtrIndex()); in getBasePtr()
486 return *(getStatepoint()->arg_begin() + getBasePtrIndex()); in getBasePtr()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h1250 unsigned getBasePtrIndex() const { in getBasePtrIndex() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2405 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) { in visitCallBase()
2407 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex())); in visitCallBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8863 static unsigned getBasePtrIndex(const MemSDNode *N) { in getBasePtrIndex() function
8879 unsigned PtrIdx = getBasePtrIndex(N); in performMemSDNodeCombine()