Home
last modified time | relevance | path

Searched refs:omp_out (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dpstl_config.h131 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dpstl_config.h137 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c3033 gfc_symtree *omp_out, *omp_in; in gfc_match_omp_declare_reduction() local
3048 gfc_get_sym_tree ("omp_out", combiner_ns, &omp_out, false); in gfc_match_omp_declare_reduction()
3051 omp_out->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3053 omp_out->n.sym->attr.omp_udr_artificial_var = 1; in gfc_match_omp_declare_reduction()
3055 omp_out->n.sym->attr.flavor = FL_VARIABLE; in gfc_match_omp_declare_reduction()
3059 omp_udr->omp_out = omp_out->n.sym; in gfc_match_omp_declare_reduction()
3064 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction()
4871 udr->omp_out,
6494 if ((*e)->symtree->n.sym != cd->omp_udr->omp_out in omp_udr_callback()
H A Dopenmp.cc4326 gfc_symtree *omp_out, *omp_in; in gfc_match_omp_declare_reduction() local
4341 gfc_get_sym_tree ("omp_out", combiner_ns, &omp_out, false); in gfc_match_omp_declare_reduction()
4344 omp_out->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
4346 omp_out->n.sym->attr.omp_udr_artificial_var = 1; in gfc_match_omp_declare_reduction()
4348 omp_out->n.sym->attr.flavor = FL_VARIABLE; in gfc_match_omp_declare_reduction()
4352 omp_udr->omp_out = omp_out->n.sym; in gfc_match_omp_declare_reduction()
4357 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction()
7344 udr->omp_out, in resolve_omp_clauses()
9332 if ((*e)->symtree->n.sym != cd->omp_udr->omp_out in omp_udr_callback()
H A Dmodule.c4946 if (strcmp (p->u.rsym.module, udr->omp_out->module)) in load_omp_udrs()
4953 udr->omp_out->module, &udr->where); in load_omp_udrs()
4965 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, in load_omp_udrs()
5875 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, false); in write_omp_udr()
H A Dmodule.cc5093 if (strcmp (p->u.rsym.module, udr->omp_out->module)) in load_omp_udrs()
5100 udr->omp_out->module, &udr->where); in load_omp_udrs()
5112 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, in load_omp_udrs()
6081 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, false); in write_omp_udr()
H A Dtrans-openmp.c1761 omp_var_copy[0] = *udr->omp_out; in gfc_trans_omp_array_reduction_or_udr()
1763 *udr->omp_out = outer_sym; in gfc_trans_omp_array_reduction_or_udr()
1967 *udr->omp_out = omp_var_copy[0]; in gfc_trans_omp_array_reduction_or_udr()
H A Dgfortran.h1674 struct gfc_symbol *omp_out; member
H A Dtrans-openmp.cc2047 omp_var_copy[0] = *udr->omp_out; in gfc_trans_omp_array_reduction_or_udr()
2049 *udr->omp_out = outer_sym; in gfc_trans_omp_array_reduction_or_udr()
2253 *udr->omp_out = omp_var_copy[0]; in gfc_trans_omp_array_reduction_or_udr()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c3033 gfc_symtree *omp_out, *omp_in; in gfc_match_omp_declare_reduction() local
3048 gfc_get_sym_tree ("omp_out", combiner_ns, &omp_out, false); in gfc_match_omp_declare_reduction()
3051 omp_out->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3053 omp_out->n.sym->attr.omp_udr_artificial_var = 1; in gfc_match_omp_declare_reduction()
3055 omp_out->n.sym->attr.flavor = FL_VARIABLE; in gfc_match_omp_declare_reduction()
3059 omp_udr->omp_out = omp_out->n.sym; in gfc_match_omp_declare_reduction()
3064 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction()
4871 udr->omp_out,
6494 if ((*e)->symtree->n.sym != cd->omp_udr->omp_out in omp_udr_callback()
H A Dmodule.c4946 if (strcmp (p->u.rsym.module, udr->omp_out->module)) in load_omp_udrs()
4953 udr->omp_out->module, &udr->where); in load_omp_udrs()
4965 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, in load_omp_udrs()
5875 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, false); in write_omp_udr()
H A Dtrans-openmp.c1761 omp_var_copy[0] = *udr->omp_out; in gfc_trans_omp_array_reduction_or_udr()
1763 *udr->omp_out = outer_sym; in gfc_trans_omp_array_reduction_or_udr()
1967 *udr->omp_out = omp_var_copy[0]; in gfc_trans_omp_array_reduction_or_udr()
H A Dgfortran.h1423 struct gfc_symbol *omp_out; member
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c5955 tree omp_out = placeholder; in finish_omp_reduction_clause() local
5961 omp_out = build_static_cast (input_location, in finish_omp_reduction_clause()
5962 rtype, omp_out, in finish_omp_reduction_clause()
5967 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause()
5969 omp_out = convert_from_reference (omp_out); in finish_omp_reduction_clause()
5974 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
H A Dsemantics.cc6327 tree omp_out = placeholder; in finish_omp_reduction_clause() local
6333 omp_out = build_static_cast (input_location, in finish_omp_reduction_clause()
6334 rtype, omp_out, in finish_omp_reduction_clause()
6339 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause()
6341 omp_out = convert_from_reference (omp_out); in finish_omp_reduction_clause()
6346 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
H A Dpt.c18992 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() local
18996 DECL_CONTEXT (omp_out) = current_function_decl; in tsubst_omp_udr()
19003 add_decl_expr (omp_out); in tsubst_omp_udr()
19005 TREE_NO_WARNING (omp_out) = 1; in tsubst_omp_udr()
H A Dpt.cc19659 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() local
19665 DECL_CONTEXT (omp_out) = current_function_decl; in tsubst_omp_udr()
19672 add_decl_expr (omp_out); in tsubst_omp_udr()
19673 copy_warning (omp_out, DECL_EXPR_DECL (stmts[0])); in tsubst_omp_udr()
H A Dparser.c42253 tree omp_out = build_lang_decl (VAR_DECL, get_identifier ("omp_out"), type); in cp_parser_omp_declare_reduction_exprs() local
42254 DECL_ARTIFICIAL (omp_out) = 1; in cp_parser_omp_declare_reduction_exprs()
42255 pushdecl (omp_out); in cp_parser_omp_declare_reduction_exprs()
42256 add_decl_expr (omp_out); in cp_parser_omp_declare_reduction_exprs()
H A Dparser.cc46038 tree omp_out = build_lang_decl (VAR_DECL, get_identifier ("omp_out"), type); in cp_parser_omp_declare_reduction_exprs() local
46039 DECL_ARTIFICIAL (omp_out) = 1; in cp_parser_omp_declare_reduction_exprs()
46040 pushdecl (omp_out); in cp_parser_omp_declare_reduction_exprs()
46041 add_decl_expr (omp_out); in cp_parser_omp_declare_reduction_exprs()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5955 tree omp_out = placeholder; in finish_omp_reduction_clause() local
5961 omp_out = build_static_cast (input_location, in finish_omp_reduction_clause()
5962 rtype, omp_out, in finish_omp_reduction_clause()
5967 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause()
5969 omp_out = convert_from_reference (omp_out); in finish_omp_reduction_clause()
5974 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
H A Dpt.c18992 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() local
18996 DECL_CONTEXT (omp_out) = current_function_decl; in tsubst_omp_udr()
19003 add_decl_expr (omp_out); in tsubst_omp_udr()
19005 TREE_NO_WARNING (omp_out) = 1; in tsubst_omp_udr()
H A Dparser.c42253 tree omp_out = build_lang_decl (VAR_DECL, get_identifier ("omp_out"), type); in cp_parser_omp_declare_reduction_exprs() local
42254 DECL_ARTIFICIAL (omp_out) = 1; in cp_parser_omp_declare_reduction_exprs()
42255 pushdecl (omp_out); in cp_parser_omp_declare_reduction_exprs()
42256 add_decl_expr (omp_out); in cp_parser_omp_declare_reduction_exprs()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.c20953 tree omp_out = build_decl (BUILTINS_LOCATION, VAR_DECL, in c_parser_omp_declare_reduction() local
20955 DECL_ARTIFICIAL (omp_out) = 1; in c_parser_omp_declare_reduction()
20956 DECL_CONTEXT (omp_out) = fndecl; in c_parser_omp_declare_reduction()
20957 pushdecl (omp_out); in c_parser_omp_declare_reduction()
21057 DECL_SOURCE_LOCATION (omp_out) = rloc; in c_parser_omp_declare_reduction()
21058 TREE_VEC_ELT (TREE_VALUE (t), 0) = omp_out; in c_parser_omp_declare_reduction()
H A Dc-parser.cc22322 tree omp_out = build_decl (BUILTINS_LOCATION, VAR_DECL, in c_parser_omp_declare_reduction() local
22324 DECL_ARTIFICIAL (omp_out) = 1; in c_parser_omp_declare_reduction()
22325 DECL_CONTEXT (omp_out) = fndecl; in c_parser_omp_declare_reduction()
22326 pushdecl (omp_out); in c_parser_omp_declare_reduction()
22426 DECL_SOURCE_LOCATION (omp_out) = rloc; in c_parser_omp_declare_reduction()
22427 TREE_VEC_ELT (TREE_VALUE (t), 0) = omp_out; in c_parser_omp_declare_reduction()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c20953 tree omp_out = build_decl (BUILTINS_LOCATION, VAR_DECL, in c_parser_omp_declare_reduction() local
20955 DECL_ARTIFICIAL (omp_out) = 1; in c_parser_omp_declare_reduction()
20956 DECL_CONTEXT (omp_out) = fndecl; in c_parser_omp_declare_reduction()
20957 pushdecl (omp_out); in c_parser_omp_declare_reduction()
21057 DECL_SOURCE_LOCATION (omp_out) = rloc; in c_parser_omp_declare_reduction()
21058 TREE_VEC_ELT (TREE_VALUE (t), 0) = omp_out; in c_parser_omp_declare_reduction()

12