Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_MAP (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-nested.c1238 case OMP_CLAUSE_MAP: in convert_nonlocal_omp_clauses()
1528 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_nonlocal_reference_stmt()
1939 case OMP_CLAUSE_MAP: in convert_local_omp_clauses()
2178 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt()
2199 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt()
2572 OMP_CLAUSE_MAP); in convert_tramp_reference_stmt()
2681 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in convert_gimple_call()
2686 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_gimple_call()
H A Domp-low.c1186 case OMP_CLAUSE_MAP:
1194 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP
1208 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP
1218 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP
1256 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP
1421 case OMP_CLAUSE_MAP:
7629 case OMP_CLAUSE_MAP: in lower_omp_target()
7895 case OMP_CLAUSE_MAP: in lower_omp_target()
8035 case OMP_CLAUSE_MAP: in lower_omp_target()
8417 case OMP_CLAUSE_MAP: in lower_omp_target()
[all …]
H A Dgimplify.c7859 case OMP_CLAUSE_MAP: in gimplify_scan_omp_clauses()
8033 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8049 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8062 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8083 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8216 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8233 OMP_CLAUSE_MAP); in gimplify_scan_omp_clauses()
8935 OMP_CLAUSE_MAP); in gimplify_adjust_omp_clauses_1()
8957 OMP_CLAUSE_MAP); in gimplify_adjust_omp_clauses_1()
9132 case OMP_CLAUSE_MAP: in gimplify_adjust_omp_clauses()
[all …]
H A Dtree-core.h312 OMP_CLAUSE_MAP, enumerator
H A Dtree-streamer-out.c396 case OMP_CLAUSE_MAP: in pack_ts_omp_clause_value_fields()
H A Dtree.h1571 …((enum gomp_map_kind) OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind)
1573 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind \
1580 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->base.public_flag)
1584 TREE_PROTECTED (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP))
1587 TREE_PRIVATE (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP))
H A Dtree-streamer-in.c448 case OMP_CLAUSE_MAP: in unpack_ts_omp_clause_value_fields()
H A Dtree-pretty-print.c679 case OMP_CLAUSE_MAP: in dump_omp_clause()
757 switch (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_MAP in dump_omp_clause()
H A Dlto-streamer-out.c1373 case OMP_CLAUSE_MAP: in hash_tree()
H A Dtree.c11601 case OMP_CLAUSE_MAP: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c4545 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in handle_omp_array_sections_1()
5049 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in handle_omp_array_sections()
5075 OMP_CLAUSE_MAP); in handle_omp_array_sections()
5112 OMP_CLAUSE_MAP); in handle_omp_array_sections()
6649 case OMP_CLAUSE_MAP: in finish_omp_clauses()
6684 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP) in finish_omp_clauses()
6763 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in finish_omp_clauses()
6790 && (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in finish_omp_clauses()
6811 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in finish_omp_clauses()
6819 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in finish_omp_clauses()
[all …]
H A Dparser.c31613 case OMP_CLAUSE_MAP: in cp_parser_omp_var_list_no_open()
31790 nl = cp_parser_omp_var_list (parser, OMP_CLAUSE_MAP, list); in cp_parser_oacc_data_clause()
31814 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in cp_parser_oacc_data_clause_deviceptr()
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()
36737 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_MAP) in cp_parser_omp_target()
36873 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_declare()
36890 gcc_assert (OMP_CLAUSE_CODE (t) == OMP_CLAUSE_MAP); in cp_parser_oacc_declare()
37045 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_enter_exit_data()
[all …]
H A Dpt.c16046 case OMP_CLAUSE_MAP: in tsubst_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c11574 case OMP_CLAUSE_MAP: in c_parser_omp_variable_list()
11756 nl = c_parser_omp_var_list_parens (parser, OMP_CLAUSE_MAP, list); in c_parser_oacc_data_clause()
11794 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in c_parser_oacc_data_clause_deviceptr()
13740 tree u = build_omp_clause (clause_loc, OMP_CLAUSE_MAP); in c_parser_omp_clause_map()
13753 nl = c_parser_omp_variable_list (parser, clause_loc, OMP_CLAUSE_MAP, list); in c_parser_omp_clause_map()
14692 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_enter_exit_data()
15066 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_update()
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()
[all …]
H A Dc-typeck.c12489 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in handle_omp_array_sections_1()
12983 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in handle_omp_array_sections()
13009 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in handle_omp_array_sections()
13618 case OMP_CLAUSE_MAP: in c_finish_omp_clauses()
13656 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP) in c_finish_omp_clauses()
13740 else if ((OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP in c_finish_omp_clauses()
13745 else if (!(OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in c_finish_omp_clauses()
13768 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_MAP in c_finish_omp_clauses()
13790 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_MAP) in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c1091 case OMP_CLAUSE_MAP: in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1263 case OMP_CLAUSE_MAP: in compare_tree_sccs_1()