Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_AFFINITY (Results 1 – 15 of 15) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dsemantics.c5059 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5080 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5088 else if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5176 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5245 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5267 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5306 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5351 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5402 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
5415 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
[all …]
H A Dparser.c36425 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36454 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36466 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36512 case OMP_CLAUSE_AFFINITY:
36539 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36544 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36558 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
36571 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
39034 nlist = cp_parser_omp_var_list_no_open (parser, OMP_CLAUSE_AFFINITY, in cp_parser_omp_clause_affinity()
H A DChangeLog2360 (finish_omp_clauses): Move OMP_CLAUSE_AFFINITY
2364 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_AFFINITY.
H A Dpt.c17452 case OMP_CLAUSE_AFFINITY: in tsubst_omp_clauses()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-core.h288 OMP_CLAUSE_AFFINITY, enumerator
H A Dtree-pretty-print.c769 case OMP_CLAUSE_AFFINITY: in dump_omp_clause()
H A Dtree-inline.c1453 && (OMP_CLAUSE_CODE (*tp) == OMP_CLAUSE_AFFINITY in copy_tree_body_r()
H A Dgimplify.c8028 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in gimplify_omp_affinity()
9942 case OMP_CLAUSE_AFFINITY: in gimplify_scan_omp_clauses()
H A DChangeLog22659 OMP_CLAUSE_AFFINITY or OMP_CLAUSE_DEPEND.
22947 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_AFFINITY.
22948 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_AFFINITY.
22950 (walk_tree_1): Handle OMP_CLAUSE_AFFINITY.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c/
H A Dc-typeck.c13215 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13285 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13357 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13426 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13448 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13487 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13533 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
13571 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
13584 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
14758 case OMP_CLAUSE_AFFINITY: in c_finish_omp_clauses()
[all …]
H A Dc-parser.c13005 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
13145 case OMP_CLAUSE_AFFINITY:
13196 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
13236 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
15937 nl = c_parser_omp_variable_list (parser, clause_loc, OMP_CLAUSE_AFFINITY, in c_parser_omp_clause_affinity()
H A DChangeLog474 * c-typeck.c (c_finish_omp_clauses): Move OMP_CLAUSE_AFFINITY
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dopenmp.c914 OMP_CLAUSE_AFFINITY, /* OpenMP 5.0. */ enumerator
1522 if ((mask & OMP_CLAUSE_AFFINITY)
3603 | OMP_CLAUSE_DETACH | OMP_CLAUSE_AFFINITY)
H A DChangeLog1673 (enum omp_mask1): Add OMP_CLAUSE_AFFINITY.
1676 (OMP_TASK_CLAUSES): Add OMP_CLAUSE_AFFINITY.
H A Dtrans-openmp.c2840 : OMP_CLAUSE_AFFINITY);