HomeSort by: relevance | last modified time | path
    Searched refs:GOMP_DEVICE_HOST_FALLBACK (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
icv-device.c 45 return GOMP_DEVICE_HOST_FALLBACK;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
icv-device.c 45 return GOMP_DEVICE_HOST_FALLBACK;
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
icv-device.c 49 return GOMP_DEVICE_HOST_FALLBACK;
target.c 87 if (device != GOMP_DEVICE_HOST_FALLBACK || fn == NULL)
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
icv-device.c 49 return GOMP_DEVICE_HOST_FALLBACK;
target.c 101 if (device != GOMP_DEVICE_HOST_FALLBACK
  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 237 #define GOMP_DEVICE_HOST_FALLBACK -2
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 277 ids, -1 (aka omp_initial_device) to GOMP_DEVICE_HOST_FALLBACK,
285 #define GOMP_DEVICE_HOST_FALLBACK -2
  /src/external/gpl3/gcc/dist/libgomp/
oacc-parallel.c 45 _Static_assert (GOACC_FLAGS_UNMARSHAL (GOMP_DEVICE_HOST_FALLBACK)
47 "legacy GOMP_DEVICE_HOST_FALLBACK broken");
target.c 155 if (device_id == (remapped ? GOMP_DEVICE_HOST_FALLBACK
2921 GOMP_DEVICE_HOST_FALLBACK (or any value
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-parallel.c 45 _Static_assert (GOACC_FLAGS_UNMARSHAL (GOMP_DEVICE_HOST_FALLBACK)
47 "legacy GOMP_DEVICE_HOST_FALLBACK broken");
target.c 138 && device_id != GOMP_DEVICE_HOST_FALLBACK
2554 GOMP_DEVICE_HOST_FALLBACK (or any value
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 2920 && wi::to_wide (dev) == GOMP_DEVICE_HOST_FALLBACK
omp-expand.cc 10218 GOMP_DEVICE_HOST_FALLBACK);
10219 else if (wi::to_wide (device) == GOMP_DEVICE_HOST_FALLBACK)
10221 GOMP_DEVICE_HOST_FALLBACK - 1);
10228 GOMP_DEVICE_HOST_FALLBACK);
10255 OpenMP: device = (cond ? device : GOMP_DEVICE_HOST_FALLBACK) */
10305 GOMP_DEVICE_HOST_FALLBACK));
10406 GOMP_DEVICE_HOST_FALLBACK - 1));
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 10049 OpenMP: device = (cond ? device : GOMP_DEVICE_HOST_FALLBACK) */
10105 GOMP_DEVICE_HOST_FALLBACK));

Completed in 40 milliseconds