Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h319 class Statepoint
324 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function
325 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
DIRBuilder.h666 CallInst *CreateGCResult(Instruction *Statepoint,
672 CallInst *CreateGCRelocate(Instruction *Statepoint,
DIntrinsics.td758 // These are documented in docs/Statepoint.rst
/external/llvm/include/llvm/IR/
DStatepoint.h298 class Statepoint
303 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function
304 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
DIRBuilder.h529 CallInst *CreateGCResult(Instruction *Statepoint,
535 CallInst *CreateGCRelocate(Instruction *Statepoint,
DIntrinsics.td586 // These are documented in docs/Statepoint.rst
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1404 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1452 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1602 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1608 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1612 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1650 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1654 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
2152 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints() local
2153 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2154 Statepoint.gc_args_end()); in insertParsePoints()
[all …]
/external/llvm/lib/IR/
DIRBuilder.cpp438 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
446 Value *Args[] = {Statepoint}; in CreateGCResult()
450 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
460 Value *Args[] = {Statepoint, in CreateGCRelocate()
DCMakeLists.txt47 Statepoint.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1548 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1598 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1748 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1754 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1758 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1796 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1800 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
2351 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints() local
2352 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2353 Statepoint.gc_args_end()); in insertParsePoints()
[all …]
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll104 ; Statepoint ID
176 ; Statepoint ID
242 ; The Statepoint ID:
Dstatepoint-allocas.ll68 ; Statepoint ID only
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCMakeLists.txt49 Statepoint.cpp
DIRBuilder.cpp705 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
713 Value *Args[] = {Statepoint}; in CreateGCResult()
717 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
727 Value *Args[] = {Statepoint, in CreateGCRelocate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll107 ; Statepoint ID
201 ; Statepoint ID
287 ; The Statepoint ID:
Dstatepoint-allocas.ll70 ; Statepoint ID only
/external/llvm/include/llvm/
Dmodule.modulemap160 module IR_Statepoint { header "IR/Statepoint.h" export * }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap208 module IR_Statepoint { header "IR/Statepoint.h" export * }
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h772 void LowerStatepoint(ImmutableStatepoint Statepoint,
/external/llvm/docs/
DStatepoints.rst834 <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
835 for [Statepoint] in the summary field. When filing new bugs, please
DGarbageCollection.rst499 The Statepoint Example GC
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst869 <https://bugs.llvm.org/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
870 for [Statepoint] in the summary field. When filing new bugs, please
DGarbageCollection.rst499 The Statepoint Example GC
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk451 llvm/lib/IR/Statepoint.cpp \
DBUILD.gn963 "llvm/lib/IR/Statepoint.cpp",

12