Home
last modified time | relevance | path

Searched refs:GOMP_MAP_DETACH (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/include/
Dgomp-constants.h166 GOMP_MAP_DETACH = (GOMP_MAP_DEEP_COPY | 1), enumerator
DChangeLog231 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH,
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Doacc-mem.c670 assert (kind != GOMP_MAP_DETACH
1245 case GOMP_MAP_DETACH: in goacc_exit_data_internal()
1306 case GOMP_MAP_DETACH: in goacc_exit_data_internal()
1454 || kind == GOMP_MAP_DETACH in GOACC_enter_exit_data()
Dtarget.c2947 if ((kinds[i] & typemask) == GOMP_MAP_DETACH) in gomp_exit_data()
3031 case GOMP_MAP_DETACH: in gomp_exit_data()
DChangeLog3187 (gomp_exit_data): Add handling of GOMP_MAP_DETACH.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-pretty-print.cc934 case GOMP_MAP_DETACH: in dump_omp_clause()
971 case GOMP_MAP_DETACH: in dump_omp_clause()
Dgimplify.cc9684 ? GOMP_MAP_DETACH : GOMP_MAP_ATTACH); in gimplify_scan_omp_clauses()
9750 && OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_DETACH in gimplify_scan_omp_clauses()
9823 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH; in gimplify_scan_omp_clauses()
9839 ? GOMP_MAP_DETACH : GOMP_MAP_ATTACH); in gimplify_scan_omp_clauses()
10108 ? GOMP_MAP_DETACH : GOMP_MAP_ATTACH); in gimplify_scan_omp_clauses()
10310 ? GOMP_MAP_DETACH in gimplify_scan_omp_clauses()
14351 case GOMP_MAP_DETACH: in gimplify_omp_target_update()
Domp-low.cc1551 && OMP_CLAUSE_MAP_KIND (c) != GOMP_MAP_DETACH) in scan_sharing_clauses()
1575 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH) in scan_sharing_clauses()
1858 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH) in scan_sharing_clauses()
12719 case GOMP_MAP_DETACH: in lower_omp_target()
12788 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH) in lower_omp_target()
13086 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH))) in lower_omp_target()
13125 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH) in lower_omp_target()
Dtree.cc469 case GOMP_MAP_DETACH: return "detach"; in user_omp_clause_code_name()
DChangeLog-2019275 GOMP_MAP_DETACH, GOMP_MAP_FORCE_DETACH.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc5271 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH)) in handle_omp_array_sections_1()
6719 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH) in cp_oacc_check_attachments()
8067 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH)) in finish_omp_clauses()
8089 || OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_DETACH)) in finish_omp_clauses()
Dparser.cc36901 kind = GOMP_MAP_DETACH; in cp_parser_oacc_data_clause()