Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dira-lives.c404 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
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()
555 || !read_modify_subreg_p (orig_reg))) in mark_ref_dead()
574 rtx orig_reg = reg; in make_pseudo_conflict() local
590 mark_pseudo_reg_live (orig_reg, REGNO (reg)); in make_pseudo_conflict()
[all …]
H A Dira-lives.cc404 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
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()
555 || !read_modify_subreg_p (orig_reg))) in mark_ref_dead()
574 rtx orig_reg = reg; in make_pseudo_conflict() local
590 mark_pseudo_reg_live (orig_reg, REGNO (reg)); in make_pseudo_conflict()
[all …]
H A Ddf-problems.c2827 rtx orig_reg = DF_REF_REG (ref); in df_word_lr_mark_ref() local
2828 rtx reg = orig_reg; in df_word_lr_mark_ref()
2836 reg = SUBREG_REG (orig_reg); in df_word_lr_mark_ref()
2843 if (GET_CODE (orig_reg) == SUBREG in df_word_lr_mark_ref()
2844 && read_modify_subreg_p (orig_reg)) in df_word_lr_mark_ref()
2847 if (subreg_lowpart_p (orig_reg)) in df_word_lr_mark_ref()
H A 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()
H A Ddwarf2cfi.c81 rtx orig_reg; member
1041 if (compare_reg_or_pc (elt->orig_reg, src)) in record_reg_saved_in_reg()
1127 if (compare_reg_or_pc (q->reg, rir->orig_reg) in clobbers_queued_reg_save()
1151 return rir->orig_reg; in reg_saved_in()
H A 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()
H A DChangeLog-200436898 * function.c (put_var_into_stack): Properly set orig_reg for indirect.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dira-lives.c404 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
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()
555 || !read_modify_subreg_p (orig_reg))) in mark_ref_dead()
574 rtx orig_reg = reg; in make_pseudo_conflict() local
590 mark_pseudo_reg_live (orig_reg, REGNO (reg)); in make_pseudo_conflict()
[all …]
H A Ddf-problems.c2827 rtx orig_reg = DF_REF_REG (ref); in df_word_lr_mark_ref() local
2828 rtx reg = orig_reg; in df_word_lr_mark_ref()
2836 reg = SUBREG_REG (orig_reg); in df_word_lr_mark_ref()
2843 if (GET_CODE (orig_reg) == SUBREG in df_word_lr_mark_ref()
2844 && read_modify_subreg_p (orig_reg)) in df_word_lr_mark_ref()
2847 if (subreg_lowpart_p (orig_reg)) in df_word_lr_mark_ref()
H A Ddwarf2cfi.c81 rtx orig_reg; member
1041 if (compare_reg_or_pc (elt->orig_reg, src)) in record_reg_saved_in_reg()
1127 if (compare_reg_or_pc (q->reg, rir->orig_reg) in clobbers_queued_reg_save()
1151 return rir->orig_reg; in reg_saved_in()