Searched refs:GOMP_MAP_FORCE_FROM (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h104 GOMP_MAP_FORCE_FROM = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_FROM), enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h115 GOMP_MAP_FORCE_FROM = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_FROM), enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-mem.c681 bool finalize = (kind == GOMP_MAP_FORCE_FROM
708 || kind == GOMP_MAP_FORCE_FROM);
823 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, acc_async_sync);
829 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, async);
1275 case GOMP_MAP_FORCE_FROM:
1457 || kind == GOMP_MAP_FORCE_FROM)
1520 case GOMP_MAP_FORCE_FROM:
H A Doacc-parallel.c688 case GOMP_MAP_FORCE_FROM:
H A Dtarget.c330 case GOMP_MAP_FORCE_FROM:
1575 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c681 bool finalize = (kind == GOMP_MAP_FORCE_FROM
708 || kind == GOMP_MAP_FORCE_FROM);
823 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, acc_async_sync);
829 goacc_exit_datum (h, s, GOMP_MAP_FORCE_FROM, async);
1274 case GOMP_MAP_FORCE_FROM:
1363 || kind == GOMP_MAP_FORCE_FROM)
H A Doacc-parallel.c692 case GOMP_MAP_FORCE_FROM:
748 case GOMP_MAP_FORCE_FROM:
H A Dtarget.c282 case GOMP_MAP_FORCE_FROM:
1169 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c2310 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c809 case GOMP_MAP_FORCE_FROM:
H A Dgimplify.c12998 case GOMP_MAP_FORCE_FROM:
13009 /* Use GOMP_MAP_DELETE/GOMP_MAP_FORCE_FROM to denote "finalize"
13017 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_FORCE_FROM);
H A Domp-low.c11567 case GOMP_MAP_FORCE_FROM:
12000 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc886 case GOMP_MAP_FORCE_FROM:
H A Domp-low.cc12728 case GOMP_MAP_FORCE_FROM:
13252 case GOMP_MAP_FORCE_FROM:
H A Dgimplify.cc14316 case GOMP_MAP_FORCE_FROM:
14327 /* Use GOMP_MAP_DELETE/GOMP_MAP_FORCE_FROM to denote "finalize"
14335 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_FORCE_FROM);
H A Dtree.cc461 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2873 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_FORCE_FROM);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5338 case GOMP_MAP_FORCE_FROM:
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3029 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_FORCE_FROM);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc5743 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13267 kind = GOMP_MAP_FORCE_FROM;
H A Dc-typeck.c13634 case GOMP_MAP_FORCE_FROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc13873 case GOMP_MAP_FORCE_FROM:
H A Dc-parser.cc13401 kind = GOMP_MAP_FORCE_FROM;

Completed in 795 milliseconds

12