Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-lives.cc402 mark_pseudo_reg_live (rtx orig_reg, unsigned regno) in mark_pseudo_reg_live() argument
404 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() local
424 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() argument
529 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() local
553 && (GET_CODE (orig_reg) != SUBREG in mark_ref_dead()
[all …]
Ddf-problems.cc2867 rtx orig_reg = DF_REF_REG (ref); in df_word_lr_mark_ref() local
2868 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()
Ddwarf2cfi.cc81 rtx orig_reg; member
1190 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()
DChangeLog-200436898 * function.c (put_var_into_stack): Properly set orig_reg for indirect.