Searched refs:GOMP_MAP_STRUCT (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h128 GOMP_MAP_STRUCT = (GOMP_MAP_FLAG_SPECIAL_2 enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h139 GOMP_MAP_STRUCT = (GOMP_MAP_FLAG_SPECIAL_2 enumerator in enum:gomp_map_kind
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c727 zero. Otherwise (e.g. for a 'GOMP_MAP_STRUCT' mapping with
1030 case GOMP_MAP_STRUCT:
1090 case GOMP_MAP_STRUCT:
1298 case GOMP_MAP_STRUCT:
1299 /* Skip the 'GOMP_MAP_STRUCT' itself, and use the regular processing
1302 'GOMP_MAP_STRUCT's anymore. */
1344 || kind == GOMP_MAP_STRUCT)
H A Dtarget.c767 else if ((kind & typemask) == GOMP_MAP_STRUCT)
1021 case GOMP_MAP_STRUCT:
2484 if ((kinds[i] & 0xff) == GOMP_MAP_STRUCT)
2563 if ((ttask->kinds[i] & 0xff) == GOMP_MAP_STRUCT)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-mem.c727 zero. Otherwise (e.g. for a 'GOMP_MAP_STRUCT' mapping with
1030 case GOMP_MAP_STRUCT:
1090 case GOMP_MAP_STRUCT:
1299 case GOMP_MAP_STRUCT:
1300 /* Skip the 'GOMP_MAP_STRUCT' itself, and use the regular processing
1303 'GOMP_MAP_STRUCT's anymore. */
1438 || kind == GOMP_MAP_STRUCT)
H A Dtarget.c1033 else if ((kind & typemask) == GOMP_MAP_STRUCT)
1394 case GOMP_MAP_STRUCT:
3129 if ((kinds[i] & 0xff) == GOMP_MAP_STRUCT)
3224 if ((ttask->kinds[i] & 0xff) == GOMP_MAP_STRUCT)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc8720 GOMP_MAP_STRUCT mapping. C is an always_pointer mapping. STRUCT_NODE is
9838 have detected a case that needs a GOMP_MAP_STRUCT
9848 GOMP_MAP_STRUCT elements. */
9881 : GOMP_MAP_STRUCT;
10270 && OMP_CLAUSE_MAP_KIND (*sc) == GOMP_MAP_STRUCT
10274 leading GOMP_MAP_STRUCT has been created, so refill the
11617 if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT
11660 follow the GOMP_MAP_STRUCT map clause. */
11661 if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT)
14358 case GOMP_MAP_STRUCT
[all...]
H A Dtree-pretty-print.cc919 case GOMP_MAP_STRUCT:
H A Domp-low.cc12718 case GOMP_MAP_STRUCT:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c8235 GOMP_MAP_STRUCT mapping. C is an always_pointer mapping. STRUCT_NODE is
9070 have detected a case that needs a GOMP_MAP_STRUCT
9083 : GOMP_MAP_STRUCT;
10450 follow the GOMP_MAP_STRUCT map clause. */
10451 if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT)
10459 else if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT
13035 case GOMP_MAP_STRUCT:
H A Dtree-pretty-print.c842 case GOMP_MAP_STRUCT:
H A Domp-low.c11561 case GOMP_MAP_STRUCT:

Completed in 284 milliseconds