Home | History | Annotate | Download | only in gcc

Lines Matching defs:substitute

401 static void substitute (rtx *, const_rtx, rtx);
905 If the resulting location is directly addressable, substitute
3416 /* Substitute the operands; the new values are in the substed_operand
3949 to update reg_equiv_* so that we do not substitute in the
4087 substitute into this insn without touching the
4564 /* Substitute the chosen reload regs from reload_reg_rtx
5499 substitute (rtx *where, const_rtx what, rtx repl)
5525 substitute (&XVECEXP (*where, i, j), what, repl);
5528 substitute (&XEXP (*where, i), what, repl);
5576 substitute (&in, rld[r2].in, gen_rtx_REG (rld[r2].mode, regno));