Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_ASYNC (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc937 tree new_async_clause = build_omp_clause (loc, OMP_CLAUSE_ASYNC); in add_async_clauses_and_wait()
1198 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in decompose_kernels_region_body()
H A Dtree-core.h361 OMP_CLAUSE_ASYNC, enumerator
H A Dtree-nested.c1284 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses()
2047 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
H A Dtree-nested.cc1387 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses()
2176 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
H A Dtree-pretty-print.c1146 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
H A Dtree-pretty-print.cc1259 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
H A Dtree.h1585 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_ASYNC), 0)
H A Dgimplify.c9587 case OMP_CLAUSE_ASYNC: in gimplify_scan_omp_clauses()
10628 case OMP_CLAUSE_ASYNC: in gimplify_adjust_omp_clauses()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c811 OMP_CLAUSE_ASYNC, enumerator
1018 if ((mask & OMP_CLAUSE_ASYNC)
2002 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
2009 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
2015 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_REDUCTION \
2045 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_HOST_SELF \
2048 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
2051 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
2055 omp_mask (OMP_CLAUSE_ASYNC)
H A Dopenmp.cc924 OMP_CLAUSE_ASYNC, enumerator
1597 if ((mask & OMP_CLAUSE_ASYNC) in gfc_match_omp_clauses()
3037 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
3044 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
3050 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_REDUCTION \
3080 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_HOST_SELF \
3083 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
3086 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
3090 omp_mask (OMP_CLAUSE_ASYNC)
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c811 OMP_CLAUSE_ASYNC, enumerator
1018 if ((mask & OMP_CLAUSE_ASYNC)
2002 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
2009 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_NUM_GANGS \
2015 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_REDUCTION \
2045 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_HOST_SELF \
2048 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
2051 (omp_mask (OMP_CLAUSE_IF) | OMP_CLAUSE_ASYNC | OMP_CLAUSE_WAIT \
2055 omp_mask (OMP_CLAUSE_ASYNC)
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h338 OMP_CLAUSE_ASYNC, enumerator
H A Dtree-nested.c1284 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses()
2047 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
H A Dtree-pretty-print.c1146 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
H A Dtree.h1585 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_ASYNC), 0)
H A Dgimplify.c9587 case OMP_CLAUSE_ASYNC: in gimplify_scan_omp_clauses()
10628 case OMP_CLAUSE_ASYNC: in gimplify_adjust_omp_clauses()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.c52 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
H A Dc-omp.cc55 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c52 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c6352 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in finish_omp_clauses()
6955 case OMP_CLAUSE_ASYNC: in finish_omp_clauses()
H A Dsemantics.cc6733 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in finish_omp_clauses()
7439 case OMP_CLAUSE_ASYNC: in finish_omp_clauses()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6352 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in finish_omp_clauses()
6955 case OMP_CLAUSE_ASYNC: in finish_omp_clauses()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.c13916 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in c_finish_omp_clauses()
14958 case OMP_CLAUSE_ASYNC: in c_finish_omp_clauses()
H A Dc-typeck.cc14158 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in c_finish_omp_clauses()
15406 case OMP_CLAUSE_ASYNC: in c_finish_omp_clauses()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c13916 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in c_finish_omp_clauses()
14958 case OMP_CLAUSE_ASYNC: in c_finish_omp_clauses()

123