/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.h | 456 void __kmpc_atomic_fixed1_add(ident_t *id_ref, int gtid, char *lhs, char rhs); 457 void __kmpc_atomic_fixed1_andb(ident_t *id_ref, int gtid, char *lhs, char rhs); 458 void __kmpc_atomic_fixed1_div(ident_t *id_ref, int gtid, char *lhs, char rhs); 459 void __kmpc_atomic_fixed1u_div(ident_t *id_ref, int gtid, unsigned char *lhs, 461 void __kmpc_atomic_fixed1_mul(ident_t *id_ref, int gtid, char *lhs, char rhs); 462 void __kmpc_atomic_fixed1_orb(ident_t *id_ref, int gtid, char *lhs, char rhs); 463 void __kmpc_atomic_fixed1_shl(ident_t *id_ref, int gtid, char *lhs, char rhs); 464 void __kmpc_atomic_fixed1_shr(ident_t *id_ref, int gtid, char *lhs, char rhs); 465 void __kmpc_atomic_fixed1u_shr(ident_t *id_ref, int gtid, unsigned char *lhs, 467 void __kmpc_atomic_fixed1_sub(ident_t *id_ref, int gtid, char *lhs, char rhs); [all …]
|
H A D | kmp_error.h | 24 ident_t const *ident); 26 ident_t const *ident, struct cons_data const *cons); 31 void __kmp_push_parallel(int gtid, ident_t const *ident); 32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident); 34 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 37 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident, 41 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident); 43 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident, 46 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident, 50 void __kmp_pop_parallel(int gtid, ident_t const *ident); [all …]
|
H A D | kmp.h | 265 } ident_t; typedef 1689 ident_t const *ident; 2079 void (*th_deo_fcn)(int *gtid, int *cid, ident_t *); 2081 void (*th_dxo_fcn)(int *gtid, int *cid, ident_t *); 2764 ident_t *td_ident; /* task identifier */ 2766 ident_t *td_taskwait_ident; 2979 ident_t *th_nt_loc; // loc for strict modifier 3025 ident_t *th_ident; 3147 ident_t *t_ident; // if volatile, have to change too much other crud to 3715 extern int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws); [all …]
|
H A D | kmp_error.cpp | 81 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma() 114 ident_t const *ident // Construct ident. in __kmp_error_construct() 123 ident_t const *ident, // First construct ident. in __kmp_error_construct2() 193 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel() 212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… 252 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) 336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… 338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck ) [all …]
|
H A D | kmp_csupport.cpp | 37 void __kmpc_begin(ident_t *loc, kmp_int32 flags) { in __kmpc_begin() 60 void __kmpc_end(ident_t *loc) { in __kmpc_end() 100 kmp_int32 __kmpc_global_thread_num(ident_t *loc) { in __kmpc_global_thread_num() 122 kmp_int32 __kmpc_global_num_threads(ident_t *loc) { in __kmpc_global_num_threads() 135 kmp_int32 __kmpc_bound_thread_num(ident_t *loc) { in __kmpc_bound_thread_num() 145 kmp_int32 __kmpc_bound_num_threads(ident_t *loc) { in __kmpc_bound_num_threads() 157 kmp_int32 __kmpc_ok_to_fork(ident_t *loc) { in __kmpc_ok_to_fork() 219 kmp_int32 __kmpc_in_parallel(ident_t *loc) { in __kmpc_in_parallel() 232 void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid, in __kmpc_push_num_threads() 240 void __kmpc_push_num_threads_strict(ident_t *loc, kmp_int32 global_tid, in __kmpc_push_num_threads_strict() [all …]
|
H A D | kmp_itt.h | 65 ident_t *loc, int team_size, 77 __kmp_inline void __kmp_itt_metadata_loop(ident_t *loc, kmp_uint64 sched_type, 80 __kmp_inline void __kmp_itt_metadata_single(ident_t *loc); 111 const ident_t *); 124 const ident_t *); 285 ident_t *loc;
|
H A D | kmp_sched.cpp | 66 static ident_t loc_stub = {0, KMP_IDENT_KMPC, 0, 0, ";unknown;unknown;0;0;;"}; 67 static inline void check_loc(ident_t *&loc) { in check_loc() 74 static void __kmp_for_static_init(ident_t *loc, kmp_int32 global_tid, in __kmp_for_static_init() 479 static void __kmp_dist_for_static_init(ident_t *loc, kmp_int32 gtid, in __kmp_dist_for_static_init() 752 static void __kmp_team_static_init(ident_t *loc, kmp_int32 gtid, in __kmp_team_static_init() 889 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_4() 905 void __kmpc_for_static_init_4u(ident_t *loc, kmp_int32 gtid, in __kmpc_for_static_init_4u() 922 void __kmpc_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_8() 938 void __kmpc_for_static_init_8u(ident_t *loc, kmp_int32 gtid, in __kmpc_for_static_init_8u() 983 void __kmpc_dist_for_static_init_4(ident_t *loc, kmp_int32 gtid, in __kmpc_dist_for_static_init_4() [all …]
|
H A D | kmp_collapse.h | 204 __kmpc_process_loop_nest_rectang(ident_t *loc, kmp_int32 gtid, 216 __kmpc_calc_original_ivs_rectang(ident_t *loc, kmp_loop_nest_iv_t new_iv, 241 __kmpc_for_collapsed_init(ident_t *loc, kmp_int32 gtid,
|
H A D | kmp_dispatch.cpp | 42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo_error() 60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo_error() 72 static inline int __kmp_get_monotonicity(ident_t *loc, enum sched_type schedule, in __kmp_get_monotonicity() 184 void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid, in __kmp_dispatch_init_algorithm() 907 inline void __kmp_dispatch_init_hier_runtime(ident_t *loc, T lb, T ub, 911 __kmp_dispatch_init_hier_runtime<kmp_int32>(ident_t *loc, kmp_int32 lb, in __kmp_dispatch_init_hier_runtime() 919 __kmp_dispatch_init_hier_runtime<kmp_uint32>(ident_t *loc, kmp_uint32 lb, in __kmp_dispatch_init_hier_runtime() 927 __kmp_dispatch_init_hier_runtime<kmp_int64>(ident_t *loc, kmp_int64 lb, in __kmp_dispatch_init_hier_runtime() 935 __kmp_dispatch_init_hier_runtime<kmp_uint64>(ident_t *loc, kmp_uint64 lb, in __kmp_dispatch_init_hier_runtime() 962 __kmp_dispatch_init(ident_t *loc, int gtid, enum sched_type schedule, T lb, in __kmp_dispatch_init() [all …]
|
H A D | kmp_debugger.cpp | 147 sizeof(ident_t), 148 offset_and_size_of(ident_t, psource), 149 offset_and_size_of(ident_t, flags), 263 int __kmp_omp_num_threads(ident_t const *ident) { in __kmp_omp_num_threads()
|
H A D | kmp_lock.h | 36 // Forward declaration of ident and ident_t 39 typedef struct ident ident_t; typedef 240 ident_t const *location; // Source code location of omp_init_lock(). 253 ident_t const *location; // Source code location of omp_init_lock(). 363 ident_t const *location; // Source code location of omp_init_lock(). 451 ident_t const *location; // Source code location of omp_init_lock(). 879 extern const ident_t *(*__kmp_get_user_lock_location_)(kmp_user_lock_p lck); in __kmp_get_user_lock_location() 881 static inline const ident_t *__kmp_get_user_lock_location(kmp_user_lock_p lck) { 890 const ident_t *loc); 893 const ident_t *lo [all...] |
H A D | kmp_atomic.cpp | 699 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, \ 1444 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID##_rev(ident_t *id_ref, int gtid, \ 1632 ident_t *id_ref, int gtid, TYPE *lhs, RTYPE rhs) { \ 1929 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, \ 2039 void __kmpc_atomic_##TYPE_ID##_##OP_ID(TYPE *out, ident_t *id_ref, int gtid, \ 2212 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, \ 2443 ident_t *id_ref, int gtid, TYPE *lhs, RTYPE rhs, int flag) { \ 2829 void __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, TYPE *lhs, \ 3248 TYPE __kmpc_atomic_##TYPE_ID##_swp(ident_t *id_ref, int gtid, TYPE *lhs, \ 3350 void __kmpc_atomic_##TYPE_ID##_swp(ident_t *id_ref, int gtid, TYPE *lhs, \ [all …]
|
H A D | kmp_cancel.cpp | 29 kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 cncl_kind) { in __kmpc_cancel() 135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_cancellationpoint() 243 kmp_int32 __kmpc_cancel_barrier(ident_t *loc, kmp_int32 gtid) { in __kmpc_cancel_barrier()
|
H A D | kmp_dispatch.h | 46 extern void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid, 61 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 62 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 326 void __kmp_dispatch_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo() 401 void __kmp_dispatch_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo()
|
H A D | kmp_itt.inl | 71 kmp_itthash_t *h, ident_t *loc, 134 ident_t *loc = th->th.th_ident; 186 ident_t *loc, int team_size, int region) { 295 LINKAGE void __kmp_itt_metadata_loop(ident_t *loc, kmp_uint64 sched_type, 328 LINKAGE void __kmp_itt_metadata_single(ident_t *loc) { 375 ident_t *loc = th->th.th_ident; 453 ident_t const *loc = NULL; 583 ident_t const *loc = taskdata->td_taskwait_ident; 652 const ident_t *loc) { 669 ident_t cons [all...] |
H A D | kmp_lock.cpp | 948 static const ident_t *__kmp_get_ticket_lock_location(kmp_ticket_lock_t *lck) { in __kmp_get_ticket_lock_location() 953 const ident_t *loc) { in __kmp_set_ticket_lock_location() 1675 static const ident_t *__kmp_get_queuing_lock_location(kmp_queuing_lock_t *lck) { in __kmp_get_queuing_lock_location() 1680 const ident_t *loc) { in __kmp_set_queuing_lock_location() 2624 static const ident_t *__kmp_get_drdpa_lock_location(kmp_drdpa_lock_t *lck) { in __kmp_get_drdpa_lock_location() 2629 const ident_t *loc) { in __kmp_set_drdpa_lock_location() 2968 const ident_t *loc) { \ 3104 const ident_t *) = {0}; 3107 const ident_t *(*__kmp_indirect_get_location[KMP_NUM_I_LOCKS])( 3405 (void (*)(kmp_user_lock_p, const ident_t *)) __kmp_set in __kmp_init_dynamic_user_locks() [all...] |
H A D | kmp_tasking.cpp | 775 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid, 826 static void __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, 849 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid, 866 void __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) { 1254 static void __kmpc_omp_task_complete_if0_template(ident_t *loc_ref, 1281 void __kmpc_omp_task_complete_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, 1292 void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid, 1306 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid, 1331 void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr, 1457 kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, [all …]
|
H A D | kmp_debugger.h | 40 int __kmp_omp_num_threads(ident_t const *ident);
|
H A D | kmp_threadprivate.cpp | 504 void __kmpc_threadprivate_register(ident_t *loc, void *data, kmpc_ctor ctor, in __kmpc_threadprivate_register() 539 void *__kmpc_threadprivate(ident_t *loc, kmp_int32 global_tid, void *data, in __kmpc_threadprivate() 614 __kmpc_threadprivate_cached(ident_t *loc, in __kmpc_threadprivate_cached() 746 void __kmpc_threadprivate_register_vec(ident_t *loc, void *data, in __kmpc_threadprivate_register_vec()
|
H A D | kmp_collapse.cpp | 77 ident_t *loc, in kmp_canonicalize_one_loop_XX() 109 void kmp_canonicalize_loop_nest(ident_t *loc, in kmp_canonicalize_loop_nest() 460 __kmpc_process_loop_nest_rectang(ident_t *loc, kmp_int32 gtid, in __kmpc_process_loop_nest_rectang() 488 __kmpc_calc_original_ivs_rectang(ident_t *loc, kmp_loop_nest_iv_t new_iv, in __kmpc_calc_original_ivs_rectang() 1588 __kmpc_for_collapsed_init(ident_t *loc, kmp_int32 gtid, in __kmpc_for_collapsed_init()
|
H A D | kmp_runtime.cpp | 90 ident_t *loc); 99 kmp_internal_control_t *new_icvs, ident_t *loc); 647 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo() 672 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo() 699 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) { in __kmp_enter_single() 1181 void __kmp_serialized_parallel(ident_t *loc, kmp_int32 global_tid) { in __kmp_serialized_parallel() 1465 __kmp_fork_in_teams(ident_t *loc, int gtid, kmp_team_t *parent_team, in __kmp_fork_in_teams() 1702 __kmp_serial_fork_call(ident_t *loc, int gtid, enum fork_context_e call_context, in __kmp_serial_fork_call() 1927 int __kmp_fork_call(ident_t *loc, int gtid, in __kmp_fork_call() 2436 void __kmp_join_call(ident_t *loc, int gtid in __kmp_join_call() [all …]
|
H A D | kmp_dispatch_hier.h | 478 int next_recurse(ident_t *loc, int gtid, kmp_hier_top_unit_t<T> *current, in next_recurse() 712 int next(ident_t *loc, int gtid, dispatch_private_info_template<T> *pr, in next() 920 void __kmp_dispatch_init_hierarchy(ident_t *loc, int n, in __kmp_dispatch_init_hierarchy()
|
H A D | kmp_taskdeps.cpp | 677 kmp_int32 __kmpc_omp_task_with_deps(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task_with_deps() 888 void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps, in __kmpc_omp_wait_deps() 900 void __kmpc_omp_taskwait_deps_51(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_taskwait_deps_51()
|
H A D | kmp_gsupport.cpp | 121 static ident_t loc = {0, KMP_IDENT_KMPC, 0, 0, ";unknown;unknown;0;0;;"}; 421 unsigned num_threads, ident_t *loc, in __kmp_GOMP_parallel_microtask_wrapper() 461 static void __kmp_GOMP_fork_call(ident_t *loc, int gtid, unsigned num_threads, in __kmp_GOMP_fork_call()
|
H A D | kmp_barrier.cpp | 1953 ident_t *loc = __kmp_threads[gtid]->th.th_ident; in __kmp_barrier_template() 2359 ident_t *loc = team->t.t_ident; in __kmp_join_barrier() 2648 kmp_internal_control_t *new_icvs, ident_t *loc) { in __kmp_setup_icv_copy()
|