Home
last modified time | relevance | path

Searched refs:OMP_FOR_ORIG_DECLS (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc12395 && OMP_FOR_ORIG_DECLS (inner_for_stmt) in gimplify_omp_for()
12396 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
12398 && TREE_PURPOSE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
12401 tree orig = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), i); in gimplify_omp_for()
12475 if (OMP_FOR_ORIG_DECLS (inner_for_stmt) in gimplify_omp_for()
12476 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
12478 && TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
12482 = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), i); in gimplify_omp_for()
12719 if (TREE_CODE (for_stmt) == OMP_FOR && OMP_FOR_ORIG_DECLS (for_stmt)) in gimplify_omp_for()
12721 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); in gimplify_omp_for()
[all …]
H A Dtree.def1153 Operand 6: OMP_FOR_ORIG_DECLS: If non-NULL, list of DECLs initialized
H A Dtree.h1436 #define OMP_FOR_ORIG_DECLS(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 6) macro
H A DChangeLog-20158515 OMP_TASKLOOP, OACC_LOOP): Add OMP_FOR_ORIG_DECLS argument.
8516 * tree.h (OMP_FOR_ORIG_DECLS): Use OMP_LOOP_CHECK instead of
12388 loop_iter_var. Use OMP_FOR_ORIG_DECLS. Fix handling of lastprivate
12584 * tree.def (OMP_FOR): Add OMP_FOR_ORIG_DECLS operand.
12598 OMP_CLAUSE_MAP_PRIVATE, OMP_FOR_ORIG_DECLS, OMP_CLAUSE_IF_MODIFIER,
H A DChangeLog-20185323 NULL TREE_PURPOSE in OMP_FOR_ORIG_DECLS. Firstprivatize
17004 iterators add any needed clauses. Allow OMP_FOR_ORIG_DECLS to contain
H A DChangeLog-201920462 OMP_FOR_INCR, OMP_FOR_PRE_BODY, OMP_FOR_ORIG_DECLS): Use
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c11106 && OMP_FOR_ORIG_DECLS (inner_for_stmt) in gimplify_omp_for()
11107 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
11109 && TREE_PURPOSE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
11112 tree orig = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), i); in gimplify_omp_for()
11186 if (OMP_FOR_ORIG_DECLS (inner_for_stmt) in gimplify_omp_for()
11187 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
11189 && TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), in gimplify_omp_for()
11193 = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner_for_stmt), i); in gimplify_omp_for()
11442 if (TREE_CODE (for_stmt) == OMP_FOR && OMP_FOR_ORIG_DECLS (for_stmt)) in gimplify_omp_for()
11444 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); in gimplify_omp_for()
[all …]
H A Dtree.def1141 Operand 6: OMP_FOR_ORIG_DECLS: If non-NULL, list of DECLs initialized
H A Dtree.h1407 #define OMP_FOR_ORIG_DECLS(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 6) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc1717 if (OMP_FOR_ORIG_DECLS (inner) in cp_genericize_r()
1718 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1720 && TREE_PURPOSE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1723 tree orig = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), i); in cp_genericize_r()
H A Dsemantics.cc10713 || !OMP_FOR_ORIG_DECLS (omp_for) in finish_omp_for_block()
10719 if (TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i)) == TREE_LIST in finish_omp_for_block()
10720 && TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i))) in finish_omp_for_block()
10722 tree v = TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i)); in finish_omp_for_block()
H A DChangeLog-20151024 combined target teams before the target. Use OMP_FOR_ORIG_DECLS for
1436 OMP_FOR_ORIG_DECLS, handle non-static data member iterators.
H A Dpt.cc18218 if (orig_declv && OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
18220 tree o = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (t), i); in tsubst_omp_for_iterator()
18293 if (orig_declv && !OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
18431 if (orig_declv && !OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
19219 if (OMP_FOR_ORIG_DECLS (t)) in tsubst_expr()
H A DChangeLog-20182228 * pt.c (tsubst_omp_for_iterator): Allow OMP_FOR_ORIG_DECLS to contain
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c1771 if (OMP_FOR_ORIG_DECLS (inner) in cp_genericize_r()
1772 && TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1774 && TREE_PURPOSE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), in cp_genericize_r()
1777 tree orig = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (inner), i); in cp_genericize_r()
H A Dsemantics.c9240 || !OMP_FOR_ORIG_DECLS (omp_for) in finish_omp_for_block()
9246 if (TREE_CODE (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i)) == TREE_LIST in finish_omp_for_block()
9247 && TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i))) in finish_omp_for_block()
9249 tree v = TREE_CHAIN (TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (omp_for), i)); in finish_omp_for_block()
H A Dpt.c17645 if (orig_declv && OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
17647 tree o = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (t), i); in tsubst_omp_for_iterator()
17706 if (orig_declv && !OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
17844 if (orig_declv && !OMP_FOR_ORIG_DECLS (t)) in tsubst_omp_for_iterator()
18598 if (OMP_FOR_ORIG_DECLS (t)) in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c1030 OMP_FOR_ORIG_DECLS (t) = orig_declv; in c_finish_omp_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc1271 OMP_FOR_ORIG_DECLS (t) = orig_declv; in c_finish_omp_for()
H A DChangeLog7620 (c_finish_omp_for): Store OMP_FOR_ORIG_DECLS always.
7736 (c_finish_omp_for): Add ORIG_DECLV argument, set OMP_FOR_ORIG_DECLS
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c4435 OMP_FOR_ORIG_DECLS (stmt) = orig_decls; in gfc_trans_omp_do()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc5412 OMP_FOR_ORIG_DECLS (stmt) = orig_decls; in gfc_trans_omp_do()