Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_GRAINSIZE (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h421 OMP_CLAUSE_GRAINSIZE, enumerator
H A Dtree-nested.c1196 case OMP_CLAUSE_GRAINSIZE: in convert_nonlocal_omp_clauses()
1897 case OMP_CLAUSE_GRAINSIZE: in convert_local_omp_clauses()
H A Dgimplify.c8556 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 Dtree-pretty-print.c871 case OMP_CLAUSE_GRAINSIZE: in dump_omp_clause()
H A Domp-low.c1175 case OMP_CLAUSE_GRAINSIZE:
1484 case OMP_CLAUSE_GRAINSIZE:
H A Dtree.h1528 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_GRAINSIZE),0)
H A Domp-expand.c793 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE); in expand_task_call()
H A Dtree.c11545 case OMP_CLAUSE_GRAINSIZE: in walk_tree_1()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c1122 case OMP_CLAUSE_GRAINSIZE: in c_omp_split_clauses()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c12279 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 Dc-typeck.c13922 case OMP_CLAUSE_GRAINSIZE: in c_finish_omp_clauses()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c6980 case OMP_CLAUSE_GRAINSIZE: in finish_omp_clauses()
H A Dparser.c32531 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 Dpt.c16066 case OMP_CLAUSE_GRAINSIZE: in tsubst_omp_clauses()