Searched refs:GOMP_MAP_USE_DEVICE_PTR (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h93 GOMP_MAP_USE_DEVICE_PTR = (GOMP_MAP_FLAG_SPECIAL | 2), enumerator in enum:gomp_map_kind
107 /* Like GOMP_MAP_USE_DEVICE_PTR above, translate a host to a device
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h104 GOMP_MAP_USE_DEVICE_PTR = (GOMP_MAP_FLAG_SPECIAL | 2), enumerator in enum:gomp_map_kind
118 /* Like GOMP_MAP_USE_DEVICE_PTR above, translate a host to a device
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c418 if ((kinds[i] & 0xff) == GOMP_MAP_USE_DEVICE_PTR
H A Dtarget.c724 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR
751 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR)
994 case GOMP_MAP_USE_DEVICE_PTR:
1007 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c415 if ((kinds[i] & 0xff) == GOMP_MAP_USE_DEVICE_PTR
H A Dtarget.c990 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR
1017 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR)
1367 case GOMP_MAP_USE_DEVICE_PTR:
1380 else if ((kind & typemask) == GOMP_MAP_USE_DEVICE_PTR)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c12138 ? GOMP_MAP_USE_DEVICE_PTR : GOMP_MAP_FIRSTPRIVATE_INT);
12143 tkind = GOMP_MAP_USE_DEVICE_PTR;
12154 gcc_assert (tkind == GOMP_MAP_USE_DEVICE_PTR);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc13411 ? GOMP_MAP_USE_DEVICE_PTR : GOMP_MAP_FIRSTPRIVATE_INT);
13417 tkind = GOMP_MAP_USE_DEVICE_PTR;
13428 gcc_assert (tkind == GOMP_MAP_USE_DEVICE_PTR);

Completed in 235 milliseconds