Home
last modified time | relevance | path

Searched refs:multop (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3695 tree multop = NULL_TREE, divlhs = NULL_TREE; in arith_overflow_check_p() local
3709 multop = rhs2; in arith_overflow_check_p()
3711 multop = rhs1; in arith_overflow_check_p()
3716 multop = rhs2; in arith_overflow_check_p()
3718 multop = rhs1; in arith_overflow_check_p()
3820 if ((crhs1 == divlhs && arith_cast_equal_p (crhs2, multop)) in arith_overflow_check_p()
3821 || (crhs2 == divlhs && arith_cast_equal_p (crhs1, multop))) in arith_overflow_check_p()
3827 else if ((crhs1 == divlhs && operand_equal_p (crhs2, multop, 0)) in arith_overflow_check_p()
3828 || (crhs2 == divlhs && crhs1 == multop)) in arith_overflow_check_p()
H A Dtree-ssa-loop-ivopts.cc4265 tree multop = TREE_OPERAND (mult, 0); in get_shiftadd_cost() local
4290 STRIP_NOPS (multop); in get_shiftadd_cost()
4291 if (!is_gimple_val (multop)) in get_shiftadd_cost()
4292 res += force_expr_to_var_cost (multop, speed); in get_shiftadd_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2108 int multop, int other_op) in cris_side_effect_mode_ok() argument
2111 int mult = multop < 0 ? 1 : INTVAL (ops[multop]); in cris_side_effect_mode_ok()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c2307 int multop, int other_op) in cris_side_effect_mode_ok() argument
2310 int mult = multop < 0 ? 1 : INTVAL (ops[multop]); in cris_side_effect_mode_ok()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4234 tree multop = TREE_OPERAND (mult, 0); in get_shiftadd_cost() local
4259 STRIP_NOPS (multop); in get_shiftadd_cost()
4260 if (!is_gimple_val (multop)) in get_shiftadd_cost()
4261 res += force_expr_to_var_cost (multop, speed); in get_shiftadd_cost()
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-17014 > "*" { printf("multop\n");}
H A Dflex.texi8115 > "*" { printf("multop\n");}