Home
last modified time | relevance | path

Searched refs:Statepoints (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp607 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local
611 Statepoints.push_back(&I); in runOnMachineFunction()
613 if (Statepoints.empty()) in runOnMachineFunction()
620 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
H A DCodeGenPrepare.cpp622 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local
626 Statepoints.push_back(SP); in runOnFunction()
627 for (auto &I : Statepoints) in runOnFunction()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-far-call.ll3 ; Test to check that Statepoints with X64 far-immediate targets
/llvm-project-15.0.7/llvm/docs/
H A DReference.rst45 Statepoints
97 :doc:`Statepoints`
H A DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
H A DLangRef.rst12282 described in :doc:`Statepoints`.