Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp547 const GCStatepointInst *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
567 if (auto Opt = getStatepoint()->getOperandBundle(LLVMContext::OB_gc_live)) in getBasePtr()
569 return *(getStatepoint()->arg_begin() + getBasePtrIndex()); in getBasePtr()
573 if (auto Opt = getStatepoint()->getOperandBundle(LLVMContext::OB_gc_live)) in getDerivedPtr()
575 return *(getStatepoint()->arg_begin() + getDerivedPtrIndex()); in getDerivedPtr()
H A DVerifier.cpp4919 *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1252 const GCStatepointInst *getStatepoint() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1073 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()