Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/include/
Dgomp-constants.h101 GOMP_MAP_FIRSTPRIVATE_INT = (GOMP_MAP_FLAG_SPECIAL | 1), enumerator
DChangeLog710 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR,
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtarget.c984 || (kind & typemask) == GOMP_MAP_FIRSTPRIVATE_INT) in gomp_map_vars_internal()
1355 case GOMP_MAP_FIRSTPRIVATE_INT: in gomp_map_vars_internal()
DChangeLog11097 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc13342 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()
DChangeLog-201628935 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
29143 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.