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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h60 GOMP_MAP_TOFROM = (GOMP_MAP_TO | GOMP_MAP_FROM), enumerator in enum:gomp_map_kind
106 GOMP_MAP_FORCE_TOFROM = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_TOFROM),
121 | GOMP_MAP_TOFROM),
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h71 GOMP_MAP_TOFROM = (GOMP_MAP_TO | GOMP_MAP_FROM), enumerator in enum:gomp_map_kind
117 GOMP_MAP_FORCE_TOFROM = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_TOFROM),
132 | GOMP_MAP_TOFROM),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c2353 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
2374 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
2750 i ? GOMP_MAP_TO : GOMP_MAP_TOFROM);
2883 OMP_CLAUSE_SET_MAP_KIND (c, i ? GOMP_MAP_TO : GOMP_MAP_TOFROM);
H A Dgimplify.c10080 kind = GOMP_MAP_TOFROM;
10083 kind = GOMP_MAP_TOFROM | GOMP_MAP_FLAG_FORCE;
10401 if ((kind & GOMP_MAP_TOFROM) != GOMP_MAP_TOFROM
10409 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
10579 OMP_CLAUSE_SET_MAP_KIND (nc, GOMP_MAP_TOFROM);
10867 case GOMP_MAP_TOFROM:
H A Dtree-pretty-print.c800 case GOMP_MAP_TOFROM:
H A Domp-low.c11551 case GOMP_MAP_TOFROM:
11994 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc2509 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
2530 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
2907 i ? GOMP_MAP_TO : GOMP_MAP_TOFROM);
3040 OMP_CLAUSE_SET_MAP_KIND (c, i ? GOMP_MAP_TO : GOMP_MAP_TOFROM);
H A Dgimplify.cc8949 || k == GOMP_MAP_TOFROM
9009 || k == GOMP_MAP_TOFROM
11250 kind = GOMP_MAP_TOFROM;
11253 kind = GOMP_MAP_TOFROM | GOMP_MAP_FLAG_FORCE;
11605 if ((kind & GOMP_MAP_TOFROM) != GOMP_MAP_TOFROM
11613 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
11785 OMP_CLAUSE_SET_MAP_KIND (nc, GOMP_MAP_TOFROM);
12124 case GOMP_MAP_TOFROM:
H A Dtree-pretty-print.cc877 case GOMP_MAP_TOFROM:
H A Domp-low.cc12708 case GOMP_MAP_TOFROM:
13246 case GOMP_MAP_TOFROM:
H A Dtree.cc464 case GOMP_MAP_TOFROM: return "copy";
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc2281 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
3065 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_TOFROM
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc5736 case GOMP_MAP_TOFROM:
9621 enum gomp_map_kind kind = GOMP_MAP_TOFROM;
9697 kind = GOMP_MAP_TOFROM;
9870 OMP_CLAUSE_SET_MAP_KIND (c, GOMP_MAP_TOFROM);
9921 case GOMP_MAP_TOFROM:
H A Dparser.cc[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c2313 case GOMP_MAP_TOFROM: return "copy";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13243 kind = GOMP_MAP_TOFROM;
15641 enum gomp_map_kind kind = GOMP_MAP_TOFROM;
15696 kind = always ? GOMP_MAP_ALWAYS_TOFROM : GOMP_MAP_TOFROM;
19459 case GOMP_MAP_TOFROM:
19916 case GOMP_MAP_TOFROM:
H A Dc-typeck.c13627 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc13377 kind = GOMP_MAP_TOFROM;
16195 enum gomp_map_kind kind = GOMP_MAP_TOFROM;
16273 kind = always_modifier ? GOMP_MAP_ALWAYS_TOFROM : GOMP_MAP_TOFROM;
20804 case GOMP_MAP_TOFROM:
21281 case GOMP_MAP_TOFROM:
H A Dc-typeck.cc13866 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1173 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c1579 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]
H A Dsemantics.c5331 case GOMP_MAP_TOFROM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2846 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_TOFROM);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc2999 OMP_CLAUSE_SET_MAP_KIND (node, GOMP_MAP_TOFROM);

Completed in 1019 milliseconds