Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h174 class Statepoint : public StatepointBase<Instruction, Value, CallSite> {
178 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function
179 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
DIRBuilder.h461 CallInst *CreateGCResult(Instruction *Statepoint,
467 CallInst *CreateGCRelocate(Instruction *Statepoint,
DIntrinsics.td525 // These are documented in docs/Statepoint.rst
/external/llvm/lib/IR/
DIRBuilder.cpp275 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
283 Value *Args[] = {Statepoint}; in CreateGCResult()
287 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
297 Value *Args[] = {Statepoint, in CreateGCRelocate()
DCMakeLists.txt40 Statepoint.cpp
DAndroid.mk42 Statepoint.cpp \
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1393 Value *Statepoint = info.StatepointToken; in relocationViaAlloca() local
1399 insertRelocationStores(Statepoint->users(), allocaMap, visitedLiveValues); in relocationViaAlloca()
1403 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1438 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1442 BasicBlock::iterator Next(cast<CallInst>(Statepoint)); in relocationViaAlloca()
1737 Statepoint StatepointCS(CS); in insertParsePoints()
1855 Statepoint statepoint(info.StatepointToken); in insertParsePoints()
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll55 ; Statepoint ID only
Dstatepoint-allocas.ll68 ; Statepoint ID only
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h659 void LowerStatepoint(ImmutableStatepoint Statepoint,
/external/llvm/docs/
DStatepoints.rst573 <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
574 for [Statepoint] in the summary field. When filing new bugs, please
DGarbageCollection.rst498 The Statepoint Example GC
DLangRef.rst7533 Experimental Statepoint Intrinsics