HomeSort by: relevance | last modified time | path
    Searched defs:lhs_rtx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 2986 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
2987 create_output_operand (&ops[0], lhs_rtx, lhs_mode);
3001 if (!rtx_equal_p (lhs_rtx, ops[0].value))
3002 emit_move_insn (lhs_rtx, ops[0].value);
3375 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
3382 create_output_operand (&ops[i++], lhs_rtx, TYPE_MODE (TREE_TYPE (lhs)));
3396 if (!rtx_equal_p (lhs_rtx, ops[0].value))
3397 emit_move_insn (lhs_rtx, ops[0].value);
3596 rtx lhs_rtx = NULL_RTX; local
3598 lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE)
3662 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
    [all...]
sel-sched.cc 842 rtx lhs_rtx;
846 lhs_rtx = copy_rtx (VINSN_LHS (vi));
848 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
919 /* Create a pattern with rhs of VI and lhs of LHS_RTX. */
921 create_insn_rtx_with_lhs (vinsn_t vi, rtx lhs_rtx)
929 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
836 rtx lhs_rtx; local
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 215 rtx lhs_rtx = NULL_RTX; local
222 lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE);
227 rtx dest = lhs_rtx;
269 if (lhs_rtx && !rtx_equal_p (lhs_rtx, ops[0].value))
278 if (GET_CODE (lhs_rtx) == SUBREG && SUBREG_PROMOTED_VAR_P (lhs_rtx))
284 rtx tmp = convert_to_mode (GET_MODE (lhs_rtx), ops[0].value, 0);
285 convert_move (SUBREG_REG (lhs_rtx), tmp,
286 SUBREG_PROMOTED_SIGN (lhs_rtx));
3271 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
3654 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
3878 rtx lhs_rtx = expand_expr (lhs, NULL_RTX, VOIDmode, EXPAND_WRITE); local
    [all...]
sel-sched.cc 842 rtx lhs_rtx;
846 lhs_rtx = copy_rtx (VINSN_LHS (vi));
848 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
919 /* Create a pattern with rhs of VI and lhs of LHS_RTX. */
921 create_insn_rtx_with_lhs (vinsn_t vi, rtx lhs_rtx)
929 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
836 rtx lhs_rtx; local

Completed in 72 milliseconds