Home
last modified time | relevance | path

Searched refs:src2_note (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dreg-stack.c1239 rtx src1_note, src2_note; in compare_for_stack_reg() local
1267 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2)); in compare_for_stack_reg()
1269 src2_note = NULL_RTX; in compare_for_stack_reg()
1288 if (src2_note in compare_for_stack_reg()
1297 if (get_hard_regnum (regstack, XEXP (src2_note, 0)) == FIRST_STACK_REG in compare_for_stack_reg()
1300 pop_stack (regstack, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1301 replace_reg (&XEXP (src2_note, 0), FIRST_STACK_REG + 1); in compare_for_stack_reg()
1311 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1313 emit_pop_insn (insn, regstack, XEXP (src2_note, 0), in compare_for_stack_reg()
1407 rtx src1_note, src2_note; in subst_stack_regs_pat() local
[all …]