Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-general.h40 OLF_DIM_VECTOR = 1u << (OLF_DIM_BASE + GOMP_DIM_VECTOR),
H A Domp-offload.c376 && outer_mask == GOMP_DIM_MASK (GOMP_DIM_VECTOR) in oacc_xform_loop()
512 & ~(GOMP_DIM_MASK (GOMP_DIM_VECTOR) in oacc_xform_tile()
533 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in oacc_xform_tile()
534 first_size = oacc_dim_call (false, GOMP_DIM_VECTOR, &seq); in oacc_xform_tile()
1229 unsigned this_e_mask = this_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR); in oacc_loop_fixed_partitions()
H A Domp-low.c2085 this_mask |= GOMP_DIM_MASK (GOMP_DIM_VECTOR); in check_oacc_kernel_gwv()
/dragonfly/contrib/gcc-8.0/include/
H A Dgomp-constants.h213 #define GOMP_DIM_VECTOR 2 macro