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

/freebsd-10-stable/contrib/gcc/
H A Dexpr.c4040 rtx to_rtx = 0;
4074 make sure to_rtx will be safe for multiple use. */
4076 to_rtx = expand_normal (tem);
4082 if (!MEM_P (to_rtx))
4088 to_rtx = gen_rtx_MEM (BLKmode, const0_rtx);
4102 if (MEM_P (to_rtx)
4103 && GET_MODE (to_rtx) == BLKmode
4104 && GET_MODE (XEXP (to_rtx, 0)) != VOIDmode
4108 && MEM_ALIGN (to_rtx) == GET_MODE_ALIGNMENT (mode1))
4110 to_rtx
4028 rtx to_rtx = 0; local
4955 rtx to_rtx = target; local
5600 rtx to_rtx = adjust_address (target, mode, bitpos / BITS_PER_UNIT); local
[all...]
H A Dreload1.c328 rtx to_rtx; /* REG rtx for the replacement. */
2366 return plus_constant (ep->to_rtx, ep->previous_offset);
2417 return ep->to_rtx;
2419 return gen_rtx_PLUS (Pmode, ep->to_rtx,
2493 plus_constant (gen_rtx_MULT (Pmode, ep->to_rtx, XEXP (x, 1)),
2755 if (ep->to_rtx == XEXP (x, 0))
2761 if (ep->to_rtx == stack_pointer_rtx)
2824 if (ep->to_rtx == XEXP (x, 0))
2847 if (ep->to_rtx == SET_DEST (x)
2987 while (base != ep->to_rtx)
326 rtx to_rtx; /* REG rtx for the replacement. */ member in struct:elim_table
3095 rtx to_rtx = ep->to_rtx; local
[all...]

Completed in 196 milliseconds