Home
last modified time | relevance | path

Searched refs:lra_constraint_new_regno_start (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-assigns.c143 lra_assert (regno1 >= lra_constraint_new_regno_start in process_copy_to_form_thread()
144 && regno2 >= lra_constraint_new_regno_start); in process_copy_to_form_thread()
179 if ((regno1 = cp->regno1) >= lra_constraint_new_regno_start in init_regno_assign_info()
180 && (regno2 = cp->regno2) >= lra_constraint_new_regno_start in init_regno_assign_info()
206 lra_assert (r1 >= lra_constraint_new_regno_start in reload_pseudo_compare_func()
207 && r2 >= lra_constraint_new_regno_start); in reload_pseudo_compare_func()
280 if (i >= lra_constraint_new_regno_start || reg_renumber[i] >= 0) in create_live_range_start_chains()
422 for (i = lra_constraint_new_regno_start; i < max_regno; i++) in init_live_reload_and_inheritance_pseudos()
525 if (r2->regno >= lra_constraint_new_regno_start in find_hard_regno_for_1()
769 (regno < lra_constraint_new_regno_start ? "" in pseudo_prefix_title()
[all …]
H A Dlra-lives.c539 lra_assert (regno >= lra_constraint_new_regno_start); in lra_setup_reload_pseudo_preferenced_hard_reg()
801 || (src_regno >= lra_constraint_new_regno_start in process_bb_lives()
802 && dst_regno >= lra_constraint_new_regno_start in process_bb_lives()
810 if (dst_regno >= lra_constraint_new_regno_start in process_bb_lives()
811 && src_regno >= lra_constraint_new_regno_start) in process_bb_lives()
821 else if (dst_regno >= lra_constraint_new_regno_start) in process_bb_lives()
827 else if (src_regno >= lra_constraint_new_regno_start) in process_bb_lives()
H A Dlra-constraints.c4895 new_regno_start = first_p ? lra_constraint_new_regno_start : max_reg_num (); in lra_constraints()
6374 if ((int) j >= lra_constraint_new_regno_start) in inherit_in_ebb()
6395 if (src_regno < lra_constraint_new_regno_start in inherit_in_ebb()
6398 && dst_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6418 && dst_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6434 else if (src_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6435 && dst_regno < lra_constraint_new_regno_start in inherit_in_ebb()
6470 && (dst_regno = reg->regno) < lra_constraint_new_regno_start) in inherit_in_ebb()
6605 && (src_regno = reg->regno) < lra_constraint_new_regno_start) in inherit_in_ebb()
6685 && (regno = REGNO (SET_DEST (curr_set))) >= lra_constraint_new_regno_start in inherit_in_ebb()
[all …]
H A Dlra-int.h327 extern int lra_constraint_new_regno_start;
H A Dlra.c2303 int lra_constraint_new_regno_start; variable
2404 lra_constraint_new_regno_start = lra_new_regno_start = max_reg_num (); in lra()
2568 lra_constraint_new_regno_start = max_reg_num (); in lra()
2575 lra_bad_spill_regno_start = lra_constraint_new_regno_start; in lra()
H A Dlra-remat.c481 else if (regno >= lra_constraint_new_regno_start) in create_cands()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-assigns.cc143 lra_assert (regno1 >= lra_constraint_new_regno_start in process_copy_to_form_thread()
144 && regno2 >= lra_constraint_new_regno_start); in process_copy_to_form_thread()
179 if ((regno1 = cp->regno1) >= lra_constraint_new_regno_start in init_regno_assign_info()
180 && (regno2 = cp->regno2) >= lra_constraint_new_regno_start in init_regno_assign_info()
206 lra_assert (r1 >= lra_constraint_new_regno_start in reload_pseudo_compare_func()
207 && r2 >= lra_constraint_new_regno_start); in reload_pseudo_compare_func()
280 if (i >= lra_constraint_new_regno_start || reg_renumber[i] >= 0) in create_live_range_start_chains()
422 for (i = lra_constraint_new_regno_start; i < max_regno; i++) in init_live_reload_and_inheritance_pseudos()
525 if (r2->regno >= lra_constraint_new_regno_start in find_hard_regno_for_1()
769 (regno < lra_constraint_new_regno_start ? "" in pseudo_prefix_title()
[all …]
H A Dlra-lives.cc539 lra_assert (regno >= lra_constraint_new_regno_start); in lra_setup_reload_pseudo_preferenced_hard_reg()
819 || (src_regno >= lra_constraint_new_regno_start in process_bb_lives()
820 && dst_regno >= lra_constraint_new_regno_start in process_bb_lives()
828 if (dst_regno >= lra_constraint_new_regno_start in process_bb_lives()
829 && src_regno >= lra_constraint_new_regno_start) in process_bb_lives()
839 else if (dst_regno >= lra_constraint_new_regno_start) in process_bb_lives()
845 else if (src_regno >= lra_constraint_new_regno_start) in process_bb_lives()
H A Dlra-constraints.cc5020 new_regno_start = first_p ? lra_constraint_new_regno_start : max_reg_num (); in lra_constraints()
6513 if ((int) j >= lra_constraint_new_regno_start) in inherit_in_ebb()
6534 if (src_regno < lra_constraint_new_regno_start in inherit_in_ebb()
6537 && dst_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6557 && dst_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6573 else if (src_regno >= lra_constraint_new_regno_start in inherit_in_ebb()
6574 && dst_regno < lra_constraint_new_regno_start in inherit_in_ebb()
6609 && (dst_regno = reg->regno) < lra_constraint_new_regno_start) in inherit_in_ebb()
6744 && (src_regno = reg->regno) < lra_constraint_new_regno_start) in inherit_in_ebb()
6824 && (regno = REGNO (SET_DEST (curr_set))) >= lra_constraint_new_regno_start in inherit_in_ebb()
[all …]
H A Dlra-int.h331 extern int lra_constraint_new_regno_start;
H A Dlra.cc2228 int lra_constraint_new_regno_start; variable
2332 lra_constraint_new_regno_start = lra_new_regno_start = max_reg_num (); in lra()
2498 lra_constraint_new_regno_start = max_reg_num (); in lra()
2505 lra_bad_spill_regno_start = lra_constraint_new_regno_start; in lra()
H A Dlra-remat.cc481 else if (regno >= lra_constraint_new_regno_start) in create_cands()
H A DChangeLog-201536623 lra_constraint_new_regno_start unconditionally.
36860 Stop updating lra_constraint_new_regno_start after switching of