| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-core.h | 317 OMP_CLAUSE_USE_DEVICE_PTR, enumerator
|
| H A D | tree-nested.cc | 1358 case OMP_CLAUSE_USE_DEVICE_PTR: in convert_nonlocal_omp_clauses() 2130 case OMP_CLAUSE_USE_DEVICE_PTR: in convert_local_omp_clauses()
|
| H A D | omp-low.cc | 1419 case OMP_CLAUSE_USE_DEVICE_PTR: in scan_sharing_clauses() 1924 case OMP_CLAUSE_USE_DEVICE_PTR: in scan_sharing_clauses() 12902 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target() 13392 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target() 13647 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target()
|
| H A D | gimplify.cc | 10398 case OMP_CLAUSE_USE_DEVICE_PTR: in gimplify_scan_omp_clauses() 11870 case OMP_CLAUSE_USE_DEVICE_PTR: in gimplify_adjust_omp_clauses() 14191 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR) in gimplify_omp_workshare() 14231 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_USE_DEVICE_PTR in gimplify_omp_workshare()
|
| H A D | tree-pretty-print.cc | 488 case OMP_CLAUSE_USE_DEVICE_PTR: in dump_omp_clause()
|
| H A D | tree.h | 1717 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_USE_DEVICE_PTR)->base.public_flag)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-core.h | 311 OMP_CLAUSE_USE_DEVICE_PTR, enumerator
|
| H A D | tree-nested.c | 1240 case OMP_CLAUSE_USE_DEVICE_PTR: in convert_nonlocal_omp_clauses() 1999 case OMP_CLAUSE_USE_DEVICE_PTR: in convert_local_omp_clauses()
|
| H A D | omp-low.c | 1286 case OMP_CLAUSE_USE_DEVICE_PTR: in scan_sharing_clauses() 1691 case OMP_CLAUSE_USE_DEVICE_PTR: in scan_sharing_clauses() 11728 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target() 12127 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target() 12352 case OMP_CLAUSE_USE_DEVICE_PTR: in lower_omp_target()
|
| H A D | gimplify.c | 9338 case OMP_CLAUSE_USE_DEVICE_PTR: in gimplify_scan_omp_clauses() 10625 case OMP_CLAUSE_USE_DEVICE_PTR: in gimplify_adjust_omp_clauses() 12879 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR) in gimplify_omp_workshare() 12916 if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_USE_DEVICE_PTR in gimplify_omp_workshare()
|
| H A D | tree-pretty-print.c | 460 case OMP_CLAUSE_USE_DEVICE_PTR: in dump_omp_clause()
|
| H A D | tree.h | 1634 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_USE_DEVICE_PTR)->base.public_flag)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | openmp.c | 801 OMP_CLAUSE_USE_DEVICE_PTR, enumerator 1907 if ((mask & OMP_CLAUSE_USE_DEVICE_PTR) 2583 | OMP_CLAUSE_USE_DEVICE_PTR | OMP_CLAUSE_USE_DEVICE_ADDR)
|
| H A D | trans-openmp.c | 2197 clause_code = OMP_CLAUSE_USE_DEVICE_PTR;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 6608 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in finish_omp_clauses() 7761 case OMP_CLAUSE_USE_DEVICE_PTR: in finish_omp_clauses() 7770 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in finish_omp_clauses()
|
| H A D | parser.c | 37177 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_USE_DEVICE_PTR, 37320 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_USE_DEVICE_PTR, 40454 else if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_USE_DEVICE_PTR in cp_parser_omp_target_data()
|
| H A D | pt.c | 17293 case OMP_CLAUSE_USE_DEVICE_PTR: in tsubst_omp_clauses() 17418 case OMP_CLAUSE_USE_DEVICE_PTR: in tsubst_omp_clauses()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | openmp.cc | 899 OMP_CLAUSE_USE_DEVICE_PTR, enumerator 2916 if ((mask & OMP_CLAUSE_USE_DEVICE_PTR) in gfc_match_omp_clauses() 3655 | OMP_CLAUSE_USE_DEVICE_PTR | OMP_CLAUSE_USE_DEVICE_ADDR)
|
| H A D | ChangeLog-2016 | 675 bitset with omp_mask (OMP_CLAUSE_*). Add OMP_CLAUSE_USE_DEVICE_PTR.
|
| H A D | trans-openmp.cc | 2620 clause_code = OMP_CLAUSE_USE_DEVICE_PTR; in gfc_trans_omp_clauses()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 7044 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in finish_omp_clauses() 8566 case OMP_CLAUSE_USE_DEVICE_PTR: in finish_omp_clauses() 8577 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in finish_omp_clauses()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 14300 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in c_finish_omp_clauses() 14870 case OMP_CLAUSE_USE_DEVICE_PTR: in c_finish_omp_clauses() 14874 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in c_finish_omp_clauses()
|
| H A D | c-parser.c | 14126 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_USE_DEVICE_PTR, in c_parser_omp_clause_use_device_ptr() 19471 else if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_USE_DEVICE_PTR in c_parser_omp_target_data()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14544 && (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in c_finish_omp_clauses() 15283 case OMP_CLAUSE_USE_DEVICE_PTR: in c_finish_omp_clauses() 15289 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_USE_DEVICE_PTR in c_finish_omp_clauses()
|
| H A D | c-parser.cc | 14340 return c_parser_omp_var_list_parens (parser, OMP_CLAUSE_USE_DEVICE_PTR, in c_parser_omp_clause_use_device_ptr() 20817 else if (OMP_CLAUSE_CODE (*pc) == OMP_CLAUSE_USE_DEVICE_PTR in c_parser_omp_target_data()
|