Home
last modified time | relevance | path

Searched refs:Statepoint (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h299 class Statepoint
304 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function
305 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
DIRBuilder.h497 CallInst *CreateGCResult(Instruction *Statepoint,
503 CallInst *CreateGCRelocate(Instruction *Statepoint,
DIntrinsics.td568 // These are documented in docs/Statepoint.rst
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1437 Statepoint OldSP(CS); in makeStatepointExplicitImpl()
1515 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1569 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1765 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1771 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1775 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1814 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1818 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
2321 : iterator_range<const Use *>(Statepoint(CS).vm_state_args()); in insertParsePoints()
2402 Instruction *Statepoint = ToUpdate[i].getInstruction(); in insertParsePoints() local
[all …]
/external/llvm/lib/IR/
DIRBuilder.cpp377 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
385 Value *Args[] = {Statepoint}; in CreateGCResult()
389 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
399 Value *Args[] = {Statepoint, in CreateGCRelocate()
DCMakeLists.txt41 Statepoint.cpp
DAndroid.mk44 Statepoint.cpp \
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll103 ; Statepoint ID only
177 ; Statepoint ID only
244 ; The Statepoint ID:
Dstatepoint-allocas.ll68 ; Statepoint ID only
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h726 void LowerStatepoint(ImmutableStatepoint Statepoint,
/external/llvm/docs/
DStatepoints.rst776 <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
777 for [Statepoint] in the summary field. When filing new bugs, please
DGarbageCollection.rst499 The Statepoint Example GC
DLangRef.rst8883 Experimental Statepoint Intrinsics