Searched refs:from_rtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dreload1.c323 rtx from_rtx; /* REG rtx for the register to be eliminated.
2365 if (ep->from_rtx == x && ep->can_eliminate)
2405 if (ep->from_rtx == XEXP (x, 0) && ep->can_eliminate)
2484 if (ep->from_rtx == XEXP (x, 0) && ep->can_eliminate)
2733 if (ep->from_rtx == x && ep->can_eliminate)
2811 if (ep->from_rtx == XEXP (x, 0))
2907 if (ep->from_rtx == x)
2970 if (ep->from_rtx == SET_DEST (old_set) && ep->can_eliminate)
3106 if (ep->from_rtx == reg && ep->can_eliminate)
3185 if (ep->from_rtx
321 rtx from_rtx; /* REG rtx for the register to be eliminated. member in struct:elim_table
[all...]
H A Dexpr.c4239 rtx from_rtx, size;
4243 from_rtx = expand_normal (from);
4247 XEXP (from_rtx, 0), Pmode,
4227 rtx from_rtx, size; local

Completed in 177 milliseconds