Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dloop-invariant.c113 int orig_regno; member
744 inv->orig_regno = -1; in create_new_invariant()
1854 regno = repr->orig_regno; in move_invariant_reg()
1863 inv->orig_regno = regno; in move_invariant_reg()
1874 inv->orig_regno = -1; in move_invariant_reg()
1895 if (inv->orig_regno >= 0) in move_invariants()
1897 reg_preferred_class (inv->orig_regno), in move_invariants()
1898 reg_alternate_class (inv->orig_regno), in move_invariants()
1899 reg_allocno_class (inv->orig_regno)); in move_invariants()
H A Dloop-invariant.cc113 int orig_regno; member
743 inv->orig_regno = -1; in create_new_invariant()
1862 regno = repr->orig_regno; in move_invariant_reg()
1871 inv->orig_regno = regno; in move_invariant_reg()
1882 inv->orig_regno = -1; in move_invariant_reg()
1903 if (inv->orig_regno >= 0) in move_invariants()
1905 reg_preferred_class (inv->orig_regno), in move_invariants()
1906 reg_alternate_class (inv->orig_regno), in move_invariants()
1907 reg_allocno_class (inv->orig_regno)); in move_invariants()
H A Dira-emit.c459 int regno, orig_regno; in store_can_be_removed_p() local
465 orig_regno = ALLOCNO_REGNO (src_allocno); in store_can_be_removed_p()
471 a = node->regno_allocno_map[orig_regno]; in store_can_be_removed_p()
476 else if (bitmap_bit_p (node->modified_regnos, orig_regno)) in store_can_be_removed_p()
H A Dira-emit.cc459 int regno, orig_regno; in store_can_be_removed_p() local
465 orig_regno = ALLOCNO_REGNO (src_allocno); in store_can_be_removed_p()
471 a = node->regno_allocno_map[orig_regno]; in store_can_be_removed_p()
476 else if (bitmap_bit_p (node->modified_regnos, orig_regno)) in store_can_be_removed_p()
H A Dsel-sched.c1436 int orig_regno; in choose_best_pseudo_reg() local
1445 orig_regno = REGNO (dest); in choose_best_pseudo_reg()
1449 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1453 if (REGNO_REG_SET_P (used_regs, orig_regno + j)) in choose_best_pseudo_reg()
1460 if (REGNO_REG_SET_P (used_regs, orig_regno)) in choose_best_pseudo_reg()
1463 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1465 gcc_assert (df_regs_ever_live_p (orig_regno)); in choose_best_pseudo_reg()
1470 orig_regno)) in choose_best_pseudo_reg()
1476 || REG_N_CALLS_CROSSED (orig_regno) > 0) in choose_best_pseudo_reg()
1477 return gen_rtx_REG (mode, orig_regno); in choose_best_pseudo_reg()
H A Dsel-sched.cc1436 int orig_regno; in choose_best_pseudo_reg() local
1445 orig_regno = REGNO (dest); in choose_best_pseudo_reg()
1449 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1453 if (REGNO_REG_SET_P (used_regs, orig_regno + j)) in choose_best_pseudo_reg()
1460 if (REGNO_REG_SET_P (used_regs, orig_regno)) in choose_best_pseudo_reg()
1463 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1465 gcc_assert (df_regs_ever_live_p (orig_regno)); in choose_best_pseudo_reg()
1470 orig_regno)) in choose_best_pseudo_reg()
1476 || REG_N_CALLS_CROSSED (orig_regno) > 0) in choose_best_pseudo_reg()
1477 return gen_rtx_REG (mode, orig_regno); in choose_best_pseudo_reg()
H A DChangeLog-20095935 (struct invariant): New member orig_regno.
5938 (create_new_invariant): Initialize orig_regno.
5948 (move_invariant_reg): Set up orig_regno.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dloop-invariant.c113 int orig_regno; member
744 inv->orig_regno = -1; in create_new_invariant()
1854 regno = repr->orig_regno; in move_invariant_reg()
1863 inv->orig_regno = regno; in move_invariant_reg()
1874 inv->orig_regno = -1; in move_invariant_reg()
1895 if (inv->orig_regno >= 0) in move_invariants()
1897 reg_preferred_class (inv->orig_regno), in move_invariants()
1898 reg_alternate_class (inv->orig_regno), in move_invariants()
1899 reg_allocno_class (inv->orig_regno)); in move_invariants()
H A Dira-emit.c459 int regno, orig_regno; in store_can_be_removed_p() local
465 orig_regno = ALLOCNO_REGNO (src_allocno); in store_can_be_removed_p()
471 a = node->regno_allocno_map[orig_regno]; in store_can_be_removed_p()
476 else if (bitmap_bit_p (node->modified_regnos, orig_regno)) in store_can_be_removed_p()
H A Dsel-sched.c1436 int orig_regno; in choose_best_pseudo_reg() local
1445 orig_regno = REGNO (dest); in choose_best_pseudo_reg()
1449 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1453 if (REGNO_REG_SET_P (used_regs, orig_regno + j)) in choose_best_pseudo_reg()
1460 if (REGNO_REG_SET_P (used_regs, orig_regno)) in choose_best_pseudo_reg()
1463 if (HARD_REGISTER_NUM_P (orig_regno)) in choose_best_pseudo_reg()
1465 gcc_assert (df_regs_ever_live_p (orig_regno)); in choose_best_pseudo_reg()
1470 orig_regno)) in choose_best_pseudo_reg()
1476 || REG_N_CALLS_CROSSED (orig_regno) > 0) in choose_best_pseudo_reg()
1477 return gen_rtx_REG (mode, orig_regno); in choose_best_pseudo_reg()
/netbsd/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.c1476 int orig_regno = regno; in frv_alloc_temp_reg() local
1488 if (regno == orig_regno) in frv_alloc_temp_reg()
H A Dfrv.cc1465 int orig_regno = regno; in frv_alloc_temp_reg() local
1477 if (regno == orig_regno) in frv_alloc_temp_reg()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c1476 int orig_regno = regno; in frv_alloc_temp_reg() local
1488 if (regno == orig_regno) in frv_alloc_temp_reg()