Searched refs:construct_code (Results 1 – 2 of 2) sorted by relevance
3625 enum tree_code construct_code; in gfc_trans_oacc_construct() local3630 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() local3669 construct_code = OACC_UPDATE; in gfc_trans_oacc_executable_directive()3672 construct_code = OACC_ENTER_DATA; in gfc_trans_oacc_executable_directive()[all …]
4423 enum tree_code construct_code; in gfc_trans_oacc_construct() local4428 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() local4469 construct_code = OACC_UPDATE; in gfc_trans_oacc_executable_directive()4472 construct_code = OACC_ENTER_DATA; in gfc_trans_oacc_executable_directive()[all …]