| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | simplify-rtx.c | 260 simplify_replace_rtx (x, old, new) in simplify_replace_rtx() function 281 ? new : simplify_replace_rtx (XEXP (x, 0), old, new)); 290 simplify_replace_rtx (XEXP (x, 0), old, new), 291 simplify_replace_rtx (XEXP (x, 1), old, new)); 297 rtx op0 = simplify_replace_rtx (XEXP (x, 0), old, new); 298 rtx op1 = simplify_replace_rtx (XEXP (x, 1), old, new); 314 rtx op0 = simplify_replace_rtx (XEXP (x, 0), old, new); 322 simplify_replace_rtx (XEXP (x, 1), old, new), 323 simplify_replace_rtx (XEXP (x, 2), old, new)); 332 simplify_replace_rtx (SUBREG_REG (x), [all …]
|
| H A D | gcse.c | 3951 src = simplify_replace_rtx (SET_SRC (set), from, to); 3969 XEXP (note, 0) = simplify_replace_rtx (XEXP (note, 0), from, to); 4077 set_src = simplify_replace_rtx (set_src, 4084 new = simplify_replace_rtx (set_src, from, src); 4713 src = simplify_replace_rtx (src, 4717 new = simplify_replace_rtx (src, reg_used->reg_rtx,
|
| H A D | function.c | 7470 retaddr = simplify_replace_rtx (retaddr, stack_pointer_rtx, 7610 = simplify_replace_rtx (SET_SRC (set), stack_pointer_rtx, 7619 SET_SRC (set) = simplify_replace_rtx (SET_SRC (set), stack_pointer_rtx, 7622 SET_DEST (set) = simplify_replace_rtx (SET_DEST (set), stack_pointer_rtx,
|
| H A D | rtl.h | 1574 extern rtx simplify_replace_rtx PARAMS ((rtx, rtx, rtx));
|
| H A D | ChangeLog.5 | 3468 * simplify-rtx.c (simplify_replace_rtx): Use simplify_gen_subreg. 4965 * simplify-rtx.c (simplify_replace_rtx): Handle relationals and MEMs. 10255 (try_replace_reg): Rework to use simplify_replace_rtx. 10503 (simplify_gen_relational, simplify_replace_rtx): Likewise.
|
| H A D | ChangeLog.6 | 16904 * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from 18238 * simplify-rtx.c (simplify_replace_rtx): Likewise.
|
| H A D | ChangeLog | 11357 * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.
|
| H A D | ChangeLog.7 | 2064 * simplify-rtx.c (simplify_replace_rtx): Allow replacement
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | simplify-rtx.c | 263 simplify_replace_rtx (rtx x, rtx old_rtx, rtx new_rtx) in simplify_replace_rtx() function 282 op0 = simplify_replace_rtx (op0, old_rtx, new_rtx); in simplify_replace_rtx() 289 op0 = simplify_replace_rtx (XEXP (x, 0), old_rtx, new_rtx); in simplify_replace_rtx() 290 op1 = simplify_replace_rtx (XEXP (x, 1), old_rtx, new_rtx); in simplify_replace_rtx() 300 op0 = simplify_replace_rtx (op0, old_rtx, new_rtx); in simplify_replace_rtx() 301 op1 = simplify_replace_rtx (op1, old_rtx, new_rtx); in simplify_replace_rtx() 310 op0 = simplify_replace_rtx (op0, old_rtx, new_rtx); in simplify_replace_rtx() 311 op1 = simplify_replace_rtx (XEXP (x, 1), old_rtx, new_rtx); in simplify_replace_rtx() 312 op2 = simplify_replace_rtx (XEXP (x, 2), old_rtx, new_rtx); in simplify_replace_rtx() 323 op0 = simplify_replace_rtx (SUBREG_REG (x), old_rtx, new_rtx); in simplify_replace_rtx() [all …]
|
| H A D | gcse.c | 2666 XEXP (note, 0) = simplify_replace_rtx (XEXP (note, 0), from, to); in try_replace_reg() 2673 src = simplify_replace_rtx (SET_SRC (set), from, to); in try_replace_reg() 2801 set_src = simplify_replace_rtx (set_src, SET_DEST (setcc_set), in cprop_jump() 2807 new = simplify_replace_rtx (set_src, from, src); in cprop_jump() 3160 XEXP (note, 0) = simplify_replace_rtx (XEXP (note, 0), oldreg, newval); in adjust_libcall_notes() 3596 src = simplify_replace_rtx (src, in bypass_block() 3600 new = simplify_replace_rtx (src, reg_used->reg_rtx, in bypass_block()
|
| H A D | loop-iv.c | 1429 *expr = simplify_replace_rtx (*expr, lhs, rhs); in simplify_using_assignment() 1447 r = simplify_replace_rtx (b, op0, op1); in implies_p() 1454 r = simplify_replace_rtx (b, op1, op0); in implies_p()
|
| H A D | function.c | 4820 retaddr = simplify_replace_rtx (retaddr, stack_pointer_rtx, in keep_stack_depressed() 4972 = simplify_replace_rtx (SET_SRC (set), stack_pointer_rtx, in handle_epilogue_set() 4981 SET_SRC (set) = simplify_replace_rtx (SET_SRC (set), stack_pointer_rtx, in handle_epilogue_set() 4984 SET_DEST (set) = simplify_replace_rtx (SET_DEST (set), stack_pointer_rtx, in handle_epilogue_set()
|
| H A D | rtl.h | 1643 extern rtx simplify_replace_rtx (rtx, rtx, rtx);
|
| H A D | see.c | 2608 simplified_note = simplify_replace_rtx (XEXP (note, 0), in see_merge_one_use_extension()
|
| H A D | cse.c | 5676 XEXP (note, 0) = simplify_replace_rtx (XEXP (note, 0), in cse_insn()
|