Home
last modified time | relevance | path

Searched refs:replace_rtx (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtlanal.c2530 replace_rtx (x, from, to) in replace_rtx() function
2550 rtx new = replace_rtx (SUBREG_REG (x), from, to);
2567 rtx new = replace_rtx (XEXP (x, 0), from, to);
2586 XEXP (x, i) = replace_rtx (XEXP (x, i), from, to);
2589 XVECEXP (x, i, j) = replace_rtx (XVECEXP (x, i, j), from, to);
H A Dregmove.c633 PATTERN (q) = replace_rtx (PATTERN (q), dest, src);
H A Dstmt.c655 handler_slot = copy_to_reg (replace_rtx (copy_rtx (handler_slot),
662 save_area = replace_rtx (copy_rtx (save_area),
H A Drtl.h1652 extern rtx replace_rtx PARAMS ((rtx, rtx, rtx));
H A Dcombine.c2628 replace_rtx (call_usage, i2dest, i2src);
2631 replace_rtx (call_usage, i1dest, i1src);
3038 src2 = replace_rtx (src2, reg, src1);
11626 value = replace_rtx (copy_rtx (value), reg, tem);
H A Dloop.c926 = (replace_rtx
4873 v->new_reg = replace_rtx (v->new_reg,
H A Dgcse.c4432 XEXP (note, 0) = replace_rtx (XEXP (note, 0), oldreg, newval);
H A Dfunction.c1841 PATTERN (insn) = replace_rtx (PATTERN (insn),
H A Dcse.c5624 replace_rtx (REG_NOTES (libcall_insn), sets[i].orig_src,
H A DChangeLog.15321 * unroll.c (find_splittable_givs): After express_from, call replace_rtx
15532 * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE.
H A DChangeLog.413038 instead of replace_rtx.
H A DChangeLog.210563 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
/openbsd-src/gnu/gcc/gcc/
H A Drtlanal.c2318 replace_rtx (rtx x, rtx from, rtx to) in replace_rtx() function
2337 rtx new = replace_rtx (SUBREG_REG (x), from, to); in replace_rtx()
2353 rtx new = replace_rtx (XEXP (x, 0), from, to); in replace_rtx()
2371 XEXP (x, i) = replace_rtx (XEXP (x, i), from, to); in replace_rtx()
2374 XVECEXP (x, i, j) = replace_rtx (XVECEXP (x, i, j), from, to); in replace_rtx()
2414 *x = replace_rtx (l, l, new_l); in replace_label()
H A Dmodulo-sched.c529 replace_rtx (g->nodes[i_use].insn, old_reg, new_reg); in generate_reg_moves()
569 replace_rtx (rep->insn, rep->new_reg, rep->orig_reg); in undo_generate_reg_moves()
H A Dsee.c2411 *x = replace_rtx (*x, d->from, d->to); in see_replace_src()
2480 ref_copy = replace_rtx (ref_copy, dest_reg, subreg); in see_def_extension_not_merged()
H A Dbt-load.c1233 replace_rtx (user->insn, user->use, replacement_rtx); in move_btr_def()
H A Dregmove.c624 PATTERN (q) = replace_rtx (PATTERN (q), dest, src); in optimize_reg_copy_2()
H A Drtl.h1717 extern rtx replace_rtx (rtx, rtx, rtx);
H A Dvar-tracking.c579 addr = replace_rtx (copy_rtx (XEXP (mem, 0)), stack_pointer_rtx, cfa); in adjust_stack_reference()
H A Dcombine.c3136 replace_rtx (call_usage, i2dest, i2src); in try_combine()
3139 replace_rtx (call_usage, i1dest, i1src); in try_combine()
3549 src2 = replace_rtx (src2, reg, src1); in find_split_point()
10895 value = replace_rtx (copy_rtx (value), reg, tem); in record_value_for_reg()
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c1281 goto_handler = replace_rtx (copy_rtx (goto_handler), in xtensa_expand_nonlocal_goto()
1977 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)), in xtensa_expand_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c1621 goto_handler = replace_rtx (copy_rtx (goto_handler),
2238 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)),
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c13992 real = replace_rtx (real, reg2, rreg); in rs6000_frame_related()
13994 real = replace_rtx (real, reg, in rs6000_frame_related()
14088 real2 = replace_rtx (real2, reg, gen_rtx_REG (SImode, REGNO (reg))); in spe_synthesize_frame_save()
14094 real2 = replace_rtx (real2, offset, GEN_INT (INTVAL (offset) + 4)); in spe_synthesize_frame_save()
14099 synth = replace_rtx (synth, reg, in spe_synthesize_frame_save()
14103 synth = replace_rtx (synth, offset, in spe_synthesize_frame_save()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c10039 real = replace_rtx (real, reg, GEN_INT (val));
10074 real = replace_rtx (real, reg2, rreg);
10076 real = replace_rtx (real, reg,
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.md1034 replace_rtx (operands[4], operands[0], operands[1]);
1063 Doing just two replace_rtx calls naively would result in the second

12