Searched refs:reg_equiv_constant (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | reload.cc | 1001 || reg_equiv_constant (regno) == NULL_RTX); in push_reload() 1014 || reg_equiv_constant (regno) == NULL_RTX); in push_reload() 2924 && reg_equiv_constant (REGNO (reg)) == 0) in find_reloads() 2948 if (reg_equiv_constant (regno) != 0 in find_reloads() 2958 = reg_equiv_constant (regno); in find_reloads() 4747 if (reg_equiv_constant (regno) != 0 && !is_set_dest) in find_reloads_toplev() 4748 x = reg_equiv_constant (regno); in find_reloads_toplev() 4810 && reg_equiv_constant (regno) != 0) in find_reloads_toplev() 4813 simplify_gen_subreg (GET_MODE (x), reg_equiv_constant (regno), in find_reloads_toplev() 4959 if (reg_equiv_constant (regno) != 0) in find_reloads_address() [all …]
|
| D | reload.h | 246 #define reg_equiv_constant(ELT) \ macro
|
| D | reload1.cc | 547 if (reg_equiv_constant (regno)) in replace_pseudos_in() 548 *loc = reg_equiv_constant (regno); in replace_pseudos_in() 1120 if (reg_equiv_constant (i)) in reload() 1121 equiv = reg_equiv_constant (i); in reload() 1584 && (reg_equiv_constant (REGNO (SET_DEST (set))) in calculate_elim_costs_all_insns() 2135 && reg_equiv_constant (i) == 0 in alter_reg() 2650 && reg_equiv_constant (REGNO (new1)) != 0) in eliminate_regs_1() 2651 new1 = reg_equiv_constant (REGNO (new1)); in eliminate_regs_1() 2655 && reg_equiv_constant (REGNO (new0)) != 0) in eliminate_regs_1() 2656 new0 = reg_equiv_constant (REGNO (new0)); in eliminate_regs_1() [all …]
|
| D | ChangeLog-2008 | 16534 reg_equiv_constant. 28641 reg_equiv_constant should have been used for replacing the respective 28644 constant taken from the reg_equiv_constant array.
|
| D | ChangeLog-2006 | 11599 of a reg_equiv_constant if the result is a legitimate constant. 13159 of a reg_equiv_constant if the result is a legitimate constant.
|
| D | ChangeLog-2001 | 12844 reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and 31682 reg_equiv_constant and reg_equiv_address, and don't try
|
| D | ChangeLog-1998 | 1139 (eliminate_regs): Handle non-constant reg_equiv_constant.
|
| D | ChangeLog-2011 | 32268 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.cc | 10432 && reg_equiv_constant (REGNO (XEXP (x, 0)))))) in arc_legitimize_reload_address() 10460 if (reg_equiv_constant (regno)) in arc_legitimize_reload_address() 10462 sum2 = plus_constant (Pmode, reg_equiv_constant (regno), in arc_legitimize_reload_address()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.md | 2307 ;; eliminable register or has reg_equiv_constant set. 3397 ;; eliminable register or has reg_equiv_constant set.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 2912 && reg_equiv_constant (REGNO (XEXP (x, 0))) == 0 in avr_legitimize_reload_address()
|