Home | History | Annotate | Download | only in gcc

Lines Matching defs:this_insn

190 static rtx_insn *this_insn;
1333 error_for_asm (this_insn, "cannot reload integer constant "
1347 error_for_asm (this_insn, "impossible register constraint "
1350 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx);
1567 && find_equiv_reg (in, this_insn, NO_REGS, REGNO (out),
1593 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1))
1606 PATTERN (this_insn), inloc)
1607 && ! find_reg_fusage (this_insn, USE, XEXP (note, 0))
1614 PATTERN (this_insn)))
1890 if (INSN_CODE (this_insn) == -1)
1893 for (i = 1; i < insn_data[INSN_CODE (this_insn)].n_operands; i++)
1894 if (insn_data[INSN_CODE (this_insn)].operand[i].constraint[0] == '='
1895 || insn_data[INSN_CODE (this_insn)].operand[i].constraint[0] == '+')
1901 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1))
2034 PATTERN (this_insn), outloc))
2066 || find_reg_note (this_insn, REG_UNUSED, real_out))
2067 && find_reg_note (this_insn, REG_DEAD, real_in)
2100 PATTERN (this_insn))
2103 PATTERN (this_insn), inloc)))
2683 this_insn = insn;
3730 error_for_asm (this_insn,
5040 && ! regno_clobbered_p (regno, this_insn, mode, 0))
5826 update_auto_inc_notes (this_insn, regno, reloadnum);
5844 update_auto_inc_notes (this_insn, regno, reloadnum);
5956 = find_inc_amount (PATTERN (this_insn), XEXP (x_orig, 0));
5961 update_auto_inc_notes (this_insn, REGNO (XEXP (x_orig, 0)),
6062 if (regno_clobbered_p (regno, this_insn, GET_MODE (x), 0))