Home
last modified time | relevance | path

Searched refs:GOMP_MAP_TO_PSET (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgomp/
HDoacc-parallel.c49 return kind == GOMP_MAP_TO_PSET; in find_pset()
296 if (kind == GOMP_MAP_POINTER || kind == GOMP_MAP_TO_PSET) in GOACC_enter_exit_data()
457 case GOMP_MAP_TO_PSET: in GOACC_update()
516 if (kind == GOMP_MAP_POINTER || kind == GOMP_MAP_TO_PSET) in GOACC_declare()
HDtarget.c657 if ((kind & typemask) == GOMP_MAP_TO_PSET) in gomp_map_vars()
890 case GOMP_MAP_TO_PSET: in gomp_map_vars()
/dragonfly/contrib/gcc-8.0/include/
HDgomp-constants.h66 GOMP_MAP_TO_PSET = (GOMP_MAP_FLAG_SPECIAL_0 | 1), enumerator
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-pretty-print.c688 case GOMP_MAP_TO_PSET: in dump_omp_clause()
766 case GOMP_MAP_TO_PSET: in dump_omp_clause()
HDomp-low.c7639 case GOMP_MAP_TO_PSET: in lower_omp_target()
7984 || map_kind == GOMP_MAP_TO_PSET in lower_omp_target()