Searched refs:multop (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3686 tree multop = NULL_TREE, divlhs = NULL_TREE; local
3700 multop = rhs2;
3702 multop = rhs1;
3707 multop = rhs2;
3709 multop = rhs1;
3811 if ((crhs1 == divlhs && arith_cast_equal_p (crhs2, multop))
3812 || (crhs2 == divlhs && arith_cast_equal_p (crhs1, multop)))
3818 else if ((crhs1 == divlhs && operand_equal_p (crhs2, multop, 0))
3819 || (crhs2 == divlhs && crhs1 == multop))
H A Dtree-ssa-loop-ivopts.cc4265 tree multop = TREE_OPERAND (mult, 0); local
4290 STRIP_NOPS (multop);
4291 if (!is_gimple_val (multop))
4292 res += force_expr_to_var_cost (multop, speed);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2096 The variables multop and other_op are indexes into this,
2101 multop : An integer to multiply rval with.
2108 int multop, int other_op)
2111 int mult = multop < 0 ? 1 : INTVAL (ops[multop]);
2106 cris_side_effect_mode_ok(enum rtx_code code, rtx *ops, int lreg, int rreg, int rval, int multop, int other_op) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c2295 The variables multop and other_op are indexes into this,
2300 multop : An integer to multiply rval with.
2307 int multop, int other_op)
2310 int mult = multop < 0 ? 1 : INTVAL (ops[multop]);
2305 cris_side_effect_mode_ok(enum rtx_code code, rtx *ops, int lreg, int rreg, int rval, int multop, int other_op) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4234 tree multop = TREE_OPERAND (mult, 0); local
4259 STRIP_NOPS (multop);
4260 if (!is_gimple_val (multop))
4261 res += force_expr_to_var_cost (multop, speed);

Completed in 210 milliseconds