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

/freebsd-10.2-release/contrib/gcc/
H A Dtree-scalar-evolution.c1831 tree op0, op1, new0, new1;
1842 new0 = fold_used_pointer (op0, at_stmt);
1847 new0 = fold_used_pointer_cast (op0);
1853 if (new0 == op0 && new1 == op1)
1856 new0 = chrec_convert (TREE_TYPE (expr), new0, at_stmt);
1860 expr = chrec_fold_plus (TREE_TYPE (expr), new0, new1);
1862 expr = chrec_fold_minus (TREE_TYPE (expr), new0, new1);
1826 tree op0, op1, new0, new1; local
H A Dreload1.c2439 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true);
2442 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2448 if (GET_CODE (new0) == PLUS && REG_P (new1)
2454 else if (GET_CODE (new1) == PLUS && REG_P (new0)
2455 && REGNO (new0) >= FIRST_PSEUDO_REGISTER
2456 && reg_renumber[REGNO (new0)] < 0
2457 && reg_equiv_constant[REGNO (new0)] != 0)
2458 new0 = reg_equiv_constant[REGNO (new0)];
2460 new = form_sum (new0, new
2425 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true); local
2498 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false); local
[all...]
H A Dfold-const.c3086 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1)
3104 old0, new0, old1, new1));
3109 old0, new0, old1, new1),
3111 old0, new0, old1, new1));
3117 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1);
3120 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1);
3125 old0, new0, old1, new1),
3127 old0, new0, old1, new1),
3129 old0, new0, old1, new1));
3145 arg0 = new0;
3067 eval_subst(tree arg, tree old0, tree new0, tree old1, tree new1) argument
[all...]

Completed in 99 milliseconds