Home
last modified time | relevance | path

Searched refs:reg_equiv_constant (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreload.cc1001 || 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 …]
Dreload.h246 #define reg_equiv_constant(ELT) \ macro
Dreload1.cc547 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 …]
DChangeLog-200816534 reg_equiv_constant.
28641 reg_equiv_constant should have been used for replacing the respective
28644 constant taken from the reg_equiv_constant array.
DChangeLog-200611599 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.
DChangeLog-200112844 reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
31682 reg_equiv_constant and reg_equiv_address, and don't try
DChangeLog-19981139 (eliminate_regs): Handle non-constant reg_equiv_constant.
DChangeLog-201132268 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.cc10432 && 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/
Dia64.md2307 ;; 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/
Davr.cc2912 && reg_equiv_constant (REGNO (XEXP (x, 0))) == 0 in avr_legitimize_reload_address()