Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_TILE (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h515 OMP_CLAUSE_TILE, enumerator
Dtree-nested.cc1494 case OMP_CLAUSE_TILE: in convert_nonlocal_omp_clauses()
2276 case OMP_CLAUSE_TILE: in convert_local_omp_clauses()
Dtree.h1879 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)
Domp-general.cc258 case OMP_CLAUSE_TILE: in omp_extract_for_data()
Dtree-pretty-print.cc1355 case OMP_CLAUSE_TILE: in dump_omp_clause()
Dgimplify.cc10750 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()
Domp-low.cc1719 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()
DChangeLog-20158450 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.
DChangeLog-201621090 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
21093 OMP_CLAUSE_TILE.
21094 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
DChangeLog-201737995 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.
DChangeLog-202115190 * tree.c (walk_tree_1) <OMP_CLAUSE_TILE>: Handle three operands.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc8656 case OMP_CLAUSE_TILE: in finish_omp_clauses()
10359 c = omp_find_clause (clauses, OMP_CLAUSE_TILE); in finish_omp_for()
Dparser.cc37152 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()
DChangeLog-2015963 OMP_CLAUSE_INDEPENDENT and OMP_CLAUSE_TILE.
DChangeLog-20175336 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_TILE.
Dpt.cc17852 case OMP_CLAUSE_TILE: in tsubst_omp_clauses()