Searched refs:rtx_unstable_p (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | rtlanal.c | 93 rtx_unstable_p (rtx x) in rtx_unstable_p() function 102 return !MEM_READONLY_P (x) || rtx_unstable_p (XEXP (x, 0)); in rtx_unstable_p() 141 if (rtx_unstable_p (XEXP (x, i))) in rtx_unstable_p() 148 if (rtx_unstable_p (XVECEXP (x, i, j))) in rtx_unstable_p()
|
| D | regmove.c | 2083 return ! rtx_unstable_p (x); in stable_and_no_regs_but_for_p()
|
| D | rtl.h | 1689 extern int rtx_unstable_p (rtx);
|
| D | ChangeLog-2000 | 5508 * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic 8346 (rtx_unstable_p): Restructure code. Volatile asms 10754 * rtlanal.c (rtx_unstable_p): The pic register is stable 10765 * rtlanal.c (rtx_unstable_p): An unchanging MEM is 11279 * rtlanal.c (rtx_unstable_p): Use CONSTANT_P. 11280 (rtx_unstable_p, rtx_varies_p): Process vectors.
|
| D | ChangeLog-2004 | 18584 * rtlanal.c (rtx_unstable_p): Check MEM_READONLY_P, 23458 * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise. 26307 * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
|
| D | FSFChangeLog.11 | 2240 (rtx_unstable_p, rtx_varies_p, reg_mentioned_p): Declare.
|
| D | ChangeLog-1999 | 10559 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
|
| D | ChangeLog-2001 | 29314 (rtx_unstable_p): Do not treat the argument pointer specially
|
| D | ChangeLog-2002 | 30667 * rtlanal.c (rtx_unstable_p): Handle vectors.
|