| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | line-map.h | 820 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument 822 if (map_kind) in LINEMAPS_ALLOCATED() 831 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument 833 if (map_kind) in LINEMAPS_ALLOCATED() 842 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED() argument 844 if (map_kind) in LINEMAPS_USED() 853 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED() argument 855 if (map_kind) in LINEMAPS_USED() 865 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE() argument 867 if (map_kind) in LINEMAPS_CACHE() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | line-map.h | 831 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument 833 if (map_kind) in LINEMAPS_ALLOCATED() 842 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument 844 if (map_kind) in LINEMAPS_ALLOCATED() 853 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED() argument 855 if (map_kind) in LINEMAPS_USED() 864 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED() argument 866 if (map_kind) in LINEMAPS_USED() 876 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE() argument 878 if (map_kind) in LINEMAPS_CACHE() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-oacc-kernels-decompose.cc | 1446 HOST_WIDE_INT map_kind = OMP_CLAUSE_MAP_KIND (c); in omp_oacc_kernels_decompose_1() local 1447 switch (map_kind) in omp_oacc_kernels_decompose_1() 1450 if (map_kind == GOMP_MAP_ALLOC in omp_oacc_kernels_decompose_1() 1466 OMP_CLAUSE_SET_MAP_KIND (new_clause, map_kind); in omp_oacc_kernels_decompose_1()
|
| H A D | tree-core.h | 1624 unsigned int map_kind; member
|
| H A D | omp-low.cc | 13168 enum gomp_map_kind map_kind = OMP_CLAUSE_MAP_KIND (c); in lower_omp_target() local 13169 if (GOMP_MAP_COPY_TO_P (map_kind) in lower_omp_target() 13170 || map_kind == GOMP_MAP_POINTER in lower_omp_target() 13171 || map_kind == GOMP_MAP_TO_PSET in lower_omp_target() 13172 || map_kind == GOMP_MAP_FORCE_DEVICEPTR) in lower_omp_target() 13185 if ((GOMP_MAP_COPY_FROM_P (map_kind) in lower_omp_target() 13186 || map_kind == GOMP_MAP_FORCE_DEVICEPTR) in lower_omp_target()
|
| H A D | tree.h | 1679 …((enum gomp_map_kind) OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind) 1681 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind \
|
| H A D | gimplify.cc | 10309 enum gomp_map_kind map_kind = (code == OMP_TARGET_EXIT_DATA in gimplify_scan_omp_clauses() local 10312 OMP_CLAUSE_SET_MAP_KIND (c, map_kind); in gimplify_scan_omp_clauses()
|
| H A D | ChangeLog-2015 | 12575 (struct tree_omp_clause): Change type of map_kind 42967 (struct tree_omp_clause): Change type of map_kind member from enum
|
| H A D | ChangeLog-2013 | 15626 (union omp_clause_subcode): Add depend_kind, map_kind and
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 2424 gomp_map_kind map_kind; in gfc_trans_omp_array_section() local 2426 map_kind = GOMP_MAP_TO; in gfc_trans_omp_array_section() 2429 map_kind = OMP_CLAUSE_MAP_KIND (node); in gfc_trans_omp_array_section() 2431 map_kind = GOMP_MAP_ALLOC; in gfc_trans_omp_array_section() 2434 OMP_CLAUSE_SET_MAP_KIND (node4, map_kind); in gfc_trans_omp_array_section() 3461 gomp_map_kind map_kind; in gfc_trans_omp_clauses() local 3473 map_kind = GOMP_MAP_TO; in gfc_trans_omp_clauses() 3476 map_kind = OMP_CLAUSE_MAP_KIND (node); in gfc_trans_omp_clauses() 3478 map_kind = GOMP_MAP_ALLOC; in gfc_trans_omp_clauses() 3492 OMP_CLAUSE_SET_MAP_KIND (node4, map_kind); in gfc_trans_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-core.h | 1551 unsigned int map_kind; member
|
| H A D | omp-low.c | 11916 enum gomp_map_kind map_kind = OMP_CLAUSE_MAP_KIND (c); in lower_omp_target() local 11917 if (GOMP_MAP_COPY_TO_P (map_kind) in lower_omp_target() 11918 || map_kind == GOMP_MAP_POINTER in lower_omp_target() 11919 || map_kind == GOMP_MAP_TO_PSET in lower_omp_target() 11920 || map_kind == GOMP_MAP_FORCE_DEVICEPTR) in lower_omp_target() 11933 if ((GOMP_MAP_COPY_FROM_P (map_kind) in lower_omp_target() 11934 || map_kind == GOMP_MAP_FORCE_DEVICEPTR) in lower_omp_target()
|
| H A D | tree.h | 1612 …((enum gomp_map_kind) OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind) 1614 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | module.cc | 6101 WU (t->omp_clause.subcode.map_kind); in core_vals() 6595 RU (t->omp_clause.subcode.map_kind); in core_vals()
|