Searched refs:shift_cost (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c2561 && (shift_cost (speed, mode, INTVAL (op1))
2563 && shift_cost (speed, mode, INTVAL (op1)) != MAX_COST)
2878 MIN (m * add_cost(speed, mode), shift_cost(speed, mode, m)). */
2880 if (shift_cost (speed, mode, m) < op_cost)
2881 op_cost = shift_cost (speed, mode, m);
2908 shift_cost(speed, mode, m)). */
2910 if (shift_cost (speed, mode, m) < op_cost)
2911 op_cost = shift_cost (speed, mode, m);
2992 op_cost = add_cost (speed, mode) + shift_cost (speed, mode, m);
3046 op_cost = add_cost (speed, mode) + shift_cost (spee
[all...]
H A Dlower-subreg.c139 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code, function
167 wide_cost = shift_cost (speed_p, rtxes, code, twice_word_mode,
172 narrow_cost = shift_cost (speed_p, rtxes, code, word_mode, i);
179 upper_cost = shift_cost (speed_p, rtxes, code, word_mode,
H A Dexpmed.h402 /* Subroutine of {set_,}shift_cost. Not to be used otherwise. */
423 shift_cost (bool speed, machine_mode mode, int bits) function
H A Dtree-ssa-loop-ivopts.c4246 as_cost = add_cost (speed, mode) + shift_cost (speed, mode, m);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc2577 && (shift_cost (speed, mode, INTVAL (op1))
2579 && shift_cost (speed, mode, INTVAL (op1)) != MAX_COST)
2894 MIN (m * add_cost(speed, mode), shift_cost(speed, mode, m)). */
2896 if (shift_cost (speed, mode, m) < op_cost)
2897 op_cost = shift_cost (speed, mode, m);
2924 shift_cost(speed, mode, m)). */
2926 if (shift_cost (speed, mode, m) < op_cost)
2927 op_cost = shift_cost (speed, mode, m);
3008 op_cost = add_cost (speed, mode) + shift_cost (speed, mode, m);
3062 op_cost = add_cost (speed, mode) + shift_cost (spee
[all...]
H A Dlower-subreg.cc139 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code, function
167 wide_cost = shift_cost (speed_p, rtxes, code, twice_word_mode,
172 narrow_cost = shift_cost (speed_p, rtxes, code, word_mode, i);
179 upper_cost = shift_cost (speed_p, rtxes, code, word_mode,
H A Dexpmed.h393 /* Subroutine of {set_,}shift_cost. Not to be used otherwise. */
414 shift_cost (bool speed, machine_mode mode, int bits) function
H A Dtree-ssa-loop-ivopts.cc4277 as_cost = add_cost (speed, mode) + shift_cost (speed, mode, m);

Completed in 148 milliseconds