Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_COLLAPSE (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h403 OMP_CLAUSE_COLLAPSE, enumerator
Dtree-nested.cc1493 case OMP_CLAUSE_COLLAPSE: in convert_nonlocal_omp_clauses()
2275 case OMP_CLAUSE_COLLAPSE: in convert_local_omp_clauses()
Dtree.h1730 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_COLLAPSE), 0)
1732 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_COLLAPSE), 1)
1734 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_COLLAPSE), 2)
Domp-general.cc250 case OMP_CLAUSE_COLLAPSE: in omp_extract_for_data()
Dgimplify.cc10749 case OMP_CLAUSE_COLLAPSE: in gimplify_scan_omp_clauses()
11851 case OMP_CLAUSE_COLLAPSE: in gimplify_adjust_omp_clauses()
12694 c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_COLLAPSE); in gimplify_omp_for()
13331 case OMP_CLAUSE_COLLAPSE: in gimplify_omp_for()
13748 case OMP_CLAUSE_COLLAPSE: in gimplify_omp_loop()
Dtree-pretty-print.cc687 case OMP_CLAUSE_COLLAPSE: in dump_omp_clause()
DChangeLog-200817198 (OMP_CLAUSE_COLLAPSE, OMP_CLAUSE_UNTIED): New clause codes.
17200 * tree.c (omp_clause_code_name): Add OMP_CLAUSE_COLLAPSE
17204 (walk_tree_1): Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
17207 OMP_CLAUSE_SCHEDULE_AUTO, OMP_CLAUSE_UNTIED, OMP_CLAUSE_COLLAPSE,
17214 (c_split_parallel_clauses): Put OMP_CLAUSE_COLLAPSE clause to
17239 OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
17251 (c_finish_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
17299 Handle OMP_CLAUSE_LASTPRIVATE_STMT, OMP_CLAUSE_COLLAPSE and
17317 (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
17361 Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
Domp-low.cc1701 case OMP_CLAUSE_COLLAPSE: in scan_sharing_clauses()
1900 case OMP_CLAUSE_COLLAPSE: in scan_sharing_clauses()
DChangeLog-201116041 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20081722 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
1732 OMP_CLAUSE_COLLAPSE.
Dsemantics.cc8632 case OMP_CLAUSE_COLLAPSE: in finish_omp_clauses()
10364 c = omp_find_clause (clauses, OMP_CLAUSE_COLLAPSE); in finish_omp_for()
Dparser.cc37153 check_no_duplicate_clause (list, OMP_CLAUSE_COLLAPSE, "collapse", in cp_parser_oacc_clause_tile()
37295 check_no_duplicate_clause (list, OMP_CLAUSE_COLLAPSE, "collapse", location); in cp_parser_omp_clause_collapse()
37297 c = build_omp_clause (loc, OMP_CLAUSE_COLLAPSE); in cp_parser_omp_clause_collapse()
42440 if (OMP_CLAUSE_CODE (cl) == OMP_CLAUSE_COLLAPSE) in cp_parser_omp_for_loop()
Dpt.cc17856 case OMP_CLAUSE_COLLAPSE: in tsubst_omp_clauses()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi2423 @code{OMP_CLAUSE_COLLAPSE}, @code{OMP_CLAUSE_UNTIED},
Dgccint.info12087 'OMP_CLAUSE_REDUCTION', 'OMP_CLAUSE_COLLAPSE', 'OMP_CLAUSE_UNTIED',