Searched refs:OMPT_REDUCTION_DECL (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | ompt-specific.h | 136 #define OMPT_REDUCTION_DECL(this_thr, gtid) \ macro 153 #define OMPT_REDUCTION_DECL(this_thr, gtid) macro
|
D | kmp_barrier.cpp | 129 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_linear_barrier_gather_template() 357 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_tree_barrier_gather() 607 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_hyper_barrier_gather() 922 OMPT_REDUCTION_DECL(this_thr, gtid); in __kmp_hierarchical_barrier_gather()
|
D | kmp_csupport.cpp | 3409 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_reduce_nowait() 3522 OMPT_REDUCTION_DECL(__kmp_thread_from_gtid(global_tid), global_tid); in __kmpc_end_reduce_nowait() 3622 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_reduce() 3721 OMPT_REDUCTION_DECL(th, global_tid); in __kmpc_end_reduce()
|