Searched refs:orig_reg (Results 1 – 4 of 4) sorted by relevance
402 mark_pseudo_reg_live (rtx orig_reg, unsigned regno) in mark_pseudo_reg_live() argument404 if (read_modify_subreg_p (orig_reg)) in mark_pseudo_reg_live()407 subreg_lowpart_p (orig_reg) ? 0 : 1); in mark_pseudo_reg_live()418 rtx orig_reg = reg; in mark_ref_live() local424 mark_pseudo_reg_live (orig_reg, REGNO (reg)); in mark_ref_live()527 mark_pseudo_reg_dead (rtx orig_reg, unsigned regno) in mark_pseudo_reg_dead() argument529 if (read_modify_subreg_p (orig_reg)) in mark_pseudo_reg_dead()532 subreg_lowpart_p (orig_reg) ? 0 : 1); in mark_pseudo_reg_dead()544 rtx orig_reg = reg; in mark_ref_dead() local553 && (GET_CODE (orig_reg) != SUBREG in mark_ref_dead()[all …]
2867 rtx orig_reg = DF_REF_REG (ref); in df_word_lr_mark_ref() local2868 rtx reg = orig_reg; in df_word_lr_mark_ref()2876 reg = SUBREG_REG (orig_reg); in df_word_lr_mark_ref()2883 if (GET_CODE (orig_reg) == SUBREG in df_word_lr_mark_ref()2884 && read_modify_subreg_p (orig_reg)) in df_word_lr_mark_ref()2887 if (subreg_lowpart_p (orig_reg)) in df_word_lr_mark_ref()
81 rtx orig_reg; member1190 if (compare_reg_or_pc (elt->orig_reg, src)) in record_reg_saved_in_reg()1277 if (compare_reg_or_pc (q->reg, rir->orig_reg) in clobbers_queued_reg_save()1301 return rir->orig_reg; in reg_saved_in()
36898 * function.c (put_var_into_stack): Properly set orig_reg for indirect.