| /freebsd-12.1/contrib/gcc/ |
| H A D | rtlanal.c | 2318 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 D | modulo-sched.c | 529 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 D | see.c | 2411 *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 D | bt-load.c | 1233 replace_rtx (user->insn, user->use, replacement_rtx); in move_btr_def()
|
| H A D | regmove.c | 624 PATTERN (q) = replace_rtx (PATTERN (q), dest, src); in optimize_reg_copy_2()
|
| H A D | rtl.h | 1731 extern rtx replace_rtx (rtx, rtx, rtx);
|
| H A D | var-tracking.c | 582 addr = replace_rtx (copy_rtx (XEXP (mem, 0)), stack_pointer_rtx, cfa); in adjust_stack_reference()
|
| H A D | combine.c | 3139 replace_rtx (call_usage, i2dest, i2src); in try_combine() 3142 replace_rtx (call_usage, i1dest, i1src); in try_combine() 3552 src2 = replace_rtx (src2, reg, src1); in find_split_point() 10898 value = replace_rtx (copy_rtx (value), reg, tem); in record_value_for_reg()
|
| H A D | ChangeLog-1999 | 10563 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs, 19789 * unroll.c (find_splittable_givs): After express_from, call replace_rtx
|
| H A D | ChangeLog-1998 | 8213 * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE.
|
| H A D | ChangeLog-2004 | 6911 replace_rtx to avoid creating invalid RTL in REG_RETVAL notes. 13761 dead_or_set_p, find_reg_fusage, remove_note, replace_rtx,
|
| H A D | ChangeLog-2000 | 13044 instead of replace_rtx.
|
| H A D | ChangeLog-2005 | 34195 (record_value_for_reg): If replace_rtx would replace at least
|
| H A D | ChangeLog-2002 | 30405 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 14029 real = replace_rtx (real, reg2, rreg); in rs6000_frame_related() 14031 real = replace_rtx (real, reg, in rs6000_frame_related() 14125 real2 = replace_rtx (real2, reg, gen_rtx_REG (SImode, REGNO (reg))); in spe_synthesize_frame_save() 14131 real2 = replace_rtx (real2, offset, GEN_INT (INTVAL (offset) + 4)); in spe_synthesize_frame_save() 14136 synth = replace_rtx (synth, reg, in spe_synthesize_frame_save() 14140 synth = replace_rtx (synth, offset, in spe_synthesize_frame_save()
|