Home
last modified time | relevance | path

Searched refs:return_address (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-specific.h73 void *return_address = thr->th.ompt_thread_info.return_address; in __ompt_load_return_address() local
74 thr->th.ompt_thread_info.return_address = NULL; in __ompt_load_return_address()
75 return return_address; in __ompt_load_return_address()
88 __kmp_threads[gtid]->th.ompt_thread_info.return_address) \
133 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()
135 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()
140 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()
151 void *return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
156 my_task_data, return_address); \
162 my_task_data, return_address); \
H A Dompt-internal.h79 void *return_address; /* stored here on entry of runtime */ member
H A Dkmp_tasking.cpp762 void *return_address) { in __kmpc_omp_task_begin_if0_template() argument
799 return_address); in __kmpc_omp_task_begin_if0_template()
814 void *return_address) { in __kmpc_omp_task_begin_if0_ompt() argument
816 return_address); in __kmpc_omp_task_begin_if0_ompt()
2052 void *return_address) { in __kmpc_omp_taskwait_template() argument
2078 my_task_data, return_address); in __kmpc_omp_taskwait_template()
2084 my_task_data, return_address); in __kmpc_omp_taskwait_template()
2141 my_task_data, return_address); in __kmpc_omp_taskwait_template()
2146 my_task_data, return_address); in __kmpc_omp_taskwait_template()
2165 void *return_address) { in __kmpc_omp_taskwait_ompt() argument
[all …]
H A Dkmp_barrier.cpp1780 void *return_address; in __kmp_barrier_template() local
1792 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmp_barrier_template()
1797 return_address); in __kmp_barrier_template()
1802 return_address); in __kmp_barrier_template()
2064 return_address); in __kmp_barrier_template()
2069 return_address); in __kmp_barrier_template()
H A Dkmp_runtime.cpp1412 void *return_address = NULL; in __kmp_fork_call() local
1417 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmp_fork_call()
1453 return_address); in __kmp_fork_call()
1497 &ompt_parallel_data, return_address); in __kmp_fork_call()
1550 return_address); in __kmp_fork_call()
1569 &ompt_parallel_data, return_address); in __kmp_fork_call()
1832 return_address); in __kmp_fork_call()
1871 return_address); in __kmp_fork_call()
1942 return_address); in __kmp_fork_call()
1952 return_address); in __kmp_fork_call()
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepOut.cpp101 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
105 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()
116 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()
117 return_address, range); in ThreadPlanStepOut()
121 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp180 namespace return_address { namespace
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dintrinsic-immarg.ll4 define void @return_address(i32 %var) {