Home
last modified time | relevance | path

Searched refs:codeptr (Results 1 – 10 of 10) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1578 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(global_tid); in __kmpc_critical_with_hint() local
1579 if (!codeptr) in __kmpc_critical_with_hint()
1580 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_critical_with_hint()
1624 codeptr); in __kmpc_critical_with_hint()
1663 codeptr); in __kmpc_critical_with_hint()
1683 ompt_mutex_critical, (ompt_wait_id_t)(uintptr_t)lck, codeptr); in __kmpc_critical_with_hint()
2474 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_init_lock_with_hint() local
2475 if (!codeptr) in __kmpc_init_lock_with_hint()
2476 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_init_lock_with_hint()
2481 (ompt_wait_id_t)(uintptr_t)user_lock, codeptr); in __kmpc_init_lock_with_hint()
2498 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_init_nest_lock_with_hint() local
2524 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_init_lock() local
2596 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_init_nest_lock() local
2673 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_destroy_lock() local
2741 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_destroy_nest_lock() local
2817 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_set_lock() local
2872 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_set_lock() local
2906 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_set_nest_lock() local
3031 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_unset_lock() local
3117 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_unset_nest_lock() local
3242 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_test_lock() local
3306 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_test_lock() local
3347 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); __kmpc_test_nest_lock() local
[all...]
H A Dkmp_sched.cpp82 void *codeptr in __kmp_for_static_init() argument
188 &(task_info->task_data), 0, codeptr); in __kmp_for_static_init()
242 &(task_info->task_data), *pstride, codeptr); in __kmp_for_static_init()
272 &(task_info->task_data), *pstride, codeptr); in __kmp_for_static_init()
452 &(task_info->task_data), trip_count, codeptr); in __kmp_for_static_init()
460 instance.ptr = codeptr; in __kmp_for_static_init()
487 void *codeptr in __kmp_dist_for_static_init() argument
734 &(task_info->task_data), 0, codeptr); in __kmp_dist_for_static_init()
H A Dompt-specific.cpp261 ompt_data_t *ompt_pid, void *codeptr) { in __ompt_lw_taskteam_init() argument
265 lwt->ompt_team_info.master_return_address = codeptr; in __ompt_lw_taskteam_init()
H A Dompt-specific.h31 ompt_data_t *ompt_pid, void *codeptr);
H A Dkmp_barrier.cpp2227 void *codeptr = NULL; in __kmp_join_barrier()
2232 codeptr = team->t.ompt_team_info.master_return_address; in __kmp_join_barrier()
2243 sync_kind, ompt_scope_begin, my_parallel_data, my_task_data, codeptr); in __kmp_join_barrier()
2247 sync_kind, ompt_scope_begin, my_parallel_data, my_task_data, codeptr); in __kmp_join_barrier()
2524 void *codeptr = NULL; in __kmp_fork_barrier()
2528 codeptr = team ? team->t.ompt_team_info.master_return_address : NULL; in __kmp_fork_barrier()
2534 sync_kind, ompt_scope_end, NULL, task_data, codeptr); in __kmp_fork_barrier()
2538 sync_kind, ompt_scope_end, NULL, task_data, codeptr); in __kmp_fork_barrier()
2208 void *codeptr = NULL; __kmp_join_barrier() local
2499 void *codeptr = NULL; __kmp_fork_barrier() local
H A Dkmp_wait_release.h331 void *codeptr = NULL;
337 sync_kind, ompt_scope_end, NULL, tId, codeptr);
341 sync_kind, ompt_scope_end, NULL, tId, codeptr);
H A Dkmp_tasking.cpp2898 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2899 if (!codeptr)
2900 codeptr = OMPT_GET_RETURN_ADDRESS(0);
2908 &(my_task_data), codeptr);
2926 void *codeptr = nullptr; local
2932 codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid);
2933 if (!codeptr)
2934 codeptr = OMPT_GET_RETURN_ADDRESS(0);
2960 &(my_task_data), codeptr);
2982 &(my_task_data), codeptr);
[all...]
H A Dkmp_runtime.cpp1219 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(global_tid); in __kmp_serialized_parallel() local
1233 ompt_parallel_invoker_program | ompt_parallel_team, codeptr); in __kmp_serialized_parallel()
1414 serial_team->t.ompt_team_info.master_return_address = codeptr; in __kmp_serialized_parallel()
1422 &ompt_parallel_data, codeptr); in __kmp_serialized_parallel()
2424 int flags, void *codeptr) { in __kmp_join_ompt() argument
2428 parallel_data, &(task_info->task_data), flags, codeptr); in __kmp_join_ompt()
2545 void *codeptr = team->t.ompt_team_info.master_return_address; in __kmp_join_call() local
2636 OMPT_INVOKER(fork_context) | ompt_parallel_team, codeptr); in __kmp_join_call()
2749 codeptr); in __kmp_join_call()
8137 void *codeptr in __kmp_internal_join()
8135 void *codeptr = NULL; __kmp_internal_join() local
[all...]
H A Dkmp_dispatch.cpp2126 &(team_info->parallel_data), &(task_info->task_data), 0, codeptr); \
2185 void *codeptr in __kmp_dispatch_next() argument
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp411 ParallelData *Init(const void *codeptr) { in Init()
412 codePtr = codeptr; in Init()
418 static ParallelData *New(const void *codeptr) { in New()
419 return DataPoolEntry<ParallelData>::New()->Init(codeptr); in New()