Lines Matching defs:packed_reduction_method
3464 ((__kmp_threads[(gtid)]->th.th_local.packed_reduction_method) = (rmethod))
3467 (__kmp_threads[(gtid)]->th.th_local.packed_reduction_method)
3469 // description of the packed_reduction_method variable: look at the macros in
3637 PACKED_REDUCTION_METHOD_T packed_reduction_method;
3667 // packed_reduction_method value will be reused by __kmp_end_reduce* function,
3683 packed_reduction_method = __kmp_determine_reduction_method(
3685 __KMP_SET_REDUCTION_METHOD(global_tid, packed_reduction_method);
3688 if (packed_reduction_method == critical_reduce_block) {
3695 } else if (packed_reduction_method == empty_reduce_block) {
3703 } else if (packed_reduction_method == atomic_reduce_block) {
3716 } else if (TEST_REDUCTION_METHOD(packed_reduction_method,
3749 __kmp_barrier(UNPACK_REDUCTION_BARRIER(packed_reduction_method),
3777 global_tid, packed_reduction_method, retval));
3793 PACKED_REDUCTION_METHOD_T packed_reduction_method;
3798 packed_reduction_method = __KMP_GET_REDUCTION_METHOD(global_tid);
3802 if (packed_reduction_method == critical_reduce_block) {
3807 } else if (packed_reduction_method == empty_reduce_block) {
3814 } else if (packed_reduction_method == atomic_reduce_block) {
3821 } else if (TEST_REDUCTION_METHOD(packed_reduction_method,
3837 global_tid, packed_reduction_method));
3865 PACKED_REDUCTION_METHOD_T packed_reduction_method;
3896 packed_reduction_method = __kmp_determine_reduction_method(
3898 __KMP_SET_REDUCTION_METHOD(global_tid, packed_reduction_method);
3902 if (packed_reduction_method == critical_reduce_block) {
3908 } else if (packed_reduction_method == empty_reduce_block) {
3915 } else if (packed_reduction_method == atomic_reduce_block) {
3919 } else if (TEST_REDUCTION_METHOD(packed_reduction_method,
3939 __kmp_barrier(UNPACK_REDUCTION_BARRIER(packed_reduction_method),
3967 global_tid, packed_reduction_method, retval));
3984 PACKED_REDUCTION_METHOD_T packed_reduction_method;
3995 packed_reduction_method = __KMP_GET_REDUCTION_METHOD(global_tid);
4001 if (packed_reduction_method == critical_reduce_block) {
4026 } else if (packed_reduction_method == empty_reduce_block) {
4052 } else if (packed_reduction_method == atomic_reduce_block) {
4074 } else if (TEST_REDUCTION_METHOD(packed_reduction_method,
4078 __kmp_end_split_barrier(UNPACK_REDUCTION_BARRIER(packed_reduction_method),
4094 global_tid, packed_reduction_method));