Searched refs:OMP_CLAUSE_DEVICE (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c784 OMP_CLAUSE_DEVICE, enumerator in enum:omp_mask1
1198 if ((mask & OMP_CLAUSE_DEVICE)
1203 if ((mask & OMP_CLAUSE_DEVICE)
2046 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT)
2577 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
2582 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
2585 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
2588 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
2591 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_IF | OMP_CLAUSE_TO \
H A Dtrans-openmp.c3314 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_DEVICE);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h392 OMP_CLAUSE_DEVICE, enumerator in enum:omp_clause_code
H A Dtree-nested.c1269 case OMP_CLAUSE_DEVICE:
2032 case OMP_CLAUSE_DEVICE:
H A Dtree-pretty-print.c936 case OMP_CLAUSE_DEVICE:
H A Dtree.h1728 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEVICE), 0)
H A Dgimplify.c9585 case OMP_CLAUSE_DEVICE:
10605 case OMP_CLAUSE_DEVICE:
H A Domp-low.c1336 case OMP_CLAUSE_DEVICE:
1664 case OMP_CLAUSE_DEVICE:
H A Domp-expand.c8239 c = omp_find_clause (clauses, OMP_CLAUSE_DEVICE);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h415 OMP_CLAUSE_DEVICE, enumerator in enum:omp_clause_code
H A Dtree-nested.cc1371 case OMP_CLAUSE_DEVICE:
2160 case OMP_CLAUSE_DEVICE:
H A Dtree.h1727 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEVICE)->base.public_flag)
1838 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEVICE), 0)
H A Dtree-pretty-print.cc1029 case OMP_CLAUSE_DEVICE:
H A Domp-low.cc1476 case OMP_CLAUSE_DEVICE:
1895 case OMP_CLAUSE_DEVICE:
3181 OMP_CLAUSE_DEVICE);
4167 tree c = omp_find_clause (tgt_clauses, OMP_CLAUSE_DEVICE);
H A Dgimplify.cc10670 case OMP_CLAUSE_DEVICE:
10671 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_DEVICE
10685 if (OMP_CLAUSE_CODE (clauses) != OMP_CLAUSE_DEVICE
11842 case OMP_CLAUSE_DEVICE:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc881 OMP_CLAUSE_DEVICE, enumerator in enum:omp_mask1
1950 if ((mask & OMP_CLAUSE_DEVICE)
2002 if ((mask & OMP_CLAUSE_DEVICE)
3081 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT)
3647 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
3654 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
3657 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
3660 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_MAP | OMP_CLAUSE_IF \
3663 (omp_mask (OMP_CLAUSE_DEVICE) | OMP_CLAUSE_IF | OMP_CLAUSE_TO \
H A Dtrans-openmp.cc4010 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_DEVICE);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c1342 case OMP_CLAUSE_DEVICE:
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc1867 case OMP_CLAUSE_DEVICE:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c15774 check_no_duplicate_clause (list, OMP_CLAUSE_DEVICE, "device");
15776 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEVICE);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc16372 check_no_duplicate_clause (list, OMP_CLAUSE_DEVICE, "device");
16374 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEVICE);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c7015 case OMP_CLAUSE_DEVICE:
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc7499 case OMP_CLAUSE_DEVICE:
H A Dparser.cc[all...]

Completed in 1149 milliseconds

12