Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDIntrinsicInst.cpp888 const Value *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
914 auto Statepoint = getStatepoint(); in getBasePtr()
925 auto *Statepoint = getStatepoint(); in getDerivedPtr()
HDVerifier.cpp5709 const Value &StatepointCall = *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp170 const Value *Statepoint = Relocate->getStatepoint(); in findPreviousSpillSlot()
1184 const Value *SI = CI.getStatepoint(); in visitGCResult()
1208 const Value *Statepoint = Relocate.getStatepoint(); in visitGCRelocate()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h1735 const Value *getStatepoint() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1259 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()