Searched refs:OMP_CLAUSE_TILE (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-core.h | 515 OMP_CLAUSE_TILE, enumerator
|
| D | tree-nested.cc | 1494 case OMP_CLAUSE_TILE: in convert_nonlocal_omp_clauses() 2276 case OMP_CLAUSE_TILE: in convert_local_omp_clauses()
|
| D | tree.h | 1879 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_TILE), 0) 1881 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_TILE), 1) 1883 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_TILE), 2)
|
| D | omp-general.cc | 258 case OMP_CLAUSE_TILE: in omp_extract_for_data()
|
| D | tree-pretty-print.cc | 1355 case OMP_CLAUSE_TILE: in dump_omp_clause()
|
| D | gimplify.cc | 10750 case OMP_CLAUSE_TILE: in gimplify_scan_omp_clauses() 11883 case OMP_CLAUSE_TILE: in gimplify_adjust_omp_clauses() 12697 c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_TILE); in gimplify_omp_for()
|
| D | omp-low.cc | 1719 case OMP_CLAUSE_TILE: in scan_sharing_clauses() 1938 case OMP_CLAUSE_TILE: in scan_sharing_clauses() 8327 case OMP_CLAUSE_TILE: in lower_oacc_head_mark()
|
| D | ChangeLog-2015 | 8450 OMP_CLAUSE_TILE. Update handling of OMP_CLAUSE_INDEPENDENT. 8452 * omp-low.c (scan_sharing_clauses): Add support for OMP_CLAUSE_TILE. 8453 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_TILE. 8454 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_TILE. 8455 * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE. 8457 (walk_tree_1): Handle OMP_CLAUSE_TILE.
|
| D | ChangeLog-2016 | 21090 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE. 21093 OMP_CLAUSE_TILE. 21094 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
|
| D | ChangeLog-2017 | 37995 OMP_CLAUSE_TILE. 38012 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE. 38036 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
|
| D | ChangeLog-2021 | 15190 * tree.c (walk_tree_1) <OMP_CLAUSE_TILE>: Handle three operands.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 8656 case OMP_CLAUSE_TILE: in finish_omp_clauses() 10359 c = omp_find_clause (clauses, OMP_CLAUSE_TILE); in finish_omp_for()
|
| D | parser.cc | 37152 check_no_duplicate_clause (list, OMP_CLAUSE_TILE, "tile", clause_loc); in cp_parser_oacc_clause_tile() 37181 c = build_omp_clause (clause_loc, OMP_CLAUSE_TILE); in cp_parser_oacc_clause_tile() 37296 check_no_duplicate_clause (list, OMP_CLAUSE_TILE, "tile", location); in cp_parser_omp_clause_collapse() 42442 else if (OMP_CLAUSE_CODE (cl) == OMP_CLAUSE_TILE) in cp_parser_omp_for_loop()
|
| D | ChangeLog-2015 | 963 OMP_CLAUSE_INDEPENDENT and OMP_CLAUSE_TILE.
|
| D | ChangeLog-2017 | 5336 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_TILE.
|
| D | pt.cc | 17852 case OMP_CLAUSE_TILE: in tsubst_omp_clauses()
|