Searched refs:src1_note (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reg-stack.c | 1379 rtx src1_note, src2_note; in compare_for_stack_reg() local 1411 src1_note = find_regno_note (insn, REG_DEAD, REGNO (*src1)); in compare_for_stack_reg() 1425 if (src1_note) in compare_for_stack_reg() 1430 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src1_note, 0))); in compare_for_stack_reg() 1431 emit_pop_insn (insn, regstack, XEXP (src1_note, 0), in compare_for_stack_reg() 1436 pop_stack (regstack, REGNO (XEXP (src1_note, 0))); in compare_for_stack_reg() 1437 replace_reg (&XEXP (src1_note, 0), FIRST_STACK_REG); in compare_for_stack_reg() 1455 && src1_note && can_pop_second_op) in compare_for_stack_reg() 1601 rtx src1_note, src2_note; in subst_stack_regs_pat() local 1653 src1_note = find_regno_note (insn, REG_DEAD, REGNO (*src1)); in subst_stack_regs_pat() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reg-stack.cc | 1380 rtx src1_note, src2_note; in compare_for_stack_reg() local 1412 src1_note = find_regno_note (insn, REG_DEAD, REGNO (*src1)); in compare_for_stack_reg() 1426 if (src1_note) in compare_for_stack_reg() 1431 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src1_note, 0))); in compare_for_stack_reg() 1432 emit_pop_insn (insn, regstack, XEXP (src1_note, 0), in compare_for_stack_reg() 1437 pop_stack (regstack, REGNO (XEXP (src1_note, 0))); in compare_for_stack_reg() 1438 replace_reg (&XEXP (src1_note, 0), FIRST_STACK_REG); in compare_for_stack_reg() 1456 && src1_note && can_pop_second_op) in compare_for_stack_reg() 1602 rtx src1_note, src2_note; in subst_stack_regs_pat() local 1651 src1_note = find_regno_note (insn, REG_DEAD, REGNO (*src1)); in subst_stack_regs_pat() [all …]
|