Searched refs:split_reg (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-constraints.c | 5688 split_reg (bool before_p, int original_regno, rtx_insn *insn, in split_reg() function 5934 if (split_reg (TRUE, hard_regno, from, NULL, to)) in spill_hard_reg_in_range() 5967 && split_reg (before_p, regno + i, insn, next_usage_insns, NULL)) in split_if_necessary() 6753 if (split_reg (false, j, bb_note (curr_bb), in inherit_in_ebb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-constraints.cc | 5818 split_reg (bool before_p, int original_regno, rtx_insn *insn, in split_reg() function 6073 if (split_reg (TRUE, hard_regno, from, NULL, to)) in spill_hard_reg_in_range() 6106 && split_reg (before_p, regno + i, insn, next_usage_insns, NULL)) in split_if_necessary() 6892 if (split_reg (false, j, bb_note (curr_bb), in inherit_in_ebb()
|
H A D | ChangeLog-2018 | 1841 * lra-constraints.c (split_reg): Don't set up check_only_regs if 27541 * lra-constraints.c (split_reg): Add a new arg. Use it instead of 27544 (split_if_necessary, inherit_in_ebb): Pass a new arg to split_reg. 27781 * lra-constraints.c (split_reg): Add a new arg. Use it instead of 27784 (split_if_necessary, inherit_in_ebb): Pass a new arg to split_reg. 27867 * lra-constraints.c (split_reg): Add a new arg. Use it instead of 27870 (split_if_necessary, inherit_in_ebb): Pass a new arg to split_reg. 29207 * lra-constraints.c (inherit_reload_reg, split_reg): Likewise.
|
H A D | ChangeLog | 8896 * lra-constraints.cc (split_reg): Set up 12367 (inherit_reload_reg, split_reg): Pass NULL exclude_start_hard_regs
|
H A D | ChangeLog-2017 | 15792 (split_reg): Likewise. 16940 (split_reg): Likewise. 20076 (split_reg): Likewise. 31867 (split_reg): Use it to copy equivalence information from the 37391 * lra-constraints.c (split_reg): Check requested split mode
|
H A D | ChangeLog-2015 | 25733 * lra-constraints.c (inherit_reload_reg, split_reg): Add an 31797 (split_reg): Likewise. 35260 (rs6000_frame_related): Remove split_reg 35266 Altivec register saves. Remove split_reg handling, which is no 44302 * lra-constraints.c (split_reg): Fix caller-save store/restore
|
H A D | ChangeLog-2021 | 10262 * lra-constraints.c (split_reg): Use at least natural mode of hard reg. 29504 * lra-constraints.c (split_reg): Check paradoxical_subreg_p for 29846 * lra-constraints.c (split_reg): Don't check paradoxical_subreg_p.
|
H A D | ChangeLog-2016 | 16686 (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx 29881 * lra-constraints.c (split_reg): Handle the case where biggest_mode is 30170 * lra-constraints.c (split_reg): For hard regs, try to find the
|
H A D | ChangeLog-2013 | 7795 * config/rs6000/rs6000.c (rs6000_frame_related): Add split_reg 22763 (split_reg): Use HARD_REGNO_CALLER_SAVE_MODE. 32782 * lra-constraints (split_reg): Set up lra_risky_transformations_p
|
H A D | ChangeLog-2014 | 9200 (inherit_reload_reg, split_reg, remove_inheritance_pseudos): Use 21810 (split_reg): Likewise. 26210 (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
|
H A D | ChangeLog-2012 | 1841 (split_reg): Likewise.
|