Searched refs:this_insn (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dreload.c191 static rtx this_insn;
1254 error_for_asm (this_insn, "cannot reload integer constant "
1277 error_for_asm (this_insn, "impossible register constraint "
1280 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx);
1444 if (out != 0 && sets_cc0_p (PATTERN (this_insn)))
1448 rld[i].inc = find_inc_amount (PATTERN (this_insn), in);
1501 && 0 != find_equiv_reg (in, this_insn, 0, REGNO (out),
1527 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1))
1541 PATTERN (this_insn), inloc)
1550 PATTERN (this_insn)))
190 static rtx this_insn; variable
[all...]
H A Dlocal-alloc.c249 static rtx this_insn;
1342 this_insn = insn;
2097 The file-global variables `this_insn' and `this_insn_number'
2176 if (GET_CODE (PATTERN (this_insn)) == PARALLEL
2177 && multiple_sets (this_insn))
2180 for (i = XVECLEN (PATTERN (this_insn), 0) - 1; i >= 0; i--)
2182 rtx set = XVECEXP (PATTERN (this_insn), 0, i);
2194 if (! output_p && find_regno_note (this_insn, REG_INC, regno))
248 static rtx this_insn; variable
H A Dreorg.c3212 rtx this_insn = XVECEXP (pat, 0, i);
3213 add_insn_after (this_insn, after);
3214 after = this_insn;
3330 rtx this_insn = XVECEXP (pat, 0, i);
3331 add_insn_after (this_insn, after);
3332 after = this_insn;
3193 rtx this_insn = XVECEXP (pat, 0, i); local
3311 rtx this_insn = XVECEXP (pat, 0, i); local
H A Dcse.c287 static rtx this_insn; variable
1607 update the qtys `const_insn' to show that `this_insn' is the latest
1617 exp_ent->const_insn = this_insn;
1636 x_ent->const_insn = this_insn;
1645 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;
4890 this_insn = insn;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c11705 rtx this_insn = start_insn, label = 0;
11746 this_insn = next_nonnote_insn (this_insn);
11747 if (!this_insn)
11750 switch (GET_CODE (this_insn))
11755 if (this_insn == label)
11760 this_insn = next_nonnote_insn (this_insn);
11775 this_insn = next_nonnote_insn (this_insn);
11686 rtx this_insn = start_insn, label = 0; local
[all...]

Completed in 162 milliseconds