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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h79 GOMP_MAP_FORCE_DEVICEPTR = (GOMP_MAP_FLAG_SPECIAL_1 | 0), enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h90 GOMP_MAP_FORCE_DEVICEPTR = (GOMP_MAP_FLAG_SPECIAL_1 | 0), enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR)
757 case GOMP_MAP_FORCE_DEVICEPTR:
H A Dtarget.c1240 case GOMP_MAP_FORCE_DEVICEPTR:
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR)
H A Doacc-mem.c1527 case GOMP_MAP_FORCE_DEVICEPTR:
H A Dtarget.c1662 case GOMP_MAP_FORCE_DEVICEPTR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c2321 case GOMP_MAP_FORCE_DEVICEPTR: return "deviceptr";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c821 case GOMP_MAP_FORCE_DEVICEPTR:
H A Domp-low.c11570 case GOMP_MAP_FORCE_DEVICEPTR:
11922 || map_kind == GOMP_MAP_FORCE_DEVICEPTR)
11936 || map_kind == GOMP_MAP_FORCE_DEVICEPTR)
H A Dgimplify.c10470 /* For GOMP_MAP_FORCE_DEVICEPTR, we'll never enter here, because
10473 gcc_assert (OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_FORCE_DEVICEPTR);
10874 case GOMP_MAP_FORCE_DEVICEPTR:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc898 case GOMP_MAP_FORCE_DEVICEPTR:
H A Domp-low.cc12731 case GOMP_MAP_FORCE_DEVICEPTR:
13174 || map_kind == GOMP_MAP_FORCE_DEVICEPTR)
13188 || map_kind == GOMP_MAP_FORCE_DEVICEPTR)
H A Dgimplify.cc11676 /* For GOMP_MAP_FORCE_DEVICEPTR, we'll never enter here, because
11679 gcc_assert (OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_FORCE_DEVICEPTR);
12131 case GOMP_MAP_FORCE_DEVICEPTR:
H A Dtree.cc472 case GOMP_MAP_FORCE_DEVICEPTR: return "deviceptr";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2882 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_FORCE_DEVICEPTR);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13321 OMP_CLAUSE_SET_MAP_KIND (u, GOMP_MAP_FORCE_DEVICEPTR);
16622 case GOMP_MAP_FORCE_DEVICEPTR:
H A Dc-typeck.c13619 gcc_assert (OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_FORCE_DEVICEPTR);
14771 == GOMP_MAP_FORCE_DEVICEPTR)))
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc13859 gcc_assert (OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_FORCE_DEVICEPTR);
15168 == GOMP_MAP_FORCE_DEVICEPTR)))
H A Dc-parser.cc13455 OMP_CLAUSE_SET_MAP_KIND (u, GOMP_MAP_FORCE_DEVICEPTR);
17299 case GOMP_MAP_FORCE_DEVICEPTR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c7484 && OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_FORCE_DEVICEPTR
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3038 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_FORCE_DEVICEPTR);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc8249 && OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_FORCE_DEVICEPTR
H A Dparser.cc[all...]

Completed in 768 milliseconds