/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | omp-oacc-kernels-decompose.cc | 937 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 D | tree-core.h | 361 OMP_CLAUSE_ASYNC, enumerator
|
H A D | tree-nested.c | 1284 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses() 2047 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
|
H A D | tree-nested.cc | 1387 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses() 2176 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
|
H A D | tree-pretty-print.c | 1146 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
|
H A D | tree-pretty-print.cc | 1259 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
|
H A D | tree.h | 1585 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_ASYNC), 0)
|
H A D | gimplify.c | 9587 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 D | openmp.c | 811 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 D | openmp.cc | 924 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 D | openmp.c | 811 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 D | tree-core.h | 338 OMP_CLAUSE_ASYNC, enumerator
|
H A D | tree-nested.c | 1284 case OMP_CLAUSE_ASYNC: in convert_nonlocal_omp_clauses() 2047 case OMP_CLAUSE_ASYNC: in convert_local_omp_clauses()
|
H A D | tree-pretty-print.c | 1146 case OMP_CLAUSE_ASYNC: in dump_omp_clause()
|
H A D | tree.h | 1585 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_ASYNC), 0)
|
H A D | gimplify.c | 9587 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 D | c-omp.c | 52 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
|
H A D | c-omp.cc | 55 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 52 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
|
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.c | 6352 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in finish_omp_clauses() 6955 case OMP_CLAUSE_ASYNC: in finish_omp_clauses()
|
H A D | semantics.cc | 6733 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 D | semantics.c | 6352 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 D | c-typeck.c | 13916 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 D | c-typeck.cc | 14158 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 D | c-typeck.c | 13916 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_ASYNC) in c_finish_omp_clauses() 14958 case OMP_CLAUSE_ASYNC: in c_finish_omp_clauses()
|