Home
last modified time | relevance | path

Searched refs:replace_with_subreg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c1363 rtx replace_with_subreg (rtx x, rtx reg, rtx subreg);
1686 dimode_scalar_chain::replace_with_subreg (rtx x, rtx reg, rtx new_reg) in replace_with_subreg() function
1696 XEXP (x, i) = replace_with_subreg (XEXP (x, i), reg, new_reg); in replace_with_subreg()
1699 XVECEXP (x, i, j) = replace_with_subreg (XVECEXP (x, i, j), in replace_with_subreg()
1712 replace_with_subreg (single_set (insn), reg, new_reg); in replace_with_subreg_in_insn()