Searched refs:reg_equiv_constant (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dreload.h106 reg_equiv_constant, then this is the pseudo
159 extern rtx *reg_equiv_constant;
H A Dreload.c936 && reg_equiv_constant[regno] != 0)
937 in = reg_equiv_constant[regno];
948 && reg_equiv_constant[regno] != 0)
949 out = reg_equiv_constant[regno];
2844 if (reg_equiv_constant[regno] != 0
2854 = reg_equiv_constant[regno];
2960 (Constants can occur as a result of reg_equiv_constant.) */
4565 if (reg_equiv_constant[regno] != 0 && !is_set_dest)
4566 x = reg_equiv_constant[regno];
4629 && reg_equiv_constant[regn
[all...]
H A Dreload1.c101 rtx *reg_equiv_constant;
598 if (reg_equiv_constant[regno])
599 *loc = reg_equiv_constant[regno];
708 Record constant equivalents in reg_equiv_constant
713 reg_equiv_constant = XCNEWVEC (rtx, max_regno);
794 reg_equiv_constant[i] = x;
1274 if (reg_equiv_constant)
1275 free (reg_equiv_constant);
1278 reg_equiv_constant = 0;
1501 && (reg_equiv_constant[REGN
100 rtx *reg_equiv_constant; variable
[all...]

Completed in 83 milliseconds