/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 820 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 D | parser.cc | 44851 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 D | cp-gimplify.c | 1082 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 D | parser.c | 41250 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 D | tc-d30v.c | 1284 int is_parallel) in do_assemble() argument 1416 if (is_parallel && prev_mul32_p) in do_assemble()
|
H A D | tc-tic54x.c | 4841 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 D | tc-d30v.c | 1284 int is_parallel) in do_assemble() argument 1416 if (is_parallel && prev_mul32_p) in do_assemble()
|
H A D | tc-tic54x.c | 4793 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 D | c-omp.c | 1214 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 D | isl_test.c | 4473 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 D | c-omp.cc | 1733 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 D | c-parser.c | 16844 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 D | c-parser.cc | 17521 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 D | ChangeLog-2008 | 17309 (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
|