| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | reload.c | 189 static rtx_insn *this_insn; variable 1293 error_for_asm (this_insn, "cannot reload integer constant " in push_reload() 1307 error_for_asm (this_insn, "impossible register constraint " in push_reload() 1310 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx); in push_reload() 1493 if (out != 0 && sets_cc0_p (PATTERN (this_insn))) in push_reload() 1497 rld[i].inc = find_inc_amount (PATTERN (this_insn), in); in push_reload() 1548 && find_equiv_reg (in, this_insn, NO_REGS, REGNO (out), in push_reload() 1574 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1)) in push_reload() 1587 PATTERN (this_insn), inloc) in push_reload() 1588 && ! find_reg_fusage (this_insn, USE, XEXP (note, 0)) in push_reload() [all …]
|
| HD | resource.c | 431 rtx_insn *this_insn = insn; in find_dead_or_set_registers() local 480 this_insn = seq->insn (i); in find_dead_or_set_registers() 481 if (JUMP_P (this_insn)) in find_dead_or_set_registers() 491 dyn_cast <rtx_jump_insn *> (this_insn)) in find_dead_or_set_registers()
|
| HD | modulo-sched.c | 551 rtx_insn *this_insn; in schedule_reg_move() local 588 this_insn = ps_rtl_insn (ps, move->def); in schedule_reg_move() 589 this_latency = insn_latency (this_insn, move->insn); in schedule_reg_move() 597 INSN_UID (this_insn), this_latency, this_distance, in schedule_reg_move() 609 this_insn = ps_rtl_insn (ps, u); in schedule_reg_move() 610 this_latency = insn_latency (move->insn, this_insn); in schedule_reg_move() 621 this_latency, this_distance, INSN_UID (this_insn)); in schedule_reg_move()
|
| HD | dse.c | 1930 rtx_insn *insns, *this_insn; in replace_read() local 1978 for (this_insn = insns; this_insn != NULL_RTX; this_insn = NEXT_INSN (this_insn)) in replace_read() 1979 note_stores (PATTERN (this_insn), look_for_hardregs, regs_set); in replace_read()
|
| HD | cse.c | 271 static rtx_insn *this_insn; variable 1648 exp_ent->const_insn = this_insn; in insert_with_costs() 1667 x_ent->const_insn = this_insn; in insert_with_costs() 1676 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn; in insert_with_costs() 4542 this_insn = insn; in cse_insn()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | reload.c | 197 static rtx this_insn; variable 1272 error_for_asm (this_insn, "cannot reload integer constant " in push_reload() 1286 error_for_asm (this_insn, "impossible register constraint " in push_reload() 1289 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx); in push_reload() 1476 if (out != 0 && sets_cc0_p (PATTERN (this_insn))) in push_reload() 1480 rld[i].inc = find_inc_amount (PATTERN (this_insn), in); in push_reload() 1531 && 0 != find_equiv_reg (in, this_insn, NO_REGS, REGNO (out), in push_reload() 1557 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1)) in push_reload() 1570 PATTERN (this_insn), inloc) in push_reload() 1577 PATTERN (this_insn))) in push_reload() [all …]
|
| HD | modulo-sched.c | 565 rtx this_insn; in schedule_reg_move() local 602 this_insn = ps_rtl_insn (ps, move->def); in schedule_reg_move() 603 this_latency = insn_latency (this_insn, move->insn); in schedule_reg_move() 611 INSN_UID (this_insn), this_latency, this_distance, in schedule_reg_move() 623 this_insn = ps_rtl_insn (ps, u); in schedule_reg_move() 624 this_latency = insn_latency (move->insn, this_insn); in schedule_reg_move() 635 this_latency, this_distance, INSN_UID (this_insn)); in schedule_reg_move()
|
| HD | dse.c | 2037 rtx insns, this_insn, read_reg; in replace_read() local 2084 for (this_insn = insns; this_insn != NULL_RTX; this_insn = NEXT_INSN (this_insn)) in replace_read() 2085 note_stores (PATTERN (this_insn), look_for_hardregs, regs_set); in replace_read()
|
| HD | cse.c | 284 static rtx this_insn; variable 1679 exp_ent->const_insn = this_insn; in insert_with_costs() 1698 x_ent->const_insn = this_insn; in insert_with_costs() 1707 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn; in insert_with_costs() 4148 this_insn = insn; in cse_insn()
|