Searched refs:OMPT_REDUCTION_DECL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-specific.h | 175 #define OMPT_REDUCTION_DECL(this_thr, gtid) \ macro 192 #define OMPT_REDUCTION_DECL(this_thr, gtid) macro
|
H A D | kmp_barrier.cpp | 300 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_dist_barrier_gather() 350 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_dist_barrier_gather() 636 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_linear_barrier_gather_template() 857 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_tree_barrier_gather() 1098 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_hyper_barrier_gather() 1410 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_hierarchical_barrier_gather()
|
H A D | kmp_csupport.cpp | 3687 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_reduce_nowait() 3800 OMPT_REDUCTION_DECL(__kmp_thread_from_gtid(global_tid), global_tid); in __kmpc_end_reduce_nowait() 3900 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_reduce() 3999 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_end_reduce()
|