Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-offload.c100 for (ix = 0; ix != GOMP_DIM_MAX; in oacc_fn_attrib_level()
573 static int oacc_default_dims[GOMP_DIM_MAX];
574 static int oacc_min_dims[GOMP_DIM_MAX];
588 for (ix = GOMP_DIM_MAX; ix--;) in oacc_parse_default_dims()
646 tree purpose[GOMP_DIM_MAX]; in oacc_validate_dims()
654 for (ix = 0; ix != GOMP_DIM_MAX; ix++) in oacc_validate_dims()
665 for (ix = 0; ix != GOMP_DIM_MAX; ix++) in oacc_validate_dims()
694 for (ix = GOMP_DIM_MAX; ix--;) in oacc_validate_dims()
849 for (ix = GOMP_DIM_MAX; ix--;) in dump_oacc_loop()
1133 & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1)); in oacc_loop_fixed_partitions()
[all …]
H A Domp-general.c528 tree dims[GOMP_DIM_MAX]; in oacc_set_fn_attrib()
533 for (ix = GOMP_DIM_MAX; ix--;) in oacc_set_fn_attrib()
556 for (unsigned ix = 0; ix != GOMP_DIM_MAX; ix++) in oacc_set_fn_attrib()
583 for (ix = GOMP_DIM_MAX + 1; ix--;) in oacc_build_routine_dims()
595 level = GOMP_DIM_MAX; in oacc_build_routine_dims()
599 for (ix = GOMP_DIM_MAX; ix--;) in oacc_build_routine_dims()
634 gcc_assert (axis < GOMP_DIM_MAX); in oacc_get_fn_dim_size()
656 gcc_checking_assert (axis >= 0 && axis < GOMP_DIM_MAX); in oacc_get_ifn_dim_arg()
H A Domp-general.h42 OLF_MAX = OLF_DIM_BASE + GOMP_DIM_MAX
H A Domp-low.c5748 bool maybe_auto = !(tag & (((GOMP_DIM_MASK (GOMP_DIM_MAX) - 1) in lower_oacc_head_mark()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-parallel.c76 unsigned dims[GOMP_DIM_MAX]; in GOACC_parallel_keyed()
107 for (i = 0; i != GOMP_DIM_MAX; i++) in GOACC_parallel_keyed()
124 for (i = 0; i != GOMP_DIM_MAX; i++) in GOACC_parallel_keyed()
/dragonfly/contrib/gcc-8.0/include/
H A Dgomp-constants.h214 #define GOMP_DIM_MAX 3 macro