Searched refs:OMP_CLAUSE_DEPEND (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c776 OMP_CLAUSE_DEPEND, enumerator in enum:omp_mask1
1151 if ((mask & OMP_CLAUSE_DEPEND)
2569 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_PRIORITY)
2578 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT | OMP_CLAUSE_PRIVATE \
2586 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
2589 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
2592 | OMP_CLAUSE_FROM | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
3685 return match_omp (EXEC_OMP_ORDERED, omp_mask (OMP_CLAUSE_DEPEND));
H A Dtrans-openmp.c2391 OMP_CLAUSE_DEPEND);
2401 tree node = build_omp_clause (input_location, OMP_CLAUSE_DEPEND);
3436 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_DEPEND);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc5144 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5232 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
5301 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
5323 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5362 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5372 if (length == NULL_TREE && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
5407 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5432 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
5466 if ((OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
5479 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc13264 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13337 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13345 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13355 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
13427 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13496 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13518 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13557 && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13567 if (length == NULL_TREE && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
13601 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
[all...]
H A Dc-parser.cc13043 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
13194 case OMP_CLAUSE_DEPEND:
13278 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
13318 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY)
15880 tree u = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
16124 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
16140 OMP_CLAUSE_DEPEND, list);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c4820 else if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
4907 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
4975 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
4996 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5034 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5044 if (length == NULL_TREE && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
5073 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
5088 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
5121 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
5133 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c1339 case OMP_CLAUSE_DEPEND:
1677 case OMP_CLAUSE_DEPEND:
2056 && !omp_find_clause (gimple_omp_task_clauses (stmt), OMP_CLAUSE_DEPEND))
3228 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
3243 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
3325 && omp_find_clause (c, OMP_CLAUSE_DEPEND) == NULL_TREE)
3385 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
8865 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
8888 || OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
8956 gcc_assert (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND);
[all...]
H A Dtree-core.h280 OMP_CLAUSE_DEPEND, enumerator in enum:omp_clause_code
H A Dtree-streamer-in.c449 case OMP_CLAUSE_DEPEND:
H A Dtree-streamer-out.c405 case OMP_CLAUSE_DEPEND:
H A Domp-expand.c800 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND);
933 tree depend = omp_find_clause (clauses, OMP_CLAUSE_DEPEND);
8392 c = omp_find_clause (clauses, OMP_CLAUSE_DEPEND);
8867 OMP_CLAUSE_DEPEND))
8995 OMP_CLAUSE_DEPEND))
9227 OMP_CLAUSE_DEPEND))
H A Dgimplify.c7806 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
8032 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
8226 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_DEPEND);
9264 case OMP_CLAUSE_DEPEND:
10617 case OMP_CLAUSE_DEPEND:
11001 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13306 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13317 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13350 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
H A Dtree-nested.c1268 case OMP_CLAUSE_DEPEND:
2031 case OMP_CLAUSE_DEPEND:
H A Dlto-streamer-out.c1514 case OMP_CLAUSE_DEPEND:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc1479 case OMP_CLAUSE_DEPEND:
1908 case OMP_CLAUSE_DEPEND:
2325 && !omp_find_clause (gimple_omp_task_clauses (stmt), OMP_CLAUSE_DEPEND))
3612 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
3627 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
3709 && omp_find_clause (c, OMP_CLAUSE_DEPEND) == NULL_TREE)
3769 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
9709 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
9732 || OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
9800 gcc_assert (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND);
[all...]
H A Dtree-core.h297 OMP_CLAUSE_DEPEND, enumerator in enum:omp_clause_code
H A Dtree-streamer-in.cc455 case OMP_CLAUSE_DEPEND:
H A Dtree-streamer-out.cc418 case OMP_CLAUSE_DEPEND:
H A Dgimplify.cc8285 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
8511 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND)
8705 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_DEPEND);
10318 case OMP_CLAUSE_DEPEND:
11854 case OMP_CLAUSE_DEPEND:
12252 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
14761 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
14772 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
14805 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
H A Dtree-nested.cc1370 case OMP_CLAUSE_DEPEND:
2159 case OMP_CLAUSE_DEPEND:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc873 OMP_CLAUSE_DEPEND, enumerator in enum:omp_mask1
1867 if ((mask & OMP_CLAUSE_DEPEND)
3635 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_PRIORITY | OMP_CLAUSE_IN_REDUCTION \
3648 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT | OMP_CLAUSE_PRIVATE \
3658 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
3661 | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
3664 | OMP_CLAUSE_FROM | OMP_CLAUSE_DEPEND | OMP_CLAUSE_NOWAIT)
3782 else if (gfc_match_omp_clauses (&c, omp_mask (OMP_CLAUSE_DEPEND), true, false)
5659 return match_omp (EXEC_OMP_TASKWAIT, omp_mask (OMP_CLAUSE_DEPEND));
5804 return match_omp (EXEC_OMP_ORDERED, omp_mask (OMP_CLAUSE_DEPEND));
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c13072 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13123 else if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13130 else if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13139 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13210 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13278 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEPEND
13299 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13337 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
13347 if (length == NULL_TREE && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND)
13376 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_DEPEND
[all...]
H A Dc-parser.c12954 if (kind == OMP_CLAUSE_DEPEND)
13094 case OMP_CLAUSE_DEPEND:
13144 if (kind == OMP_CLAUSE_DEPEND
13184 if (kind == OMP_CLAUSE_DEPEND)
15393 tree u = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
15576 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
15592 OMP_CLAUSE_DEPEND, list);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c478 && OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_DEPEND);
1346 case OMP_CLAUSE_DEPEND:
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc719 && OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_DEPEND);
1872 case OMP_CLAUSE_DEPEND:

Completed in 497 milliseconds

12