Home
last modified time | relevance | path

Searched refs:omp_in (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/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-src/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-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c3033 gfc_symtree *omp_out, *omp_in; in gfc_match_omp_declare_reduction() local
3049 gfc_get_sym_tree ("omp_in", combiner_ns, &omp_in, false); in gfc_match_omp_declare_reduction()
3052 omp_in->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
3054 omp_in->n.sym->attr.omp_udr_artificial_var = 1; in gfc_match_omp_declare_reduction()
3056 omp_in->n.sym->attr.flavor = FL_VARIABLE; in gfc_match_omp_declare_reduction()
3060 omp_udr->omp_in = omp_in->n.sym; in gfc_match_omp_declare_reduction()
3064 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction()
4872 udr->omp_in);
6495 && (*e)->symtree->n.sym != cd->omp_udr->omp_in) in omp_udr_callback()
H A Dtrans-openmp.c1762 omp_var_copy[1] = *udr->omp_in; in gfc_trans_omp_array_reduction_or_udr()
1764 *udr->omp_in = *sym; in gfc_trans_omp_array_reduction_or_udr()
1968 *udr->omp_in = omp_var_copy[1]; in gfc_trans_omp_array_reduction_or_udr()
H A Dgfortran.h1424 struct gfc_symbol *omp_in; member
H A Dmodule.c4965 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc4326 gfc_symtree *omp_out, *omp_in; in gfc_match_omp_declare_reduction() local
4342 gfc_get_sym_tree ("omp_in", combiner_ns, &omp_in, false); in gfc_match_omp_declare_reduction()
4345 omp_in->n.sym->ts = tss[i]; in gfc_match_omp_declare_reduction()
4347 omp_in->n.sym->attr.omp_udr_artificial_var = 1; in gfc_match_omp_declare_reduction()
4349 omp_in->n.sym->attr.flavor = FL_VARIABLE; in gfc_match_omp_declare_reduction()
4353 omp_udr->omp_in = omp_in->n.sym; in gfc_match_omp_declare_reduction()
4357 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction()
7345 udr->omp_in); in resolve_omp_clauses()
9333 && (*e)->symtree->n.sym != cd->omp_udr->omp_in) in omp_udr_callback()
H A Dmodule.cc5117 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, in load_omp_udrs()
6086 mio_omp_udr_expr (udr, &udr->omp_out, &udr->omp_in, udr->combiner_ns, false); in write_omp_udr()
H A Dgfortran.h1675 struct gfc_symbol *omp_in; member
H A Dtrans-openmp.cc2048 omp_var_copy[1] = *udr->omp_in; in gfc_trans_omp_array_reduction_or_udr()
2050 *udr->omp_in = *sym; in gfc_trans_omp_array_reduction_or_udr()
2254 *udr->omp_in = omp_var_copy[1]; in gfc_trans_omp_array_reduction_or_udr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5956 tree omp_in = decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() local
5964 omp_in = build_static_cast (input_location, in finish_omp_reduction_clause()
5965 rtype, omp_in, in finish_omp_reduction_clause()
5967 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause()
5970 omp_in = convert_from_reference (omp_in); in finish_omp_reduction_clause()
5974 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
H A Dparser.c42257 tree omp_in = build_lang_decl (VAR_DECL, get_identifier ("omp_in"), type); in cp_parser_omp_declare_reduction_exprs() local
42258 DECL_ARTIFICIAL (omp_in) = 1; in cp_parser_omp_declare_reduction_exprs()
42259 pushdecl (omp_in); in cp_parser_omp_declare_reduction_exprs()
42260 add_decl_expr (omp_in); in cp_parser_omp_declare_reduction_exprs()
H A Dpt.c18994 tree omp_in = tsubst (DECL_EXPR_DECL (stmts[1]), in tsubst_omp_udr() local
18997 DECL_CONTEXT (omp_in) = current_function_decl; in tsubst_omp_udr()
19006 add_decl_expr (omp_in); in tsubst_omp_udr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc6383 tree omp_in = decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() local
6391 omp_in = build_static_cast (input_location, in finish_omp_reduction_clause()
6392 rtype, omp_in, in finish_omp_reduction_clause()
6394 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause()
6397 omp_in = convert_from_reference (omp_in); in finish_omp_reduction_clause()
6401 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
H A Dpt.cc19666 tree omp_in = tsubst (DECL_EXPR_DECL (stmts[1]), in tsubst_omp_udr() local
19671 DECL_CONTEXT (omp_in) = current_function_decl; in tsubst_omp_udr()
19679 add_decl_expr (omp_in); in tsubst_omp_udr()
H A Dparser.cc46044 tree omp_in = build_lang_decl (VAR_DECL, get_identifier ("omp_in"), type); in cp_parser_omp_declare_reduction_exprs() local
46045 DECL_ARTIFICIAL (omp_in) = 1; in cp_parser_omp_declare_reduction_exprs()
46046 pushdecl (omp_in); in cp_parser_omp_declare_reduction_exprs()
46047 add_decl_expr (omp_in); in cp_parser_omp_declare_reduction_exprs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c20958 tree omp_in = build_decl (BUILTINS_LOCATION, VAR_DECL, in c_parser_omp_declare_reduction() local
20960 DECL_ARTIFICIAL (omp_in) = 1; in c_parser_omp_declare_reduction()
20961 DECL_CONTEXT (omp_in) = fndecl; in c_parser_omp_declare_reduction()
20962 pushdecl (omp_in); in c_parser_omp_declare_reduction()
21059 TREE_VEC_ELT (TREE_VALUE (t), 1) = omp_in; in c_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc22327 tree omp_in = build_decl (BUILTINS_LOCATION, VAR_DECL, in c_parser_omp_declare_reduction() local
22329 DECL_ARTIFICIAL (omp_in) = 1; in c_parser_omp_declare_reduction()
22330 DECL_CONTEXT (omp_in) = fndecl; in c_parser_omp_declare_reduction()
22331 pushdecl (omp_in); in c_parser_omp_declare_reduction()
22428 TREE_VEC_ELT (TREE_VALUE (t), 1) = omp_in; in c_parser_omp_declare_reduction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td10399 def err_omp_wrong_var_in_declare_reduction : Error<"only %select{'omp_priv' or 'omp_orig'|'omp_in' …
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog13344 omp_in): Likewise.