Searched refs:GOMP_MAP_FIRSTPRIVATE_INT (Results 1 – 6 of 6) sorted by relevance
101 GOMP_MAP_FIRSTPRIVATE_INT = (GOMP_MAP_FLAG_SPECIAL | 1), enumerator
710 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
984 || (kind & typemask) == GOMP_MAP_FIRSTPRIVATE_INT) in gomp_map_vars_internal()1355 case GOMP_MAP_FIRSTPRIVATE_INT: in gomp_map_vars_internal()
11097 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
13342 tkind = GOMP_MAP_FIRSTPRIVATE_INT; in lower_omp_target()13370 if (tkind == GOMP_MAP_FIRSTPRIVATE_INT) in lower_omp_target()13409 ? GOMP_MAP_USE_DEVICE_PTR : GOMP_MAP_FIRSTPRIVATE_INT); in lower_omp_target()13420 tkind = GOMP_MAP_FIRSTPRIVATE_INT; in lower_omp_target()
28935 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT29143 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.