| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | simplify-rtx.c | 411 simplify_replace_fn_rtx (rtx x, const_rtx old_rtx, in simplify_replace_fn_rtx() function 436 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 443 op0 = simplify_replace_fn_rtx (XEXP (x, 0), old_rtx, fn, data); in simplify_replace_fn_rtx() 444 op1 = simplify_replace_fn_rtx (XEXP (x, 1), old_rtx, fn, data); in simplify_replace_fn_rtx() 454 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 455 op1 = simplify_replace_fn_rtx (op1, old_rtx, fn, data); in simplify_replace_fn_rtx() 464 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 465 op1 = simplify_replace_fn_rtx (XEXP (x, 1), old_rtx, fn, data); in simplify_replace_fn_rtx() 466 op2 = simplify_replace_fn_rtx (XEXP (x, 2), old_rtx, fn, data); in simplify_replace_fn_rtx() 476 op0 = simplify_replace_fn_rtx (SUBREG_REG (x), old_rtx, fn, data); in simplify_replace_fn_rtx() [all …]
|
| H A D | valtrack.c | 219 loc = simplify_replace_fn_rtx (INSN_VAR_LOCATION_LOC (insn), in propagate_for_debug()
|
| H A D | var-tracking.c | 1064 return simplify_replace_fn_rtx (mem, old_rtx, adjust_mems, data); in adjust_mems() 1072 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1093 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1100 tem = simplify_replace_fn_rtx (tem, old_rtx, adjust_mems, data); in adjust_mems() 1111 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1114 tem = simplify_replace_fn_rtx (XEXP (loc, 1), old_rtx, in adjust_mems() 1124 addr = simplify_replace_fn_rtx (SUBREG_REG (loc), old_rtx, adjust_mems, in adjust_mems() 1127 mem = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1180 rtx new_x = simplify_replace_fn_rtx (*x, NULL_RTX, adjust_mems, data); in adjust_mem_uses() 1192 rtx new_dest = simplify_replace_fn_rtx (SET_DEST (expr), NULL_RTX, in adjust_mem_stores() [all …]
|
| H A D | lra-constraints.c | 481 = simplify_replace_fn_rtx (x, NULL_RTX, loc_equivalence_callback, in update_equiv() 485 = simplify_replace_fn_rtx (x, NULL_RTX, loc_equivalence_callback, in update_equiv() 5013 = simplify_replace_fn_rtx (old, NULL_RTX, in lra_constraints()
|
| H A D | ira.c | 3325 return simplify_replace_fn_rtx (copy_rtx (*reg_equiv[REGNO (loc)].src_p), in adjust_cleared_regs() 3906 = simplify_replace_fn_rtx (old_loc, NULL_RTX, in combine_and_move_insns()
|
| H A D | cse.c | 6281 return simplify_replace_fn_rtx (x, NULL_RTX, cse_process_note_1, NULL); in cse_process_note() 7199 = simplify_replace_fn_rtx (INSN_VAR_LOCATION_LOC (insn), in delete_trivially_dead_insns()
|
| H A D | rtl.h | 3419 extern rtx simplify_replace_fn_rtx (rtx, const_rtx,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | simplify-rtx.cc | 406 simplify_replace_fn_rtx (rtx x, const_rtx old_rtx, in simplify_replace_fn_rtx() function 431 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 438 op0 = simplify_replace_fn_rtx (XEXP (x, 0), old_rtx, fn, data); in simplify_replace_fn_rtx() 439 op1 = simplify_replace_fn_rtx (XEXP (x, 1), old_rtx, fn, data); in simplify_replace_fn_rtx() 449 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 450 op1 = simplify_replace_fn_rtx (op1, old_rtx, fn, data); in simplify_replace_fn_rtx() 459 op0 = simplify_replace_fn_rtx (op0, old_rtx, fn, data); in simplify_replace_fn_rtx() 460 op1 = simplify_replace_fn_rtx (XEXP (x, 1), old_rtx, fn, data); in simplify_replace_fn_rtx() 461 op2 = simplify_replace_fn_rtx (XEXP (x, 2), old_rtx, fn, data); in simplify_replace_fn_rtx() 471 op0 = simplify_replace_fn_rtx (SUBREG_REG (x), old_rtx, fn, data); in simplify_replace_fn_rtx() [all …]
|
| H A D | valtrack.cc | 218 loc = simplify_replace_fn_rtx (INSN_VAR_LOCATION_LOC (insn), in propagate_for_debug()
|
| H A D | var-tracking.cc | 1072 return simplify_replace_fn_rtx (mem, old_rtx, adjust_mems, data); in adjust_mems() 1080 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1101 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1108 tem = simplify_replace_fn_rtx (tem, old_rtx, adjust_mems, data); in adjust_mems() 1119 addr = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1122 tem = simplify_replace_fn_rtx (XEXP (loc, 1), old_rtx, in adjust_mems() 1132 addr = simplify_replace_fn_rtx (SUBREG_REG (loc), old_rtx, adjust_mems, in adjust_mems() 1135 mem = simplify_replace_fn_rtx (addr, old_rtx, adjust_mems, data); in adjust_mems() 1188 rtx new_x = simplify_replace_fn_rtx (*x, NULL_RTX, adjust_mems, data); in adjust_mem_uses() 1200 rtx new_dest = simplify_replace_fn_rtx (SET_DEST (expr), NULL_RTX, in adjust_mem_stores() [all …]
|
| H A D | lra-constraints.cc | 503 = simplify_replace_fn_rtx (x, NULL_RTX, loc_equivalence_callback, in update_equiv() 507 = simplify_replace_fn_rtx (x, NULL_RTX, loc_equivalence_callback, in update_equiv() 5138 = simplify_replace_fn_rtx (old, NULL_RTX, in lra_constraints()
|
| H A D | ira.cc | 3454 return simplify_replace_fn_rtx (copy_rtx (*reg_equiv[REGNO (loc)].src_p), in adjust_cleared_regs() 4035 = simplify_replace_fn_rtx (old_loc, NULL_RTX, in combine_and_move_insns()
|
| H A D | cse.cc | 6257 return simplify_replace_fn_rtx (x, NULL_RTX, cse_process_note_1, NULL); in cse_process_note() 7132 = simplify_replace_fn_rtx (INSN_VAR_LOCATION_LOC (insn), in delete_trivially_dead_insns()
|
| H A D | rtl.h | 3556 extern rtx simplify_replace_fn_rtx (rtx, const_rtx,
|
| H A D | ChangeLog-2009 | 3230 * simplify-rtx.c (simplify_replace_fn_rtx) <case 'e'>: Skip 5226 * simplify-rtx.c (simplify_replace_fn_rtx): Add a fallback case 5443 * rtl.h (simplify_replace_fn_rtx): Declare. 5451 (propagate_for_debug): Use simplify_replace_fn_rtx for AUTO_INC_DEC, 5460 * simplify-rtx.c (simplify_replace_fn_rtx): New function, 5463 simplify_replace_fn_rtx.
|
| H A D | ChangeLog-2010 | 11499 retry on locations simplified with simplify_replace_fn_rtx 29221 Always use simplify_replace_fn_rtx. 37098 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback. 37101 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
|
| H A D | ChangeLog-2014 | 44216 simplify_replace_fn_rtx. 46521 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
|
| H A D | ChangeLog-2012 | 701 (lra_constraints): Call simplify_replace_fn_rtx instead of
|
| H A D | ChangeLog-2016 | 2487 * simplify-rtx.c (simplify_replace_fn_rtx): When copying rtx with
|
| H A D | ChangeLog-2020 | 24044 simplify_replace_fn_rtx callback to process_note. Handle only
|
| H A D | ChangeLog-2013 | 2051 simplify_replace_fn_rtx.
|
| H A D | ChangeLog-2015 | 42662 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
|