Searched refs:temp_set (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ira-color.c | 370 HARD_REG_SET temp_set; in add_allocno_hard_regs_to_forest() local 387 temp_set = hv->set & node->hard_regs->set; in add_allocno_hard_regs_to_forest() 388 hv2 = add_allocno_hard_regs (temp_set, hv->cost); in add_allocno_hard_regs_to_forest() 396 CLEAR_HARD_REG_SET (temp_set); in add_allocno_hard_regs_to_forest() 402 temp_set |= node->hard_regs->set; in add_allocno_hard_regs_to_forest() 404 hv = add_allocno_hard_regs (temp_set, hv->cost); in add_allocno_hard_regs_to_forest() 898 HARD_REG_SET temp_set; in setup_left_conflict_sizes_p() local 902 temp_set = temp_node->hard_regs->set & profitable_hard_regs; in setup_left_conflict_sizes_p() 907 if (TEST_HARD_REG_BIT (temp_set, hard_regno)) in setup_left_conflict_sizes_p()
|
H A D | lra-constraints.c | 3034 HARD_REG_SET temp_set; in process_alt_operands() local 3042 CLEAR_HARD_REG_SET (temp_set); in process_alt_operands() 3043 add_to_hard_reg_set (&temp_set, biggest_mode[i], clobbered_hard_regno); in process_alt_operands() 3058 && uses_hard_regs_p (*curr_id->operand_loc[j], temp_set)) in process_alt_operands()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira-color.cc | 375 HARD_REG_SET temp_set; in add_allocno_hard_regs_to_forest() local 392 temp_set = hv->set & node->hard_regs->set; in add_allocno_hard_regs_to_forest() 393 hv2 = add_allocno_hard_regs (temp_set, hv->cost); in add_allocno_hard_regs_to_forest() 401 CLEAR_HARD_REG_SET (temp_set); in add_allocno_hard_regs_to_forest() 407 temp_set |= node->hard_regs->set; in add_allocno_hard_regs_to_forest() 409 hv = add_allocno_hard_regs (temp_set, hv->cost); in add_allocno_hard_regs_to_forest() 903 HARD_REG_SET temp_set; in setup_left_conflict_sizes_p() local 907 temp_set = temp_node->hard_regs->set & profitable_hard_regs; in setup_left_conflict_sizes_p() 912 if (TEST_HARD_REG_BIT (temp_set, hard_regno)) in setup_left_conflict_sizes_p()
|
H A D | lra-constraints.cc | 3102 HARD_REG_SET temp_set; in process_alt_operands() local 3110 CLEAR_HARD_REG_SET (temp_set); in process_alt_operands() 3111 add_to_hard_reg_set (&temp_set, biggest_mode[i], clobbered_hard_regno); in process_alt_operands() 3126 && uses_hard_regs_p (*curr_id->operand_loc[j], temp_set)) in process_alt_operands()
|