Home
last modified time | relevance | path

Searched refs:ident_t (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h687 void __kmpc_atomic_cmplx16_add_a16(ident_t *id_ref, int gtid,
690 void __kmpc_atomic_cmplx16_sub_a16(ident_t *id_ref, int gtid,
693 void __kmpc_atomic_cmplx16_mul_a16(ident_t *id_ref, int gtid,
696 void __kmpc_atomic_cmplx16_div_a16(ident_t *id_ref, int gtid,
710 void __kmpc_atomic_fixed1u_div_rev(ident_t *id_ref, int gtid,
716 void __kmpc_atomic_fixed1u_shr_rev(ident_t *id_ref, int gtid,
856 void __kmpc_atomic_fixed2u_add_fp(ident_t *id_ref, int gtid,
860 void __kmpc_atomic_fixed2u_sub_fp(ident_t *id_ref, int gtid,
864 void __kmpc_atomic_fixed2u_mul_fp(ident_t *id_ref, int gtid,
868 void __kmpc_atomic_fixed2u_div_fp(ident_t *id_ref, int gtid,
[all …]
H A Dkmp_error.h24 ident_t const *ident);
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,
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);
52 ident_t const *ident);
53 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident);
[all …]
H A Dkmp.h264 } ident_t; typedef
1681 ident_t const *ident;
2071 void (*th_deo_fcn)(int *gtid, int *cid, ident_t *);
2073 void (*th_dxo_fcn)(int *gtid, int *cid, ident_t *);
2756 ident_t *td_taskwait_ident;
3004 ident_t *th_ident;
4052 extern int __kmp_fork_call(ident_t *loc, int gtid,
4057 extern void __kmp_join_call(ident_t *loc, int gtid
4154 KMP_EXPORT void __kmpc_end(ident_t *);
4172 KMP_EXPORT kmp_int32 __kmpc_ok_to_fork(ident_t *);
[all …]
H A Dkmp_error.cpp81 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()
338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
363 void __kmp_pop_parallel(int gtid, ident_t const *ident) {
384 ident_t const *ident) {
411 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident) {
[all …]
H A Dkmp_csupport.cpp36 void __kmpc_begin(ident_t *loc, kmp_int32 flags) { in __kmpc_begin()
59 void __kmpc_end(ident_t *loc) { in __kmpc_end()
99 kmp_int32 __kmpc_global_thread_num(ident_t *loc) { in __kmpc_global_thread_num()
121 kmp_int32 __kmpc_global_num_threads(ident_t *loc) { in __kmpc_global_num_threads()
134 kmp_int32 __kmpc_bound_thread_num(ident_t *loc) { in __kmpc_bound_thread_num()
144 kmp_int32 __kmpc_bound_num_threads(ident_t *loc) { in __kmpc_bound_num_threads()
156 kmp_int32 __kmpc_ok_to_fork(ident_t *loc) { in __kmpc_ok_to_fork()
218 kmp_int32 __kmpc_in_parallel(ident_t *loc) { in __kmpc_in_parallel()
734 void __kmpc_flush(ident_t *loc) { in __kmpc_flush()
979 void __kmpc_ordered(ident_t *loc, kmp_int32 gtid) { in __kmpc_ordered()
[all …]
H A Dkmp_itt.h65 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 Dkmp_sched.cpp65 static ident_t loc_stub = {0, KMP_IDENT_KMPC, 0, 0, ";unknown;unknown;0;0;;"};
66 static inline void check_loc(ident_t *&loc) { in check_loc()
73 static void __kmp_for_static_init(ident_t *loc, kmp_int32 global_tid, in __kmp_for_static_init()
471 static void __kmp_dist_for_static_init(ident_t *loc, kmp_int32 gtid, in __kmp_dist_for_static_init()
738 static void __kmp_team_static_init(ident_t *loc, kmp_int32 gtid, in __kmp_team_static_init()
888 void __kmpc_for_static_init_4u(ident_t *loc, kmp_int32 gtid, in __kmpc_for_static_init_4u()
921 void __kmpc_for_static_init_8u(ident_t *loc, kmp_int32 gtid, in __kmpc_for_static_init_8u()
966 void __kmpc_dist_for_static_init_4(ident_t *loc, kmp_int32 gtid, in __kmpc_dist_for_static_init_4()
979 void __kmpc_dist_for_static_init_4u(ident_t *loc, kmp_int32 gtid, in __kmpc_dist_for_static_init_4u()
992 void __kmpc_dist_for_static_init_8(ident_t *loc, kmp_int32 gtid, in __kmpc_dist_for_static_init_8()
[all …]
H A Dkmp_collapse.h197 __kmpc_process_loop_nest_rectang(ident_t *loc, kmp_int32 gtid,
209 __kmpc_calc_original_ivs_rectang(ident_t *loc, kmp_loop_nest_iv_t new_iv,
234 __kmpc_for_collapsed_init(ident_t *loc, kmp_int32 gtid,
H A Dkmp_dispatch.cpp184 void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid, in __kmp_dispatch_init_algorithm()
1180 static void __kmp_dispatch_finish(int gtid, ident_t *loc) { in __kmp_dispatch_finish()
2548 kmp_int32 __kmpc_next_section(ident_t *loc, kmp_int32 gtid, in __kmpc_next_section()
2637 void __kmpc_end_sections(ident_t *loc, kmp_int32 gtid) { in __kmpc_end_sections()
2799 void __kmpc_dispatch_init_4(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_4()
2811 void __kmpc_dispatch_init_4u(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_4u()
2824 void __kmpc_dispatch_init_8(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_8()
2837 void __kmpc_dispatch_init_8u(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_8u()
2986 void __kmpc_dispatch_fini_4(ident_t *loc, kmp_int32 gtid) { in __kmpc_dispatch_fini_4()
2993 void __kmpc_dispatch_fini_8(ident_t *loc, kmp_int32 gtid) { in __kmpc_dispatch_fini_8()
[all …]
H A Dkmp_debugger.cpp147 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 Dkmp_lock.h39 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);
881 static inline const ident_t *__kmp_get_user_lock_location(kmp_user_lock_p lck) { in __kmp_get_user_lock_location()
890 const ident_t *loc);
893 const ident_t *loc) { in __kmp_set_user_lock_location()
1199 const ident_t *);
[all …]
H A Dkmp_atomic.cpp3415 void __kmpc_atomic_1(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_1()
3462 void __kmpc_atomic_2(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_2()
3509 void __kmpc_atomic_4(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_4()
3559 void __kmpc_atomic_8(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_8()
3608 void __kmpc_atomic_10(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_10()
3630 void __kmpc_atomic_16(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_16()
3651 void __kmpc_atomic_20(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_20()
3672 void __kmpc_atomic_32(ident_t *id_ref, int gtid, void *lhs, void *rhs, in __kmpc_atomic_32()
3763 kmp_int32 __kmpc_atomic_val_4_cas(ident_t *loc, int gtid, kmp_int32 *x, in __kmpc_atomic_val_4_cas()
3767 kmp_int64 __kmpc_atomic_val_8_cas(ident_t *loc, int gtid, kmp_int64 *x, in __kmpc_atomic_val_8_cas()
[all …]
H A Dkmp_cancel.cpp29 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 Dkmp_dispatch.h46 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 Dkmp_itt.inl71 kmp_itthash_t *h, ident_t *loc,
134 ident_t *loc = th->th.th_ident;
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 const *loc = NULL;
804 ident_t *loc = thr->th.th_ident;
[all …]
H A Dkmp_debugger.h40 int __kmp_omp_num_threads(ident_t const *ident);
H A Dkmp_lock.cpp953 const ident_t *loc) { in __kmp_set_ticket_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()
3104 const ident_t *) = {0};
3107 const ident_t *(*__kmp_indirect_get_location[KMP_NUM_I_LOCKS])(
3413 (const ident_t *(*)(kmp_user_lock_p)) __kmp_get_##l##_lock_location in __kmp_init_dynamic_user_locks()
3569 const ident_t *loc) = NULL;
3603 (void (*)(kmp_user_lock_p, const ident_t *))NULL; in __kmp_set_user_lock_vptrs()
3636 (void (*)(kmp_user_lock_p, const ident_t *))NULL; in __kmp_set_user_lock_vptrs()
[all …]
H A Dkmp_tasking.cpp850 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
1250 static void __kmpc_omp_task_complete_if0_template(ident_t *loc_ref,
1288 void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid,
1302 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid,
1453 kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
1964 kmp_int32 __kmpc_omp_task_parts(ident_t *loc_ref, kmp_int32 gtid,
2109 kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
2339 kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid) {
2872 void __kmpc_taskgroup(ident_t *loc, int gtid) {
2906 void __kmpc_end_taskgroup(ident_t *loc, int gtid) {
[all …]
H A Dkmp_threadprivate.cpp504 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 Dkmp_collapse.cpp77 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()
1295 __kmpc_for_collapsed_init(ident_t *loc, kmp_int32 gtid, in __kmpc_for_collapsed_init()
H A Dkmp_runtime.cpp90 ident_t *loc);
99 kmp_internal_control_t *new_icvs, ident_t *loc);
684 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) { in __kmp_enter_single()
1126 void __kmp_serialized_parallel(ident_t *loc, kmp_int32 global_tid) { in __kmp_serialized_parallel()
1405 __kmp_fork_in_teams(ident_t *loc, int gtid, kmp_team_t *parent_team, in __kmp_fork_in_teams()
1873 int __kmp_fork_call(ident_t *loc, int gtid, in __kmp_fork_call()
2418 void __kmp_join_call(ident_t *loc, int gtid in __kmp_join_call()
4722 ident_t *loc) { in __kmp_reinitialize_team()
4743 ident_t *loc) { in __kmp_initialize_team()
7764 ident_t *loc = team->t.t_ident; in __kmp_teams_master()
[all …]
H A Dkmp_dispatch_hier.h478 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 Dkmp_taskdeps.cpp677 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 Dkmp_gsupport.cpp121 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 Dkmp_barrier.cpp1936 ident_t *loc = __kmp_threads[gtid]->th.th_ident; in __kmp_barrier_template()
2340 ident_t *loc = team->t.t_ident; in __kmp_join_barrier()
2628 kmp_internal_control_t *new_icvs, ident_t *loc) { in __kmp_setup_icv_copy()

12