Searched refs:OMP_CLAUSE_GANG (Results 1 – 15 of 15) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | omp-general.c | 578 = {OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_SEQ}; in oacc_build_routine_dims()
|
| H A D | tree-nested.c | 1202 case OMP_CLAUSE_GANG: in convert_nonlocal_omp_clauses() 1218 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_GANG in convert_nonlocal_omp_clauses() 1903 case OMP_CLAUSE_GANG: in convert_local_omp_clauses() 1919 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_GANG in convert_local_omp_clauses()
|
| H A D | tree-core.h | 331 OMP_CLAUSE_GANG, enumerator
|
| H A D | omp-low.c | 1325 case OMP_CLAUSE_GANG: 1496 case OMP_CLAUSE_GANG: 2078 case OMP_CLAUSE_GANG: in check_oacc_kernel_gwv() 2137 case OMP_CLAUSE_GANG: in scan_omp_for() 5687 case OMP_CLAUSE_GANG: in lower_oacc_head_mark()
|
| H A D | tree.h | 1538 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_GANG), 0) 1541 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_GANG), 1)
|
| H A D | tree-parloops.c | 2164 t = build_omp_clause (loc, OMP_CLAUSE_GANG); in create_parallel_loop()
|
| H A D | tree-pretty-print.c | 907 case OMP_CLAUSE_GANG: in dump_omp_clause()
|
| H A D | gimplify.c | 8571 case OMP_CLAUSE_GANG: in gimplify_scan_omp_clauses() 9367 case OMP_CLAUSE_GANG: in gimplify_adjust_omp_clauses()
|
| H A D | tree.c | 11514 case OMP_CLAUSE_GANG: in walk_tree_1()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-omp.c | 987 case OMP_CLAUSE_GANG: in c_oacc_split_loop_clauses()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | semantics.c | 6238 case OMP_CLAUSE_GANG: in finish_omp_clauses() 6294 case OMP_CLAUSE_GANG: in finish_omp_clauses() 6323 case OMP_CLAUSE_GANG: in finish_omp_clauses()
|
| H A D | parser.c | 31915 if (kind == OMP_CLAUSE_GANG in cp_parser_oacc_shape_clause() 31971 if (kind == OMP_CLAUSE_GANG in cp_parser_oacc_shape_clause() 33797 clauses = cp_parser_oacc_shape_clause (parser, OMP_CLAUSE_GANG,
|
| H A D | pt.c | 16101 case OMP_CLAUSE_GANG: in tsubst_omp_clauses()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c/ |
| H A D | c-parser.c | 12534 if (kind == OMP_CLAUSE_GANG in c_parser_oacc_shape_clause() 12612 if (kind == OMP_CLAUSE_GANG in c_parser_oacc_shape_clause() 14007 clauses = c_parser_oacc_shape_clause (parser, OMP_CLAUSE_GANG,
|
| H A D | c-typeck.c | 13937 case OMP_CLAUSE_GANG: in c_finish_omp_clauses()
|