HomeSort by: relevance | last modified time | path
    Searched refs:GOMP_MAP_STRUCT (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 139 GOMP_MAP_STRUCT = (GOMP_MAP_FLAG_SPECIAL_2
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 154 GOMP_MAP_STRUCT = (GOMP_MAP_FLAG_SPECIAL_2
  /src/external/gpl3/gcc/dist/libgomp/
oacc-mem.c 740 zero. Otherwise (e.g. for a 'GOMP_MAP_STRUCT' mapping with
1043 case GOMP_MAP_STRUCT:
1104 case GOMP_MAP_STRUCT:
1353 case GOMP_MAP_STRUCT:
1355 /* Skip the 'GOMP_MAP_STRUCT' itself, and use the regular processing
1358 'GOMP_MAP_STRUCT's anymore. */
1493 || kind == GOMP_MAP_STRUCT
target.c 1091 else if ((kind & typemask) == GOMP_MAP_STRUCT
1490 case GOMP_MAP_STRUCT:
3374 == GOMP_MAP_STRUCT);
3757 case GOMP_MAP_STRUCT:
3827 if (kind == GOMP_MAP_STRUCT && !cdata[i].present)
3841 == GOMP_MAP_STRUCT))
4219 if ((kinds[i] & 0xff) == GOMP_MAP_STRUCT
4318 if ((ttask->kinds[i] & 0xff) == GOMP_MAP_STRUCT
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-mem.c 727 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)
target.c 1033 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)
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 9296 insert into a list following a GOMP_MAP_STRUCT node. For some types of
9300 GOMP_MAP_STRUCT.
9436 /* The group points to an already-created "GOMP_MAP_STRUCT
9566 case GOMP_MAP_STRUCT:
9672 case GOMP_MAP_STRUCT:
9743 If we define several base pointers, i.e. for a GOMP_MAP_STRUCT mapping,
9839 case GOMP_MAP_STRUCT:
10500 GOMP_MAP_STRUCT might have been inserted at the start of the group.
10502 if (OMP_CLAUSE_MAP_KIND (grp_first) == GOMP_MAP_STRUCT
11102 starting with GOMP_MAP_STRUCT followed by a number of mappings equal to th
    [all...]
tree-pretty-print.cc 977 case GOMP_MAP_STRUCT:
omp-low.cc 12716 case GOMP_MAP_STRUCT:
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8722 GOMP_MAP_STRUCT mapping. C is an always_pointer mapping. STRUCT_NODE is
9840 have detected a case that needs a GOMP_MAP_STRUCT
9850 GOMP_MAP_STRUCT elements. */
9883 : GOMP_MAP_STRUCT;
10272 && OMP_CLAUSE_MAP_KIND (*sc) == GOMP_MAP_STRUCT
10276 leading GOMP_MAP_STRUCT has been created, so refill the
11619 if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT
11662 follow the GOMP_MAP_STRUCT map clause. */
11663 if (OMP_CLAUSE_MAP_KIND (c) == GOMP_MAP_STRUCT)
14360 case GOMP_MAP_STRUCT
    [all...]
tree-pretty-print.cc 919 case GOMP_MAP_STRUCT:
omp-low.cc 12718 case GOMP_MAP_STRUCT:

Completed in 114 milliseconds