Home
last modified time | relevance | path

Searched refs:is_parallel (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc820 bool is_parallel; member
872 if (octx->is_parallel) in omp_cxx_notice_variable()
1498 omp_ctx.is_parallel = TREE_CODE (stmt) == OMP_PARALLEL; in cp_genericize_r()
1499 omp_ctx.default_shared = omp_ctx.is_parallel; in cp_genericize_r()
H A Dparser.cc44851 bool is_parallel = ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1; in cp_parser_oacc_loop() local
44860 clauses = c_oacc_split_loop_clauses (clauses, cclauses, is_parallel); in cp_parser_oacc_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c1082 bool is_parallel; member
1134 if (octx->is_parallel) in omp_cxx_notice_variable()
1632 omp_ctx.is_parallel = TREE_CODE (stmt) == OMP_PARALLEL; in cp_genericize_r()
1633 omp_ctx.default_shared = omp_ctx.is_parallel; in cp_genericize_r()
H A Dparser.c41250 bool is_parallel = ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1; in cp_parser_oacc_loop() local
41259 clauses = c_oacc_split_loop_clauses (clauses, cclauses, is_parallel); in cp_parser_oacc_loop()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c1284 int is_parallel) in do_assemble() argument
1416 if (is_parallel && prev_mul32_p) in do_assemble()
H A Dtc-tic54x.c4841 static int is_parallel = 0; in md_assemble() local
4864 if (is_parallel) in md_assemble()
4866 is_parallel = 0; in md_assemble()
4913 is_parallel = 1; in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c1284 int is_parallel) in do_assemble() argument
1416 if (is_parallel && prev_mul32_p) in do_assemble()
H A Dtc-tic54x.c4793 static int is_parallel = 0; in md_assemble() local
4816 if (is_parallel) in md_assemble()
4818 is_parallel = 0; in md_assemble()
4865 is_parallel = 1; in md_assemble()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c1214 bool is_parallel) in c_oacc_split_loop_clauses() argument
1241 if (is_parallel) in c_oacc_split_loop_clauses()
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c4473 int is_nonneg, is_parallel, is_tilable, is_injection, is_complete; in test_one_schedule() local
4532 is_parallel = 1; in test_one_schedule()
4549 is_parallel = isl_set_is_subset(delta_set, slice); in test_one_schedule()
4568 if (is_nonneg < 0 || is_parallel < 0 || is_tilable < 0 || in test_one_schedule()
4586 if (!is_parallel) in test_one_schedule()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc1733 bool is_parallel) in c_oacc_split_loop_clauses() argument
1760 if (is_parallel) in c_oacc_split_loop_clauses()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c16844 bool is_parallel = ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1; in c_parser_oacc_loop() local
16853 clauses = c_oacc_split_loop_clauses (clauses, cclauses, is_parallel); in c_parser_oacc_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc17521 bool is_parallel = ((mask >> PRAGMA_OACC_CLAUSE_REDUCTION) & 1) == 1; in c_parser_oacc_loop() local
17530 clauses = c_oacc_split_loop_clauses (clauses, cclauses, is_parallel); in c_parser_oacc_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200817309 (struct gimplify_omp_ctx): Remove is_parallel and is_combined_parallel
17311 (new_omp_context): Take region_type as argument instead of is_parallel
17314 omp_is_private, omp_check_private): Adjust ctx->is_parallel and