Home
last modified time | relevance | path

Searched refs:GOMP_DIM_MASK (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-offload.c257 if (GOMP_DIM_MASK (ix) & mask) in oacc_thread_numbers()
512 & ~(GOMP_DIM_MASK (GOMP_DIM_VECTOR) in oacc_xform_tile()
513 | GOMP_DIM_MASK (GOMP_DIM_WORKER)))); in oacc_xform_tile()
685 dims[ix] = (used & GOMP_DIM_MASK (ix) in oacc_validate_dims()
766 ^ (GOMP_DIM_MASK (level) - 1)); in new_oacc_loop_routine()
1093 while (!(GOMP_DIM_MASK (dim) & mask)) in oacc_loop_process()
1099 mask ^= GOMP_DIM_MASK (dim); in oacc_loop_process()
1133 & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1)); in oacc_loop_fixed_partitions()
1161 mask_all |= GOMP_DIM_MASK (GOMP_DIM_MAX); in oacc_loop_fixed_partitions()
1386 if (mask_all & GOMP_DIM_MASK (GOMP_DIM_MAX)) in oacc_loop_partition()
[all …]
H A Domp-general.c544 non_const |= GOMP_DIM_MASK (ix); in oacc_set_fn_attrib()
557 if (non_const & GOMP_DIM_MASK (ix)) in oacc_set_fn_attrib()
H A Domp-low.c2079 this_mask |= GOMP_DIM_MASK (GOMP_DIM_GANG); in check_oacc_kernel_gwv()
2082 this_mask |= GOMP_DIM_MASK (GOMP_DIM_WORKER); in check_oacc_kernel_gwv()
2085 this_mask |= GOMP_DIM_MASK (GOMP_DIM_VECTOR); in check_oacc_kernel_gwv()
5748 bool maybe_auto = !(tag & (((GOMP_DIM_MASK (GOMP_DIM_MAX) - 1) in lower_oacc_head_mark()
H A Domp-expand.c5229 gwv = build_int_cst (integer_type_node, GOMP_DIM_MASK (GOMP_DIM_GANG)); in expand_oacc_for()
/dragonfly/contrib/gcc-8.0/include/
H A Dgomp-constants.h215 #define GOMP_DIM_MASK(X) (1u << (X)) macro
/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-parallel.c125 if (mask & GOMP_DIM_MASK (i)) in GOACC_parallel_keyed()