Searched refs:Statepoint (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 174 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
|
D | IRBuilder.h | 461 CallInst *CreateGCResult(Instruction *Statepoint, 467 CallInst *CreateGCRelocate(Instruction *Statepoint,
|
D | Intrinsics.td | 525 // These are documented in docs/Statepoint.rst
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 275 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()
|
D | CMakeLists.txt | 40 Statepoint.cpp
|
D | Android.mk | 42 Statepoint.cpp \
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1393 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/ |
D | statepoint-stackmap-format.ll | 55 ; Statepoint ID only
|
D | statepoint-allocas.ll | 68 ; Statepoint ID only
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 659 void LowerStatepoint(ImmutableStatepoint Statepoint,
|
/external/llvm/docs/ |
D | Statepoints.rst | 573 <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
|
D | GarbageCollection.rst | 498 The Statepoint Example GC
|
D | LangRef.rst | 7533 Experimental Statepoint Intrinsics
|