Searched refs:goacc_exit_datum (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c743 goacc_exit_datum (void *h, size_t s, unsigned short kind, int async) function
787 goacc_exit_datum (h, s, GOMP_MAP_RELEASE, acc_async_sync);
793 goacc_exit_datum (h, s, GOMP_MAP_RELEASE, async);
799 goacc_exit_datum (h, s, GOMP_MAP_DELETE, acc_async_sync);
805 goacc_exit_datum (h, s, GOMP_MAP_DELETE, async);
811 goacc_exit_datum (h, s, GOMP_MAP_FROM, acc_async_sync);
817 goacc_exit_datum (h, s, GOMP_MAP_FROM, async);
823 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, acc_async_sync);
829 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, async);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-mem.c743 goacc_exit_datum (void *h, size_t s, unsigned short kind, int async) function
787 goacc_exit_datum (h, s, GOMP_MAP_RELEASE, acc_async_sync);
793 goacc_exit_datum (h, s, GOMP_MAP_RELEASE, async);
799 goacc_exit_datum (h, s, GOMP_MAP_DELETE, acc_async_sync);
805 goacc_exit_datum (h, s, GOMP_MAP_DELETE, async);
811 goacc_exit_datum (h, s, GOMP_MAP_FROM, acc_async_sync);
817 goacc_exit_datum (h, s, GOMP_MAP_FROM, async);
823 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, acc_async_sync);
829 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, async);

Completed in 105 milliseconds