Lines Matching refs:temp_expr
2716 rtx temp_expr; in try_combine() local
2931 && (temp_expr = single_set (i2)) != 0 in try_combine()
2932 && is_a <scalar_int_mode> (GET_MODE (SET_DEST (temp_expr)), &temp_mode) in try_combine()
2933 && CONST_SCALAR_INT_P (SET_SRC (temp_expr)) in try_combine()
2936 && reg_subword_p (SET_DEST (PATTERN (i3)), SET_DEST (temp_expr))) in try_combine()
2939 rtx temp_dest = SET_DEST (temp_expr); in try_combine()
2985 rtx outer = SET_SRC (temp_expr); in try_combine()
3001 SUBST (SET_SRC (temp_expr), in try_combine()
4033 && ! (temp_expr = SET_DEST (XVECEXP (newpat, 0, 1)), in try_combine()
4034 (REG_P (temp_expr) in try_combine()
4035 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()
4036 && known_lt (GET_MODE_PRECISION (GET_MODE (temp_expr)), in try_combine()
4038 && known_lt (GET_MODE_PRECISION (GET_MODE (temp_expr)), in try_combine()
4040 && (reg_stat[REGNO (temp_expr)].nonzero_bits in try_combine()
4043 && (temp_expr = SUBREG_REG (SET_DEST (XVECEXP (newpat, 0, 1))), in try_combine()
4044 (REG_P (temp_expr) in try_combine()
4045 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()
4046 && known_lt (GET_MODE_PRECISION (GET_MODE (temp_expr)), in try_combine()
4048 && known_lt (GET_MODE_PRECISION (GET_MODE (temp_expr)), in try_combine()
4050 && (reg_stat[REGNO (temp_expr)].nonzero_bits in try_combine()