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

/openbsd-current/gnu/gcc/gcc/
H A Dexpr.c4044 rtx to_rtx = 0;
4078 make sure to_rtx will be safe for multiple use. */
4080 to_rtx = expand_normal (tem);
4086 if (!MEM_P (to_rtx))
4092 to_rtx = gen_rtx_MEM (BLKmode, const0_rtx);
4106 if (MEM_P (to_rtx)
4107 && GET_MODE (to_rtx) == BLKmode
4108 && GET_MODE (XEXP (to_rtx, 0)) != VOIDmode
4112 && MEM_ALIGN (to_rtx) == GET_MODE_ALIGNMENT (mode1))
4114 to_rtx
4032 rtx to_rtx = 0; local
4959 rtx to_rtx = target; local
5604 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...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexpr.c4093 rtx to_rtx = 0;
4127 make sure to_rtx will be safe for multiple use. */
4132 orig_to_rtx = to_rtx = expand_expr (tem, NULL_RTX, VOIDmode, 0);
4138 if (GET_CODE (to_rtx) != MEM)
4151 if (GET_CODE (to_rtx) == MEM
4152 && GET_MODE (to_rtx) == BLKmode
4153 && GET_MODE (XEXP (to_rtx, 0)) != VOIDmode
4157 && MEM_ALIGN (to_rtx) == GET_MODE_ALIGNMENT (mode1))
4159 to_rtx = adjust_address (to_rtx, mode
4082 rtx to_rtx = 0; local
4936 rtx to_rtx = target; local
5378 rtx to_rtx; local
5673 rtx to_rtx = target; local
[all...]
H A Dreload1.c320 rtx to_rtx; /* REG rtx for the replacement. */
2375 return plus_constant (ep->to_rtx, ep->previous_offset);
2420 return ep->to_rtx;
2422 return gen_rtx_PLUS (Pmode, ep->to_rtx,
2496 plus_constant (gen_rtx_MULT (Pmode, ep->to_rtx, XEXP (x, 1)),
2768 if (ep->to_rtx == XEXP (x, 0))
2774 if (ep->to_rtx == stack_pointer_rtx)
2832 if (ep->to_rtx == XEXP (x, 0))
2855 if (ep->to_rtx == SET_DEST (x)
3001 while (base != ep->to_rtx)
318 rtx to_rtx; /* REG rtx for the replacement. */ member in struct:elim_table
[all...]

Completed in 213 milliseconds