Searched refs:find_regno_note (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreg-stack.c883 && find_regno_note (i1, REG_DEAD, FIRST_STACK_REG) == NULL_RTX)
891 && find_regno_note (i1, REG_DEAD, FIRST_STACK_REG) == NULL_RTX)
984 note = find_regno_note (insn, REG_DEAD, REGNO (src));
1007 if (find_regno_note (insn, REG_UNUSED, REGNO (dest)))
1030 if (find_regno_note (insn, REG_UNUSED, REGNO (dest)))
1055 note = find_regno_note (insn, REG_DEAD, REGNO (src));
1277 src1_note = find_regno_note (insn, REG_DEAD, REGNO (*src1));
1280 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2));
1350 && find_regno_note (insn, REG_DEAD, REGNO (*src)))
1478 src1_note = find_regno_note (ins
[all...]
H A Dregmove.c291 if (live && find_regno_note (insn, REG_DEAD, flags_regno))
449 if ((note = find_regno_note (p, REG_DEAD, sregno)) != 0
515 && (dest_death = find_regno_note (q, REG_DEAD, dregno)) != 0)
551 && (dest_death = find_regno_note (insn, REG_UNUSED, dregno)))
947 if (find_regno_note (insn, REG_DEAD, REGNO (src)))
963 if (find_regno_note (p, REG_DEAD, REGNO (dst)))
1745 if ((dst_note = find_regno_note (p, REG_DEAD, REGNO (dst)))
H A Dlocal-alloc.c2027 if ((already_dead || find_regno_note (insn, REG_DEAD, ureg))
2194 if (! output_p && find_regno_note (this_insn, REG_INC, regno))
H A Drtl.h1360 ? find_regno_note ((INSN), REG_INC, REGNO (REG)) \
1722 extern rtx find_regno_note (rtx, enum reg_note, unsigned int);
H A Dbt-load.c1126 find_regno_note (user->insn, REG_DEAD,
H A Djump.c1321 if (! find_regno_note (our_prev, REG_UNUSED, i))
H A Dreload1.c1968 && find_regno_note (insn, REG_DEAD, REGNO (prev_dest))
7019 if (find_regno_note (insn, REG_DEAD, src))
7586 rtx note = find_regno_note (insn, REG_DEAD, src_regno);
7588 note = find_regno_note (store_insn, REG_DEAD, src_regno);
8020 && find_regno_note (insn, REG_DEAD, REGNO (reg)))
H A Dglobal.c892 rtx note = find_regno_note (insn, REG_UNUSED,
H A Dregclass.c1841 && find_regno_note (insn, REG_DEAD, REGNO (ops[1])))
H A Drtlanal.c1567 if (find_regno_note (insn, REG_DEAD, test_regno))
1634 find_regno_note (rtx insn, enum reg_note kind, unsigned int regno)
1618 find_regno_note (rtx insn, enum reg_note kind, unsigned int regno) function
H A Dcombine.c11549 if (find_regno_note (insn, REG_DEAD, reg_dead_regno))
11685 rtx note = find_regno_note (insn, REG_DEAD, regno);
12022 ? find_regno_note (i3, REG_UNUSED, REGNO (XEXP (note, 0)))
12031 ? find_regno_note (i3, REG_DEAD,
12320 if (! find_regno_note (tem, REG_UNUSED,
H A Dreorg.c1984 if (! find_regno_note (redundant_insn, REG_UNUSED,
H A Dflow.c3856 && ! find_regno_note (insn, REG_DEAD, regno_first))
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c8771 if (find_regno_note (insn, REG_DEAD, REGNO (operands[2])))
8807 if (find_regno_note (insn, REG_DEAD, REGNO (operands[2])))
8830 if (find_regno_note (insn, REG_DEAD, REGNO (operands[1])))
9029 int stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0;
9124 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0;
9139 && find_regno_note (insn, REG_DEAD, REGNO (cmp_op1))
19726 && find_regno_note (insn, REG_DEAD, REGNO (operands[1])))
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c13661 else if (find_regno_note (insn, REG_INC, LINK_REGISTER_REGNUM))

Completed in 351 milliseconds