Home
last modified time | relevance | path

Searched refs:construct_code (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c3625 enum tree_code construct_code; in gfc_trans_oacc_construct() local
3630 construct_code = OACC_PARALLEL; in gfc_trans_oacc_construct()
3633 construct_code = OACC_KERNELS; in gfc_trans_oacc_construct()
3636 construct_code = OACC_SERIAL; in gfc_trans_oacc_construct()
3639 construct_code = OACC_DATA; in gfc_trans_oacc_construct()
3642 construct_code = OACC_HOST_DATA; in gfc_trans_oacc_construct()
3652 stmt = build2_loc (gfc_get_location (&code->loc), construct_code, in gfc_trans_oacc_construct()
3664 enum tree_code construct_code; in gfc_trans_oacc_executable_directive() local
3669 construct_code = OACC_UPDATE; in gfc_trans_oacc_executable_directive()
3672 construct_code = OACC_ENTER_DATA; in gfc_trans_oacc_executable_directive()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc4423 enum tree_code construct_code; in gfc_trans_oacc_construct() local
4428 construct_code = OACC_PARALLEL; in gfc_trans_oacc_construct()
4431 construct_code = OACC_KERNELS; in gfc_trans_oacc_construct()
4434 construct_code = OACC_SERIAL; in gfc_trans_oacc_construct()
4437 construct_code = OACC_DATA; in gfc_trans_oacc_construct()
4440 construct_code = OACC_HOST_DATA; in gfc_trans_oacc_construct()
4452 stmt = build2_loc (gfc_get_location (&code->loc), construct_code, in gfc_trans_oacc_construct()
4464 enum tree_code construct_code; in gfc_trans_oacc_executable_directive() local
4469 construct_code = OACC_UPDATE; in gfc_trans_oacc_executable_directive()
4472 construct_code = OACC_ENTER_DATA; in gfc_trans_oacc_executable_directive()
[all …]