Searched refs:shiftadd_cost (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.h428 /* Subroutine of {set_,}shiftadd_cost. Not to be used otherwise. */
450 shiftadd_cost (bool speed, machine_mode mode, int bits) function
H A Dexpmed.c3047 if (shiftadd_cost (speed, mode, m) <= op_cost)
3048 op_cost = shiftadd_cost (speed, mode, m);
3112 op_cost = shiftadd_cost (speed, mode, m);
H A Dtree-ssa-loop-ivopts.c4251 ? shiftadd_cost (speed, mode, m)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpmed.h419 /* Subroutine of {set_,}shiftadd_cost. Not to be used otherwise. */
441 shiftadd_cost (bool speed, machine_mode mode, int bits) function
H A Dexpmed.cc3063 if (shiftadd_cost (speed, mode, m) <= op_cost)
3064 op_cost = shiftadd_cost (speed, mode, m);
3128 op_cost = shiftadd_cost (speed, mode, m);
H A Dtree-ssa-loop-ivopts.cc4282 ? shiftadd_cost (speed, mode, m)

Completed in 148 milliseconds