Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_CODE (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c982 switch (OMP_CLAUSE_CODE (clauses)) in c_oacc_split_loop_clauses()
1087 switch (OMP_CLAUSE_CODE (clauses)) in c_omp_split_clauses()
1336 OMP_CLAUSE_CODE (clauses)); in c_omp_split_clauses()
1490 if (OMP_CLAUSE_CODE (a) != OMP_CLAUSE_CODE (b)) in c_omp_declare_simd_clause_cmp()
1492 if (OMP_CLAUSE_CODE (a) > OMP_CLAUSE_CODE (b)) in c_omp_declare_simd_clause_cmp()
1496 if (OMP_CLAUSE_CODE (a) != OMP_CLAUSE_SIMDLEN in c_omp_declare_simd_clause_cmp()
1522 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_INBRANCH in c_omp_declare_simd_clauses_to_numbers()
1539 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_numbers()
1581 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_SIMDLEN in c_omp_declare_simd_clauses_to_decls()
1582 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_INBRANCH in c_omp_declare_simd_clauses_to_decls()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c4545 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in handle_omp_array_sections_1()
4546 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_TO in handle_omp_array_sections_1()
5049 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in handle_omp_array_sections()
5791 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in finish_omp_declare_simd_methods()
5883 switch (OMP_CLAUSE_CODE (c)) in finish_omp_clauses()
6292 switch (OMP_CLAUSE_CODE (c)) in finish_omp_clauses()
6321 switch (OMP_CLAUSE_CODE (c)) in finish_omp_clauses()
6341 [OMP_CLAUSE_CODE (c)]); in finish_omp_clauses()
6790 && (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in finish_omp_clauses()
6808 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in finish_omp_clauses()
[all …]
H A Dcp-gimplify.c1135 switch (OMP_CLAUSE_CODE (stmt)) in cp_genericize_r()
1350 switch (OMP_CLAUSE_CODE (c)) in cp_genericize_r()
1363 OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED in cp_genericize_r()
1366 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE && omp_ctx.outer) in cp_genericize_r()
2021 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_FIRSTPRIVATE) in cxx_omp_finish_clause()
2046 OMP_CLAUSE_CODE (c) = OMP_CLAUSE_SHARED; in cxx_omp_finish_clause()
H A Dparser.c31528 if (OMP_CLAUSE_CODE (c) == code) in check_no_duplicate_clause()
32368 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_IF) in cp_parser_omp_clause_if()
35184 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_LINEAR) in cp_parser_omp_for_loop()
35281 if (OMP_CLAUSE_CODE (*c) == OMP_CLAUSE_PRIVATE in cp_parser_omp_for_loop()
35323 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR) in cp_parser_omp_for_loop()
36286 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in cp_parser_omp_target_data()
36383 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in cp_parser_omp_target_enter_data()
36471 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in cp_parser_omp_target_exit_data()
36657 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_NUM_TEAMS in cp_parser_omp_target()
36737 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in cp_parser_omp_target()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c1009 switch (OMP_CLAUSE_CODE (c))
1351 switch (OMP_CLAUSE_CODE (c))
2076 switch (OMP_CLAUSE_CODE (c)) in check_oacc_kernel_gwv()
2135 switch (OMP_CLAUSE_CODE (c)) in scan_omp_for()
4139 switch (OMP_CLAUSE_CODE (c)) in lower_rec_input_clauses()
7205 switch (OMP_CLAUSE_CODE (c)) in create_task_copyfn()
7623 switch (OMP_CLAUSE_CODE (c)) in lower_omp_target()
7887 switch (OMP_CLAUSE_CODE (c)) in lower_omp_target()
8033 switch (OMP_CLAUSE_CODE (c)) in lower_omp_target()
8263 switch (OMP_CLAUSE_CODE (c)) in lower_omp_target()
[all …]
H A Dtree-nested.c1137 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1173 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_SHARED) in convert_nonlocal_omp_clauses()
1218 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_GANG in convert_nonlocal_omp_clauses()
1325 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1833 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses()
1873 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_SHARED) in convert_local_omp_clauses()
1919 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_GANG in convert_local_omp_clauses()
2031 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses()
2557 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED) in convert_tramp_reference_stmt()
2646 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED) in convert_gimple_call()
[all …]
H A Domp-general.c43 if (OMP_CLAUSE_CODE (clauses) == kind) in omp_find_clause()
150 switch (OMP_CLAUSE_CODE (t)) in omp_extract_for_data()
584 if (OMP_CLAUSE_CODE (clauses) == ids[ix]) in oacc_build_routine_dims()
H A Dtree-streamer-out.c382 switch (OMP_CLAUSE_CODE (expr)) in pack_ts_omp_clause_value_fields()
883 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in write_ts_omp_clause_tree_pointers()
885 if (OMP_CLAUSE_CODE (expr) == OMP_CLAUSE_REDUCTION) in write_ts_omp_clause_tree_pointers()
1008 streamer_write_uhwi (ob, OMP_CLAUSE_CODE (expr)); in streamer_write_tree_header()
H A Domp-grid.c294 switch (OMP_CLAUSE_CODE (clauses)) in grid_parallel_clauses_gridifiable()
354 switch (OMP_CLAUSE_CODE (clauses)) in grid_inner_loop_gridifiable_p()
757 switch (OMP_CLAUSE_CODE (clauses)) in grid_target_follows_gridifiable_pattern()
1121 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LASTPRIVATE) in grid_mark_tiling_loops()
H A Dattribs.c1227 if (OMP_CLAUSE_CODE (cl1) != OMP_CLAUSE_CODE (cl2)) in omp_declare_simd_clauses_equal()
1229 if (OMP_CLAUSE_CODE (cl1) != OMP_CLAUSE_SIMDLEN) in omp_declare_simd_clauses_equal()
1235 switch (OMP_CLAUSE_CODE (cl1)) in omp_declare_simd_clauses_equal()
H A Dtree-dump.c690 fprintf (di->stream, "%s\n", omp_clause_code_name[OMP_CLAUSE_CODE (t)]); in dequeue_and_dump()
691 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in dequeue_and_dump()
H A Dgimplify.c7601 switch (OMP_CLAUSE_CODE (c)) in gimplify_scan_omp_clauses()
8380 && OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in gimplify_scan_omp_clauses()
8384 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in gimplify_scan_omp_clauses()
8628 && OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in gimplify_scan_omp_clauses()
9019 switch (OMP_CLAUSE_CODE (c)) in gimplify_adjust_omp_clauses()
9060 || (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gimplify_adjust_omp_clauses()
9681 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gimplify_omp_for()
10291 || (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gimplify_omp_for()
10434 switch (OMP_CLAUSE_CODE (c)) in gimplify_omp_for()
10718 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_NUM_TEAMS) in optimize_target_teams()
[all …]
H A Dprint-tree.c920 omp_clause_code_name[OMP_CLAUSE_CODE (node)]); in print_node()
921 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (node)]; i++) in print_node()
H A Dtree-streamer-in.c432 switch (OMP_CLAUSE_CODE (expr)) in unpack_ts_omp_clause_value_fields()
1042 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in lto_input_ts_omp_clause_tree_pointers()
H A Dlto-streamer-out.c970 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in DFS_write_tree_body()
1361 hstate.add_hwi (OMP_CLAUSE_CODE (t)); in hash_tree()
1362 switch (OMP_CLAUSE_CODE (t)) in hash_tree()
1387 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in hash_tree()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c12489 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in handle_omp_array_sections_1()
12490 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_TO in handle_omp_array_sections_1()
13119 switch (OMP_CLAUSE_CODE (c)) in c_finish_omp_clauses()
13445 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13730 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13737 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13756 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13765 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13839 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
13846 omp_clause_code_name[OMP_CLAUSE_CODE (c)]); in c_finish_omp_clauses()
[all …]
H A Dc-parser.c11464 if (OMP_CLAUSE_CODE (c) == code) in check_no_duplicate_clause()
12063 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_IF) in c_parser_omp_clause_if()
15648 if (OMP_CLAUSE_CODE (cl) == OMP_CLAUSE_COLLAPSE) in c_parser_omp_for_loop()
15650 else if (OMP_CLAUSE_CODE (cl) == OMP_CLAUSE_TILE) in c_parser_omp_for_loop()
15673 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_LINEAR) in c_parser_omp_for_loop()
16821 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in c_parser_omp_target_data()
16957 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in c_parser_omp_target_enter_data()
17042 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in c_parser_omp_target_exit_data()
17189 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_NUM_TEAMS in c_parser_omp_target()
17269 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in c_parser_omp_target()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c897 switch (OMP_CLAUSE_CODE (stmt)) in cp_genericize_r()
1073 switch (OMP_CLAUSE_CODE (c)) in cp_genericize_r()
1086 OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED in cp_genericize_r()
1089 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_PRIVATE in cp_genericize_r()
1432 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_FIRSTPRIVATE) in cxx_omp_finish_clause()
1465 OMP_CLAUSE_CODE (c) = OMP_CLAUSE_SHARED; in cxx_omp_finish_clause()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c171 if (OMP_CLAUSE_CODE (clauses) == kind) in find_omp_clause()
243 switch (OMP_CLAUSE_CODE (t)) in extract_omp_for_data()
788 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED in use_pointer_for_field()
1386 switch (OMP_CLAUSE_CODE (c)) in scan_sharing_clauses()
1488 switch (OMP_CLAUSE_CODE (c)) in scan_sharing_clauses()
1508 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in scan_sharing_clauses()
2411 switch (OMP_CLAUSE_CODE (c)) in lower_rec_input_clauses()
2804 switch (OMP_CLAUSE_CODE (c)) in lower_send_clauses()
2822 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_COPYIN in lower_send_clauses()
2829 switch (OMP_CLAUSE_CODE (c)) in lower_send_clauses()
[all …]
H A Dtree-nested.c1066 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1091 if (OMP_CLAUSE_CODE (clause) != OMP_CLAUSE_PRIVATE) in convert_nonlocal_omp_clauses()
1127 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1560 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses()
1626 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses()
2048 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_FIRSTPRIVATE in convert_gimple_call()
2049 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED) in convert_gimple_call()
H A Dtree-dump.c708 fprintf (di->stream, "%s\n", omp_clause_code_name[OMP_CLAUSE_CODE (t)]); in dequeue_and_dump()
709 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in dequeue_and_dump()
H A Dprint-tree.c952 omp_clause_code_name[OMP_CLAUSE_CODE (node)]); in print_node()
953 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (node)]; i++) in print_node()
H A Dgimplify.c5947 switch (OMP_CLAUSE_CODE (c)) in gimplify_scan_omp_clauses()
5983 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION in gimplify_scan_omp_clauses()
6008 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LASTPRIVATE in gimplify_scan_omp_clauses()
6169 switch (OMP_CLAUSE_CODE (c)) in gimplify_adjust_omp_clauses()
6179 bool shared = OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SHARED; in gimplify_adjust_omp_clauses()
6436 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LASTPRIVATE in gimplify_omp_for()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c603 switch (OMP_CLAUSE_CODE (clauses)) in c_split_parallel_clauses()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c728 for (i = omp_clause_num_ops[OMP_CLAUSE_CODE (t)] - 1; i >= 0; --i) in mentions_vars_p_omp_clause()
1251 compare_values (OMP_CLAUSE_CODE); in compare_tree_sccs_1()
1252 switch (OMP_CLAUSE_CODE (t1)) in compare_tree_sccs_1()
1506 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t1)]; i++) in compare_tree_sccs_1()

12