Searched refs:OMP_CLAUSE_COLLAPSE (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-core.h | 403 OMP_CLAUSE_COLLAPSE, enumerator
|
| D | tree-nested.cc | 1493 case OMP_CLAUSE_COLLAPSE: in convert_nonlocal_omp_clauses() 2275 case OMP_CLAUSE_COLLAPSE: in convert_local_omp_clauses()
|
| D | tree.h | 1730 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)
|
| D | omp-general.cc | 250 case OMP_CLAUSE_COLLAPSE: in omp_extract_for_data()
|
| D | gimplify.cc | 10749 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()
|
| D | tree-pretty-print.cc | 687 case OMP_CLAUSE_COLLAPSE: in dump_omp_clause()
|
| D | ChangeLog-2008 | 17198 (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.
|
| D | omp-low.cc | 1701 case OMP_CLAUSE_COLLAPSE: in scan_sharing_clauses() 1900 case OMP_CLAUSE_COLLAPSE: in scan_sharing_clauses()
|
| D | ChangeLog-2011 | 16041 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2008 | 1722 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and 1732 OMP_CLAUSE_COLLAPSE.
|
| D | semantics.cc | 8632 case OMP_CLAUSE_COLLAPSE: in finish_omp_clauses() 10364 c = omp_find_clause (clauses, OMP_CLAUSE_COLLAPSE); in finish_omp_for()
|
| D | parser.cc | 37153 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()
|
| D | pt.cc | 17856 case OMP_CLAUSE_COLLAPSE: in tsubst_omp_clauses()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 2423 @code{OMP_CLAUSE_COLLAPSE}, @code{OMP_CLAUSE_UNTIED},
|
| D | gccint.info | 12087 'OMP_CLAUSE_REDUCTION', 'OMP_CLAUSE_COLLAPSE', 'OMP_CLAUSE_UNTIED',
|