Searched refs:this_insn (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | reload.c | 190 static rtx this_insn; variable 1249 error_for_asm (this_insn, "cannot reload integer constant " in push_reload() 1272 error_for_asm (this_insn, "impossible register constraint " in push_reload() 1275 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx); in push_reload() 1439 if (out != 0 && sets_cc0_p (PATTERN (this_insn))) in push_reload() 1443 rld[i].inc = find_inc_amount (PATTERN (this_insn), in); in push_reload() 1496 && 0 != find_equiv_reg (in, this_insn, 0, REGNO (out), in push_reload() 1522 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1)) in push_reload() 1536 PATTERN (this_insn), inloc) in push_reload() 1545 PATTERN (this_insn))) in push_reload() [all …]
|
| D | local-alloc.c | 248 static rtx this_insn; variable 1335 this_insn = insn; in block_alloc() 2163 if (GET_CODE (PATTERN (this_insn)) == PARALLEL in wipe_dead_reg() 2164 && multiple_sets (this_insn)) in wipe_dead_reg() 2167 for (i = XVECLEN (PATTERN (this_insn), 0) - 1; i >= 0; i--) in wipe_dead_reg() 2169 rtx set = XVECEXP (PATTERN (this_insn), 0, i); in wipe_dead_reg() 2181 if (! output_p && find_regno_note (this_insn, REG_INC, regno)) in wipe_dead_reg()
|
| D | reorg.c | 3193 rtx this_insn = XVECEXP (pat, 0, i); in relax_delay_slots() local 3194 add_insn_after (this_insn, after); in relax_delay_slots() 3195 after = this_insn; in relax_delay_slots() 3311 rtx this_insn = XVECEXP (pat, 0, i); in relax_delay_slots() local 3312 add_insn_after (this_insn, after); in relax_delay_slots() 3313 after = this_insn; in relax_delay_slots()
|
| D | cse.c | 287 static rtx this_insn; variable 1613 exp_ent->const_insn = this_insn; in insert() 1632 x_ent->const_insn = this_insn; in insert() 1641 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn; in insert() 4868 this_insn = insn; in cse_insn()
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.c | 11684 rtx this_insn = start_insn, label = 0; in arm_final_prescan_insn() local 11725 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 11726 if (!this_insn) in arm_final_prescan_insn() 11729 switch (GET_CODE (this_insn)) in arm_final_prescan_insn() 11734 if (this_insn == label) in arm_final_prescan_insn() 11739 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 11754 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 11755 if (this_insn && this_insn == label) in arm_final_prescan_insn() 11760 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 11784 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() [all …]
|