OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_parallel
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc
820
bool
is_parallel
;
member in struct:cp_genericize_omp_taskreg
872
if (octx->
is_parallel
)
1498
omp_ctx.
is_parallel
= TREE_CODE (stmt) == OMP_PARALLEL;
1499
omp_ctx.default_shared = omp_ctx.
is_parallel
;
parser.cc
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c
1286
int
is_parallel
)
1418
if (
is_parallel
&& prev_mul32_p)
tc-tic54x.c
4830
static int
is_parallel
= 0;
local
4853
if (
is_parallel
)
4855
is_parallel
= 0;
4902
is_parallel
= 1;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c
1284
int
is_parallel
)
1416
if (
is_parallel
&& prev_mul32_p)
tc-tic54x.c
4830
static int
is_parallel
= 0;
local
4853
if (
is_parallel
)
4855
is_parallel
= 0;
4902
is_parallel
= 1;
/src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc
968
bool
is_parallel
;
member in struct:cp_genericize_omp_taskreg
1020
if (octx->
is_parallel
)
1967
omp_ctx.
is_parallel
= TREE_CODE (stmt) == OMP_PARALLEL;
1968
omp_ctx.default_shared = omp_ctx.
is_parallel
;
parser.cc
[
all
...]
/src/external/mit/isl/dist/
isl_test.c
4473
int is_nonneg,
is_parallel
, is_tilable, is_injection, is_complete;
local
4532
is_parallel
= 1;
4549
is_parallel
= isl_set_is_subset(delta_set, slice);
4568
if (is_nonneg < 0 ||
is_parallel
< 0 || is_tilable < 0 ||
4586
if (!
is_parallel
)
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
1916
bool
is_parallel
)
1943
if (
is_parallel
)
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
1733
bool
is_parallel
)
1760
if (
is_parallel
)
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
20220
bool
is_parallel
= ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1;
20227
/*target=*/
is_parallel
);
20230
clauses = c_oacc_split_loop_clauses (clauses, cclauses,
is_parallel
);
20215
bool
is_parallel
= ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
17524
bool
is_parallel
= ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1;
17533
clauses = c_oacc_split_loop_clauses (clauses, cclauses,
is_parallel
);
17519
bool
is_parallel
= ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1;
local
Completed in 164 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026