Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp464 const GCStatepointInst *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
484 if (auto Opt = getStatepoint()->getOperandBundle(LLVMContext::OB_gc_live)) in getBasePtr()
486 return *(getStatepoint()->arg_begin() + getBasePtrIndex()); in getBasePtr()
490 if (auto Opt = getStatepoint()->getOperandBundle(LLVMContext::OB_gc_live)) in getDerivedPtr()
492 return *(getStatepoint()->arg_begin() + getDerivedPtrIndex()); in getDerivedPtr()
H A DVerifier.cpp4956 *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp169 Builder.FuncInfo.StatepointRelocationMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
1159 const GCStatepointInst *SI = CI.getStatepoint(); in visitGCResult()
1184 if (Relocate.getStatepoint()->getParent() == Relocate.getParent()) in visitGCRelocate()
1194 FuncInfo.StatepointRelocationMaps[Relocate.getStatepoint()]; in visitGCRelocate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h1233 const GCStatepointInst *getStatepoint() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1073 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()