OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOMP_MAP_TO
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/include/
gomp-constants.h
67
GOMP_MAP_TO
= (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
71
GOMP_MAP_TOFROM = (
GOMP_MAP_TO
| GOMP_MAP_FROM),
76
/* Also internal, behaves like
GOMP_MAP_TO
, but additionally any
113
GOMP_MAP_FORCE_TO = (GOMP_MAP_FLAG_FORCE |
GOMP_MAP_TO
),
124
GOMP_MAP_ALWAYS_TO = (GOMP_MAP_FLAG_SPECIAL_2 |
GOMP_MAP_TO
),
/src/external/gpl3/gcc/dist/include/
gomp-constants.h
73
GOMP_MAP_TO
= (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
77
GOMP_MAP_TOFROM = (
GOMP_MAP_TO
| GOMP_MAP_FROM),
82
/* Also internal, behaves like
GOMP_MAP_TO
, but additionally any
119
GOMP_MAP_FORCE_TO = (GOMP_MAP_FLAG_FORCE |
GOMP_MAP_TO
),
130
GOMP_MAP_ALWAYS_TO = (GOMP_MAP_FLAG_SPECIAL_2 |
GOMP_MAP_TO
),
141
|
GOMP_MAP_TO
),
/src/external/gpl3/gcc/dist/libgomp/
oacc-mem.c
628
unsigned short kinds[1] = {
GOMP_MAP_TO
};
635
unsigned short kinds[1] = {
GOMP_MAP_TO
};
1227
[
GOMP_MAP_TO
, GOMP_MAP_TO_PSET, GOMP_MAP_POINTER]).
1501
|| kind ==
GOMP_MAP_TO
1569
case
GOMP_MAP_TO
:
oacc-parallel.c
670
case
GOMP_MAP_TO
:
target.c
1716
case
GOMP_MAP_TO
:
3555
case
GOMP_MAP_TO
:
3616
&& (kind ==
GOMP_MAP_TO
|| kind == GOMP_MAP_TOFROM))
/src/external/gpl3/gcc.old/dist/libgomp/
oacc-mem.c
632
unsigned short kinds[1] = {
GOMP_MAP_TO
};
639
unsigned short kinds[1] = {
GOMP_MAP_TO
};
1173
[
GOMP_MAP_TO
, GOMP_MAP_TO_PSET, GOMP_MAP_POINTER]).
1445
|| kind ==
GOMP_MAP_TO
1513
case
GOMP_MAP_TO
:
oacc-parallel.c
669
case
GOMP_MAP_TO
:
target.c
1578
case
GOMP_MAP_TO
:
/src/external/gpl3/gcc/dist/gcc/
tree-nested.cc
1804
OMP_CLAUSE_SET_MAP_KIND (c,
GOMP_MAP_TO
);
2931
i ?
GOMP_MAP_TO
: GOMP_MAP_TOFROM);
3064
OMP_CLAUSE_SET_MAP_KIND (c, i ?
GOMP_MAP_TO
: GOMP_MAP_TOFROM);
gimplify.cc
9494
case
GOMP_MAP_TO
:
9757
case
GOMP_MAP_TO
:
10556
|| inner_kind ==
GOMP_MAP_TO
)
10567
case
GOMP_MAP_TO
:
10583
|| inner_kind ==
GOMP_MAP_TO
11126
GOMP_MAP_TO
(struct.c)
13658
kind =
GOMP_MAP_TO
;
13667
kind =
GOMP_MAP_TO
| GOMP_MAP_FLAG_FORCE;
14842
OMP_CLAUSE_SET_MAP_KIND (clause,
GOMP_MAP_TO
);
14852
case
GOMP_MAP_TO
[
all
...]
tree-pretty-print.cc
928
case
GOMP_MAP_TO
:
1038
? OMP_CLAUSE_MAP_KIND (clause) :
GOMP_MAP_TO
)
omp-low.cc
12699
case
GOMP_MAP_TO
:
13249
case
GOMP_MAP_TO
:
13293
tkind =
GOMP_MAP_TO
;
13299
? GOMP_MAP_ALWAYS_PRESENT_TO :
GOMP_MAP_TO
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc
1794
OMP_CLAUSE_SET_MAP_KIND (c,
GOMP_MAP_TO
);
2907
i ?
GOMP_MAP_TO
: GOMP_MAP_TOFROM);
3040
OMP_CLAUSE_SET_MAP_KIND (c, i ?
GOMP_MAP_TO
: GOMP_MAP_TOFROM);
tree-pretty-print.cc
870
case
GOMP_MAP_TO
:
956
? OMP_CLAUSE_MAP_KIND (clause) :
GOMP_MAP_TO
)
gimplify.cc
8949
|| k ==
GOMP_MAP_TO
9009
|| k ==
GOMP_MAP_TO
11258
kind =
GOMP_MAP_TO
;
11267
kind =
GOMP_MAP_TO
| GOMP_MAP_FLAG_FORCE;
12127
OMP_CLAUSE_SET_MAP_KIND (clause,
GOMP_MAP_TO
);
12137
case
GOMP_MAP_TO
:
14316
OMP_CLAUSE_SET_MAP_KIND (c,
GOMP_MAP_TO
);
omp-low.cc
12706
case
GOMP_MAP_TO
:
13244
case
GOMP_MAP_TO
:
13285
tkind =
GOMP_MAP_TO
;
13289
tkind =
GOMP_MAP_TO
;
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
3266
|| OMP_CLAUSE_MAP_KIND (c) ==
GOMP_MAP_TO
3490
case
GOMP_MAP_TO
:
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc
2426
map_kind =
GOMP_MAP_TO
;
2448
OMP_CLAUSE_SET_MAP_KIND (desc_node,
GOMP_MAP_TO
);
2993
OMP_CLAUSE_SET_MAP_KIND (node,
GOMP_MAP_TO
);
3368
OMP_CLAUSE_SET_MAP_KIND (node3,
GOMP_MAP_TO
);
3473
map_kind =
GOMP_MAP_TO
;
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc
2495
map_kind =
GOMP_MAP_TO
;
3166
OMP_CLAUSE_SET_MAP_KIND (node,
GOMP_MAP_TO
);
3676
kind =
GOMP_MAP_TO
;
3854
? GOMP_MAP_ALWAYS_TO :
GOMP_MAP_TO
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
5742
case
GOMP_MAP_TO
:
9606
OMP_CLAUSE_SET_MAP_KIND (c,
GOMP_MAP_TO
);
9847
OMP_CLAUSE_SET_MAP_KIND (lc,
GOMP_MAP_TO
);
9925
case
GOMP_MAP_TO
:
parser.cc
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
13378
kind =
GOMP_MAP_TO
;
16267
kind = always_modifier ? GOMP_MAP_ALWAYS_TO :
GOMP_MAP_TO
;
17296
case
GOMP_MAP_TO
:
20796
case
GOMP_MAP_TO
:
20938
case
GOMP_MAP_TO
:
21273
case
GOMP_MAP_TO
:
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
15654
kind =
GOMP_MAP_TO
;
18874
:
GOMP_MAP_TO
);
19987
case
GOMP_MAP_TO
:
23865
case
GOMP_MAP_TO
:
24023
case
GOMP_MAP_TO
:
24032
OMP_CLAUSE_SET_MAP_KIND (*pc,
GOMP_MAP_TO
);
24402
case
GOMP_MAP_TO
:
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
10074
OMP_CLAUSE_SET_MAP_KIND (c,
GOMP_MAP_TO
);
10315
OMP_CLAUSE_SET_MAP_KIND (lc,
GOMP_MAP_TO
);
10393
case
GOMP_MAP_TO
:
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
3063
|| OMP_CLAUSE_MAP_KIND (c) ==
GOMP_MAP_TO
Completed in 143 milliseconds
1
2
Indexes created Fri Jun 19 00:25:02 UTC 2026