Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp730 const Value *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
752 auto Statepoint = getStatepoint(); in getBasePtr()
763 auto *Statepoint = getStatepoint(); in getDerivedPtr()
H A DVerifier.cpp5225 const Value &StatepointCall = *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp172 const Value *Statepoint = Relocate->getStatepoint(); in findPreviousSpillSlot()
1205 const Value *SI = CI.getStatepoint(); in visitGCResult()
1229 const Value *Statepoint = Relocate.getStatepoint(); in visitGCRelocate()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h1385 const Value *getStatepoint() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1087 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()