Searched refs:regno_reg_rtx (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dregs.h128 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N])
H A Ddf-scan.c1142 ref = df_ref_create_structure (dflow, regno_reg_rtx[i], loc,
1581 df_uses_record (dflow, &regno_reg_rtx[STACK_POINTER_REGNUM],
1593 df_uses_record (dflow, &regno_reg_rtx[i],
1597 df_ref_record (dflow, regno_reg_rtx[ui], &regno_reg_rtx[ui], bb,
1670 df_ref_record (dflow, regno_reg_rtx[regno], &regno_reg_rtx[regno],
1697 df_uses_record (dflow, &regno_reg_rtx[i],
1759 df_uses_record (dflow, &regno_reg_rtx[regno],
1922 df_ref_record (dflow, regno_reg_rtx[
[all...]
H A Dcfg.c560 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i]))
568 if (regno_reg_rtx[i] != NULL
586 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i]))
H A Dfunction.h110 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx)
109 #define regno_reg_rtx macro
H A Dreload1.c606 gcc_assert (!REG_P (regno_reg_rtx[regno])
607 || REGNO (regno_reg_rtx[regno]) != regno);
608 *loc = regno_reg_rtx[regno];
940 if (strict_memory_address_p (GET_MODE (regno_reg_rtx[i]),
1071 else if (reg_set_p (regno_reg_rtx[i], PATTERN (equiv_insn)))
1137 rtx reg = regno_reg_rtx[i];
1988 if (regno_reg_rtx[i] == 0)
1993 if (!REG_P (regno_reg_rtx[i]))
1998 REGNO (regno_reg_rtx[i])
2011 enum machine_mode mode = GET_MODE (regno_reg_rtx[
[all...]
H A Dcaller-save.c301 = regno + hard_regno_nregs[regno][GET_MODE (regno_reg_rtx[i])];
H A Demit-rtl.c87 initialized once per compilation unit, then copied into regno_reg_rtx
546 && regno_reg_rtx
549 return regno_reg_rtx[regno];
793 /* Make sure regno_pointer_align, and regno_reg_rtx are large
809 regno_reg_rtx = new1;
815 regno_reg_rtx[reg_rtx_no++] = val;
5015 regno_reg_rtx
5018 /* Put copies of all the hard registers into regno_reg_rtx. */
5019 memcpy (regno_reg_rtx,
5023 /* Put copies of all the virtual register rtx into regno_reg_rtx
[all...]
H A Dcombine.c566 references to the entry in the regno_reg_rtx array will change as
2314 SUBST_MODE (regno_reg_rtx[regno], compare_mode);
2315 new_dest = regno_reg_rtx[regno];
2609 SUBST_MODE (regno_reg_rtx[REGNO (i2dest)], new_mode);
2610 ni2dest = regno_reg_rtx[REGNO (i2dest)];
2625 PUT_MODE (regno_reg_rtx[REGNO (i2dest)], old_mode);
2733 SUBST_MODE (regno_reg_rtx[REGNO (i2dest)], split_mode);
2734 newdest = regno_reg_rtx[REGNO (i2dest)];
3536 rtx reg = regno_reg_rtx[FIRST_PSEUDO_REGISTER];
5294 SUBST_MODE (regno_reg_rtx[regn
[all...]
H A Dflow.c726 if (regno_reg_rtx[i] != 0)
1917 mark_set_1 (pbi, code, regno_reg_rtx[i], cond, insn,
1965 mark_used_reg (pbi, regno_reg_rtx[i], cond, insn);
3031 regno_reg_rtx[i],
3872 regno_reg_rtx[i],
H A Dbt-load.c575 note_btr_set (regno_reg_rtx[regno], NULL_RTX, &info);
H A Dalias.c2589 reg_known_value[i] = regno_reg_rtx[i + FIRST_PSEUDO_REGISTER];
H A Dglobal.c1410 REGNO (regno_reg_rtx[regno]) = reg_renumber[regno];
H A Dlocal-alloc.c1134 && validate_replace_rtx (regno_reg_rtx[regno],
H A Ddf-problems.c3318 rtx note = alloc_EXPR_LIST (REG_UNUSED, regno_reg_rtx[regno],
3400 rtx note = alloc_EXPR_LIST (REG_DEAD, regno_reg_rtx[regno],
H A Dfunction.c302 /* f->emit->regno_reg_rtx is used by code generation. */
2825 if (SET_DEST (set) == regno_reg_rtx [regnoi])
2829 else if (SET_DEST (set) == regno_reg_rtx [regnor])
H A Dcse.c2829 return (first >= FIRST_PSEUDO_REGISTER ? regno_reg_rtx[first]
5771 ? regno_reg_rtx[first] : gen_rtx_REG (GET_MODE (src), first));
H A Dexpr.c2160 use_reg (call_fusage, regno_reg_rtx[regno + i]);

Completed in 879 milliseconds