Lines Matching refs:construct_code

3625   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()
3675 construct_code = OACC_EXIT_DATA; in gfc_trans_oacc_executable_directive()
3678 construct_code = OACC_CACHE; in gfc_trans_oacc_executable_directive()
3687 stmt = build1_loc (input_location, construct_code, void_type_node, in gfc_trans_oacc_executable_directive()
4453 enum tree_code construct_code; in gfc_trans_oacc_combined_directive() local
4459 construct_code = OACC_PARALLEL; in gfc_trans_oacc_combined_directive()
4462 construct_code = OACC_KERNELS; in gfc_trans_oacc_combined_directive()
4465 construct_code = OACC_SERIAL; in gfc_trans_oacc_combined_directive()
4509 if (construct_code == OACC_KERNELS) in gfc_trans_oacc_combined_directive()
4524 stmt = build2_loc (loc, construct_code, void_type_node, stmt, oacc_clauses); in gfc_trans_oacc_combined_directive()
5690 enum tree_code construct_code; in gfc_trans_oacc_declare() local
5692 construct_code = OACC_DATA; in gfc_trans_oacc_declare()
5699 stmt = build2_loc (input_location, construct_code, void_type_node, stmt, in gfc_trans_oacc_declare()