Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp868 const Value *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
894 auto Statepoint = getStatepoint(); in getBasePtr()
905 auto *Statepoint = getStatepoint(); in getDerivedPtr()
H A DVerifier.cpp5509 const Value &StatepointCall = *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp170 const Value *Statepoint = Relocate->getStatepoint(); in findPreviousSpillSlot()
1181 const Value *SI = CI.getStatepoint(); in visitGCResult()
1205 const Value *Statepoint = Relocate.getStatepoint(); in visitGCRelocate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1672 const Value *getStatepoint() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1260 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()