Searched refs:refers_to_regno_p (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c806 gcc_assert (refers_to_regno_p (regno, regno + num_words,
809 if (refers_to_regno_p (regno, mem_operand))
811 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc806 gcc_assert (refers_to_regno_p (regno, regno + num_words,
809 if (refers_to_regno_p (regno, mem_operand))
811 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c1728 refers_to_regno_p (unsigned int regno, unsigned int endregno, const_rtx x,
1786 && refers_to_regno_p (regno, endregno,
1789 && refers_to_regno_p (regno, endregno, SET_DEST (x), loc))))
1814 if (refers_to_regno_p (regno, endregno, XEXP (x, i), loc))
1822 && refers_to_regno_p (regno, endregno, XVECEXP (x, i, j), loc))
1869 return refers_to_regno_p (regno, endregno, in, (rtx*) 0);
1713 refers_to_regno_p (unsigned int regno, unsigned int endregno, const_rtx x, function
H A Dshrink-wrap.c318 if (refers_to_regno_p (dregno, end_dregno,
H A Drtl.h3497 extern bool refers_to_regno_p (unsigned int, unsigned int, const_rtx, rtx *);
3549 /* Overload for refers_to_regno_p for checking a single register. */
3551 refers_to_regno_p (unsigned int regnum, const_rtx x, rtx* loc = NULL)
3553 return refers_to_regno_p (regnum, regnum + 1, x, loc);
3547 refers_to_regno_p (unsigned int regnum, const_rtx x, rtx* loc = NULL) function
H A Dcse.c2004 if (!REG_P (p->exp) && refers_to_regno_p (regno, p->exp))
2031 && refers_to_regno_p (regno, p->exp))
H A Ddf-scan.c3125 || refers_to_regno_p (i, crtl->return_rtx)))
H A Dsched-deps.c3182 && refers_to_regno_p (i, INSN_CACHED_COND (other)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc1762 refers_to_regno_p (unsigned int regno, unsigned int endregno, const_rtx x,
1820 && refers_to_regno_p (regno, endregno,
1823 && refers_to_regno_p (regno, endregno, SET_DEST (x), loc))))
1848 if (refers_to_regno_p (regno, endregno, XEXP (x, i), loc))
1856 && refers_to_regno_p (regno, endregno, XVECEXP (x, i, j), loc))
1903 return refers_to_regno_p (regno, endregno, in, (rtx*) 0);
1747 refers_to_regno_p (unsigned int regno, unsigned int endregno, const_rtx x, function
H A Dshrink-wrap.cc319 if (refers_to_regno_p (dregno, end_dregno,
H A Drtl.h3636 extern bool refers_to_regno_p (unsigned int, unsigned int, const_rtx, rtx *);
3689 /* Overload for refers_to_regno_p for checking a single register. */
3691 refers_to_regno_p (unsigned int regnum, const_rtx x, rtx* loc = NULL)
3693 return refers_to_regno_p (regnum, regnum + 1, x, loc);
3687 refers_to_regno_p (unsigned int regnum, const_rtx x, rtx* loc = NULL) function
H A Dcse.cc1983 if (!REG_P (p->exp) && refers_to_regno_p (regno, p->exp))
2010 && refers_to_regno_p (regno, p->exp))
H A Ddf-scan.cc3139 || refers_to_regno_p (i, crtl->return_rtx)))
H A Dsched-deps.cc3167 && refers_to_regno_p (i, INSN_CACHED_COND (other)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c9361 && (refers_to_regno_p
10065 if (refers_to_regno_p (40, 44, src, 0))
10070 if (refers_to_regno_p (40, 44, dest, 0))
10258 if (REG_P (x) && refers_to_regno_p (regno, x))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c1111 int reverse = refers_to_regno_p (dregno, XEXP (src, 0));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc1112 int reverse = refers_to_regno_p (dregno, XEXP (src, 0));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2495 int reverse = (refers_to_regno_p (dregno, addr) != 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc9369 && (refers_to_regno_p
10050 if (refers_to_regno_p (40, 44, src, 0))
10055 if (refers_to_regno_p (40, 44, dest, 0))
10257 if (REG_P (x) && refers_to_regno_p (regno, x))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c2933 int reverse = (refers_to_regno_p (dregno, addr) != 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c8188 if (refers_to_regno_p (regno, XEXP (x, 0)))
8194 if (refers_to_regno_p (regno, SET_SRC (x)))
8245 return refers_to_regno_p (regno, SET_SRC (pat));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc8404 if (refers_to_regno_p (regno, XEXP (x, 0)))
8410 if (refers_to_regno_p (regno, SET_SRC (x)))
8461 return refers_to_regno_p (regno, SET_SRC (pat));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c1640 else if (refers_to_regno_p (R0_REG, operands[1])
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c2864 && refers_to_regno_p (REGNO (operands[0]), operands[1]))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c5018 || ! refers_to_regno_p (regno, address))

Completed in 888 milliseconds

12