Home
last modified time | relevance | path

Searched refs:new_regno (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira.cc2800 int i, new_regno, max; in fix_reg_equiv_init() local
2822 new_regno = REGNO (SET_DEST (set)); in fix_reg_equiv_init()
2826 new_regno = REGNO (SET_SRC (set)); in fix_reg_equiv_init()
2829 if (new_regno == i) in fix_reg_equiv_init()
2838 XEXP (x, 1) = reg_equiv_init (new_regno); in fix_reg_equiv_init()
2839 reg_equiv_init (new_regno) = x; in fix_reg_equiv_init()
5481 int new_regno; in allocate_initial_values() local
5484 new_regno = REGNO (x); in allocate_initial_values()
5485 reg_renumber[regno] = new_regno; in allocate_initial_values()
5488 SET_REGNO (preg, new_regno); in allocate_initial_values()
[all …]
Ddf-scan.cc1793 unsigned int new_regno, rtx loc) in df_ref_change_reg_with_loc_1() argument
1808 DF_REF_REGNO (the_ref) = new_regno; in df_ref_change_reg_with_loc_1()
1809 DF_REF_REG (the_ref) = regno_reg_rtx[new_regno]; in df_ref_change_reg_with_loc_1()
1884 df_ref_change_reg_with_loc (rtx loc, unsigned int new_regno) in df_ref_change_reg_with_loc() argument
1887 if (old_regno == new_regno) in df_ref_change_reg_with_loc()
1895 DF_REG_DEF_GET (new_regno), in df_ref_change_reg_with_loc()
1896 new_regno, loc); in df_ref_change_reg_with_loc()
1898 DF_REG_USE_GET (new_regno), in df_ref_change_reg_with_loc()
1899 new_regno, loc); in df_ref_change_reg_with_loc()
1901 DF_REG_EQ_USE_GET (new_regno), in df_ref_change_reg_with_loc()
[all …]
Dlra-constraints.cc5773 lra_copy_reg_equiv (unsigned int new_regno, unsigned int original_regno) in lra_copy_reg_equiv() argument
5779 ira_reg_equiv[new_regno].defined_p = true; in lra_copy_reg_equiv()
5781 ira_reg_equiv[new_regno].memory in lra_copy_reg_equiv()
5784 ira_reg_equiv[new_regno].constant in lra_copy_reg_equiv()
5787 ira_reg_equiv[new_regno].invariant in lra_copy_reg_equiv()
5919 int new_regno = REGNO (new_reg); in split_reg() local
5928 original_regno, new_regno); in split_reg()
5943 original_regno, new_regno); in split_reg()
5955 lra_copy_reg_equiv (new_regno, original_regno); in split_reg()
5956 lra_reg_info[new_regno].restore_rtx = regno_reg_rtx[original_regno]; in split_reg()
[all …]
DChangeLog-201532519 Change type of new_regno to unsigned int.
32521 new_regno to unsigned int.
32523 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.