Lines Matching defs:new0
2650 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true,
2655 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2661 if (GET_CODE (new0) == PLUS && REG_P (new1)
2667 else if (GET_CODE (new1) == PLUS && REG_P (new0)
2668 && REGNO (new0) >= FIRST_PSEUDO_REGISTER
2669 && reg_renumber[REGNO (new0)] < 0
2670 && reg_equiv_constant (REGNO (new0)) != 0)
2671 new0 = reg_equiv_constant (REGNO (new0));
2673 new_rtx = form_sum (GET_MODE (x), new0, new1);
2728 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false,
2734 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
2735 return gen_rtx_fmt_ee (code, GET_MODE (x), new0, new1);