Searched refs:OMP_CLAUSE_GRAINSIZE (Results 1 – 14 of 14) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-core.h | 421 OMP_CLAUSE_GRAINSIZE, enumerator
|
| H A D | tree-nested.c | 1196 case OMP_CLAUSE_GRAINSIZE: in convert_nonlocal_omp_clauses() 1897 case OMP_CLAUSE_GRAINSIZE: in convert_local_omp_clauses()
|
| H A D | gimplify.c | 8556 case OMP_CLAUSE_GRAINSIZE: in gimplify_scan_omp_clauses() 9352 case OMP_CLAUSE_GRAINSIZE: in gimplify_adjust_omp_clauses() 10469 case OMP_CLAUSE_GRAINSIZE: in gimplify_omp_for()
|
| H A D | tree-pretty-print.c | 871 case OMP_CLAUSE_GRAINSIZE: in dump_omp_clause()
|
| H A D | omp-low.c | 1175 case OMP_CLAUSE_GRAINSIZE: 1484 case OMP_CLAUSE_GRAINSIZE:
|
| H A D | tree.h | 1528 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_GRAINSIZE),0)
|
| H A D | omp-expand.c | 793 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE); in expand_task_call()
|
| H A D | tree.c | 11545 case OMP_CLAUSE_GRAINSIZE: in walk_tree_1()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-omp.c | 1122 case OMP_CLAUSE_GRAINSIZE: in c_omp_split_clauses()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c/ |
| H A D | c-parser.c | 12279 check_no_duplicate_clause (list, OMP_CLAUSE_GRAINSIZE, "grainsize"); in c_parser_omp_clause_grainsize() 12281 c = build_omp_clause (grainsize_loc, OMP_CLAUSE_GRAINSIZE); in c_parser_omp_clause_grainsize()
|
| H A D | c-typeck.c | 13922 case OMP_CLAUSE_GRAINSIZE: in c_finish_omp_clauses()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | semantics.c | 6980 case OMP_CLAUSE_GRAINSIZE: in finish_omp_clauses()
|
| H A D | parser.c | 32531 check_no_duplicate_clause (list, OMP_CLAUSE_GRAINSIZE, in cp_parser_omp_clause_grainsize() 32534 c = build_omp_clause (location, OMP_CLAUSE_GRAINSIZE); in cp_parser_omp_clause_grainsize()
|
| H A D | pt.c | 16066 case OMP_CLAUSE_GRAINSIZE: in tsubst_omp_clauses()
|