Home
last modified time | relevance | path

Searched refs:GOMP_DIM_WORKER (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-general.h39 OLF_DIM_WORKER = 1u << (OLF_DIM_BASE + GOMP_DIM_WORKER),
H A Domp-offload.c513 | GOMP_DIM_MASK (GOMP_DIM_WORKER)))); in oacc_xform_tile()
535 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER)) in oacc_xform_tile()
536 second_size = oacc_dim_call (false, GOMP_DIM_WORKER, &seq); in oacc_xform_tile()
1231 this_e_mask |= this_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER); in oacc_loop_fixed_partitions()
H A Domp-low.c2082 this_mask |= GOMP_DIM_MASK (GOMP_DIM_WORKER); in check_oacc_kernel_gwv()
/dragonfly/contrib/gcc-8.0/include/
H A Dgomp-constants.h212 #define GOMP_DIM_WORKER 1 macro