Searched refs:out_rtx (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lra-constraints.cc | 1013 rtx out_rtx = out < 0 ? in_rtx : *curr_id->operand_loc[out]; in match_reload() local 1043 = lra_create_new_reg_with_unique_value (outmode, out_rtx, in match_reload() 1127 || regno_val_use_in (REGNO (in_rtx), out_rtx) == NULL_RTX) in match_reload() 1131 : lra_create_new_reg_with_unique_value (outmode, out_rtx, goal_class, in match_reload() 1165 narrow_reload_pseudo_class (out_rtx, goal_class); in match_reload() 1166 if (find_reg_note (curr_insn, REG_UNUSED, out_rtx) == NULL_RTX) in match_reload() 1168 reg = SUBREG_P (out_rtx) ? SUBREG_REG (out_rtx) : out_rtx; in match_reload() 1175 out_rtx = gen_rtx_STRICT_LOW_PART (VOIDmode, out_rtx); in match_reload() 1176 lra_emit_move (out_rtx, copy_rtx (new_out_reg)); in match_reload()
|