Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp792 const Value *GCProjectionInst::getStatepoint() const { in getStatepoint() function in GCProjectionInst
814 auto Statepoint = getStatepoint(); in getBasePtr()
825 auto *Statepoint = getStatepoint(); in getDerivedPtr()
H A DVerifier.cpp5330 const Value &StatepointCall = *cast<GCRelocateInst>(Call).getStatepoint(); in visitIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp170 const Value *Statepoint = Relocate->getStatepoint(); in findPreviousSpillSlot()
1176 const Value *SI = CI.getStatepoint(); in visitGCResult()
1200 const Value *Statepoint = Relocate.getStatepoint(); in visitGCRelocate()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h1473 const Value *getStatepoint() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1176 if (RI->getStatepoint() == RelocatedBase->getStatepoint()) in simplifyRelocatesOffABase()