Searched refs:simplify_subreg (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c195 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset);
4489 simplify_subreg (enum machine_mode outermode, rtx op,
4575 newx = simplify_subreg (outermode, SUBREG_REG (op), innermostmode,
4683 res = simplify_subreg (outermode, part, GET_MODE (part), final_offset);
4786 newx = simplify_subreg (outermode, op, innermode, byte);
4480 simplify_subreg (enum machine_mode outermode, rtx op, function
H A Dvar-tracking.c2419 new_loc = simplify_subreg (wider_mode, loc[n_var_parts],
2422 new_loc = simplify_subreg (wider_mode, loc2, mode, 0);
H A Dregrename.c1141 x = simplify_subreg (GET_MODE (x), SUBREG_REG (x),
H A Dcombine.c4124 x = simplify_subreg (GET_MODE (x), new,
4404 /* See if this can be moved to simplify_subreg. */
4418 temp = simplify_subreg (mode, SUBREG_REG (x), op0_mode,
6646 simplified = simplify_subreg (GET_MODE (x), tem, GET_MODE (tem),
7707 new = simplify_subreg (GET_MODE (x), r,
H A Dfinal.c2572 /* simplify_subreg does not remove subreg from volatile references.
2579 contains 0 instead of the proper offset. See simplify_subreg. */
2595 rtx new = simplify_subreg (GET_MODE (x), y, GET_MODE (y),
H A Drecog.c584 new = simplify_subreg (GET_MODE (x), SUBREG_REG (x), op0_mode,
H A Drtl.h1657 extern rtx simplify_subreg (enum machine_mode, rtx, enum machine_mode,
H A Drtlanal.c2362 x = simplify_subreg (GET_MODE (x), new,
H A Dvarasm.c2287 rtx partial = simplify_subreg (omode, x, imode, i);
H A Dcse.c3333 new = simplify_subreg (mode, folded_arg0,
3461 simplify_subreg. */
H A Dexpmed.c738 tmp = simplify_subreg (maxmode, value1, GET_MODE (value), 0);
H A Dexpr.c2742 by the target, which restricts simplify_subreg from invoking
2811 by the target, which restricts simplify_subreg from invoking
2872 /* Note that we do want simplify_subreg's behavior of validating
2881 ret = simplify_subreg (new_mode, x, old_mode, 0);
3125 simplify_subreg. */
3257 only safe when simplify_subreg can convert MODE constants into integer
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1222 && (tem = simplify_subreg (wmode, dst, mode, 0)) != 0)
1230 && (tem = simplify_subreg (wmode, src1, mode, 0)) != 0)
1236 && (tem = simplify_subreg (wmode, src2, mode, 0)) != 0)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c680 value = simplify_subreg (DImode, value, GET_MODE (value), 0);
4666 x = simplify_subreg (DImode, x, GET_MODE (x), 0);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c8611 /* simplify_subreg refuse to split volatile memory addresses,
8642 /* simplify_subreg refuse to split volatile memory addresses, but we
12240 operand = simplify_subreg (imode, operand, GET_MODE (operand), 0);

Completed in 381 milliseconds