/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 12395 && 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 D | tree.def | 1153 Operand 6: OMP_FOR_ORIG_DECLS: If non-NULL, list of DECLs initialized
|
H A D | tree.h | 1436 #define OMP_FOR_ORIG_DECLS(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 6) macro
|
H A D | ChangeLog-2015 | 8515 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 D | ChangeLog-2018 | 5323 NULL TREE_PURPOSE in OMP_FOR_ORIG_DECLS. Firstprivatize 17004 iterators add any needed clauses. Allow OMP_FOR_ORIG_DECLS to contain
|
H A D | ChangeLog-2019 | 20462 OMP_FOR_INCR, OMP_FOR_PRE_BODY, OMP_FOR_ORIG_DECLS): Use
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 11106 && 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 D | tree.def | 1141 Operand 6: OMP_FOR_ORIG_DECLS: If non-NULL, list of DECLs initialized
|
H A D | tree.h | 1407 #define OMP_FOR_ORIG_DECLS(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 6) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 1717 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 D | semantics.cc | 10713 || !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 D | ChangeLog-2015 | 1024 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 D | pt.cc | 18218 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 D | ChangeLog-2018 | 2228 * pt.c (tsubst_omp_for_iterator): Allow OMP_FOR_ORIG_DECLS to contain
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-gimplify.c | 1771 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 D | semantics.c | 9240 || !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 D | pt.c | 17645 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 D | c-omp.c | 1030 OMP_FOR_ORIG_DECLS (t) = orig_declv; in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 1271 OMP_FOR_ORIG_DECLS (t) = orig_declv; in c_finish_omp_for()
|
H A D | ChangeLog | 7620 (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 D | trans-openmp.c | 4435 OMP_FOR_ORIG_DECLS (stmt) = orig_decls; in gfc_trans_omp_do()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 5412 OMP_FOR_ORIG_DECLS (stmt) = orig_decls; in gfc_trans_omp_do()
|