Home | History | Annotate | Download | only in gcc

Lines Matching defs:subreg_p

550    is reference through subreg (SUBREG_P), and reference to the next
556 machine_mode mode, bool subreg_p,
566 ir->subreg_p = subreg_p;
852 bool subreg_p;
869 subreg_p = false;
874 subreg_p = true;
887 if (curr->regno == regno && curr->subreg_p == subreg_p
908 list = new_insn_reg (data->insn, regno, type, mode, subreg_p,
1458 bool subreg_p;
1466 subreg_p = false;
1471 subreg_p = true;
1483 data->regs = new_insn_reg (data->insn, regno, type, mode, subreg_p,
1492 if (curr->subreg_p != subreg_p || curr->biggest_mode != mode)
1496 subreg_p, early_clobber_alts,
1965 register NEW_REG. Try to simplify subreg of constant if SUBREG_P.
1969 lra_substitute_pseudo (rtx *loc, int old_regno, rtx new_reg, bool subreg_p,
1982 if (code == SUBREG && subreg_p)
2035 new_reg, subreg_p, debug_p))
2057 new_reg, subreg_p, debug_p))
2064 new_reg, subreg_p, debug_p))
2072 of constant if SUBREG_P. This won't update the insn ptr, just the
2076 rtx new_reg, bool subreg_p)
2079 return lra_substitute_pseudo (&loc, old_regno, new_reg, subreg_p,