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

/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c4038 rtx to_rtx = 0;
4072 make sure to_rtx will be safe for multiple use. */
4074 to_rtx = expand_normal (tem);
4080 if (!MEM_P (to_rtx))
4086 to_rtx = gen_rtx_MEM (BLKmode, const0_rtx);
4100 if (MEM_P (to_rtx)
4101 && GET_MODE (to_rtx) == BLKmode
4102 && GET_MODE (XEXP (to_rtx, 0)) != VOIDmode
4106 && MEM_ALIGN (to_rtx) == GET_MODE_ALIGNMENT (mode1))
4108 to_rtx
4026 rtx to_rtx = 0; local
4946 rtx to_rtx = target; local
5591 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)),
2754 if (ep->to_rtx == XEXP (x, 0))
2760 if (ep->to_rtx == stack_pointer_rtx)
2822 if (ep->to_rtx == XEXP (x, 0))
2845 if (ep->to_rtx == SET_DEST (x)
2985 while (base != ep->to_rtx)
326 rtx to_rtx; /* REG rtx for the replacement. */ member in struct:elim_table
3093 rtx to_rtx = ep->to_rtx; local
[all...]

Completed in 236 milliseconds