Home
last modified time | relevance | path

Searched refs:get_stack (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dstackpointer.ll3 define i8* @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
/external/llvm/test/CodeGen/AArch64/
Darm64-stackpointer.ll3 define i64 @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
Darm64-named-reg-notareg.ll4 define i32 @get_stack() nounwind {
Darm64-named-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-stackpointer.ll3 define i64 @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
Darm64-named-reg-notareg.ll4 define i32 @get_stack() nounwind {
Darm64-named-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm-project/llvm/test/CodeGen/ARM/
Dstackpointer.ll4 define i32 @get_stack() nounwind {
6 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm/test/CodeGen/ARM/
Dstackpointer.ll4 define i32 @get_stack() nounwind {
6 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm/test/CodeGen/X86/
Dstackpointer.ll5 define i64 @get_stack() nounwind {
7 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm-project/llvm/test/CodeGen/X86/
Dstackpointer.ll5 define i64 @get_stack() nounwind {
7 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dget-register-noreserve.ll4 define i32 @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py94 def get_stack(self, fid, tbid): member in IdbAdapter
101 stack, i = self.idb.get_stack(frame, tb)
304 def get_stack(self, frame, tbid): member in IdbProxy
DStackViewer.py24 self.stack = self.get_stack(tb)
27 def get_stack(self, tb): member in StackTreeItem
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py25 self.stack = self.get_stack(tb)
28 def get_stack(self, tb): member in StackTreeItem
Ddebugger_r.py94 def get_stack(self, fid, tbid): member in IdbAdapter
100 stack, i = self.idb.get_stack(frame, tb)
313 def get_stack(self, frame, tbid): member in IdbProxy
/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc2.rst56 Fix Task.get_stack() for 'async def' coroutines

12