Searched refs:restore_rtx (Results 1 – 5 of 5) sorted by relevance
1385 rtx restore_rtx; in assign_by_spills() local1519 if ((restore_rtx = lra_reg_info[u].restore_rtx) != NULL_RTX in assign_by_spills()1520 && REG_P (restore_rtx) in assign_by_spills()1523 bitmap_set_bit (&do_not_assign_nonreload_pseudos, REGNO (restore_rtx)); in assign_by_spills()1525 if ((restore_rtx = lra_reg_info[u].restore_rtx) != NULL_RTX in assign_by_spills()1528 lra_assert (REG_P (restore_rtx)); in assign_by_spills()1529 bitmap_set_bit (&do_not_assign_nonreload_pseudos, REGNO (restore_rtx)); in assign_by_spills()1535 && lra_reg_info[i].restore_rtx != NULL_RTX) in assign_by_spills()1537 && lra_reg_info[i].restore_rtx != NULL_RTX) in assign_by_spills()1565 || lra_reg_info[regno].restore_rtx == NULL_RTX in assign_by_spills()[all …]
4693 lra_reg_info[REGNO (op)].restore_rtx = reg; in curr_insn_transform()5615 lra_reg_info[REGNO (new_reg)].restore_rtx = regno_reg_rtx[original_regno]; in inherit_reload_reg()5956 lra_reg_info[new_regno].restore_rtx = regno_reg_rtx[original_regno]; in split_reg()6211 lra_reg_info[REGNO (new_reg)].restore_rtx = PATTERN (insn); in process_invariant_for_inheritance()6996 && REG_P (lra_reg_info[regno].restore_rtx)) in fix_bb_live_info()6997 bitmap_set_bit (live, REGNO (lra_reg_info[regno].restore_rtx)); in fix_bb_live_info()7051 rtx restore_rtx; in remove_inheritance_pseudos() local7081 && ! REG_P (lra_reg_info[dregno].restore_rtx)) in remove_inheritance_pseudos()7094 && ! REG_P (lra_reg_info[sregno].restore_rtx)) in remove_inheritance_pseudos()7100 emit_insn (lra_reg_info[sregno].restore_rtx); in remove_inheritance_pseudos()[all …]
100 rtx restore_rtx; variable
1337 lra_reg_info[i].restore_rtx = NULL_RTX; in initialize_lra_reg_info_element()
16668 * lra-int.h (struct lra-reg): Use restore_rtx instead of16671 * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead16677 * lra-constraints.c (curr_insn_transform): Use restore_rtx instead16686 (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx16693 (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx16697 (assign_by_spills): Use restore_rtx instead of restore_regno.