Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dflow.c2601 int regno_first = -1, regno_last = -1; local
2654 regno_first += subreg_regno_offset (regno_first, inner_mode,
2657 regno_last = (regno_first
2679 regno_first);
2721 && ! (regno_first == ARG_POINTER_REGNUM && fixed_regs[regno_first])
2837 && global_regs[regno_first]))))
2846 REG_N_DEATHS (regno_first) += 1;
2895 pbi->reg_next_use[regno_first] = 0;
3642 REG_N_REFS (regno_first)++;
3656 if (regno_first != regno_last)
[all …]
H A DChangeLog.35470 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS
/openbsd/gnu/gcc/gcc/
H A Dflow.c2736 int regno_first = -1, regno_last = -1; in mark_set_1() local
2791 regno_first += subreg_regno_offset (regno_first, inner_mode, in mark_set_1()
2794 regno_last = (regno_first in mark_set_1()
2816 regno_first); in mark_set_1()
2857 && ! (regno_first == ARG_POINTER_REGNUM && fixed_regs[regno_first]) in mark_set_1()
2976 && global_regs[regno_first])))) in mark_set_1()
2985 REG_N_DEATHS (regno_first) += 1; in mark_set_1()
3056 pbi->reg_next_use[regno_first] = 0; in mark_set_1()
3813 REG_N_REFS (regno_first)++; in mark_used_reg()
3833 if (regno_first != regno_last) in mark_used_reg()
[all …]
H A Ddf-scan.c1563 int regno_first; in df_insn_refs_record() local
1566 regno_last = regno_first = REGNO (reg); in df_insn_refs_record()
1567 if (regno_first < FIRST_PSEUDO_REGISTER) in df_insn_refs_record()
1569 += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1; in df_insn_refs_record()
1570 for (i = regno_first; i <= regno_last; i++) in df_insn_refs_record()