Searched refs:shiftsub0_cost (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | expmed.h | 477 shiftsub0_cost (bool speed, machine_mode mode, int bits) in shiftsub0_cost() function
|
H A D | expmed.c | 3067 if (shiftsub0_cost (speed, mode, m) <= op_cost) in synth_mult() 3068 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult() 3125 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult()
|
H A D | tree-ssa-loop-ivopts.c | 4254 : shiftsub0_cost (speed, mode, m))); in get_shiftadd_cost()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | expmed.h | 468 shiftsub0_cost (bool speed, machine_mode mode, int bits) in shiftsub0_cost() function
|
H A D | expmed.c | 3067 if (shiftsub0_cost (speed, mode, m) <= op_cost) in synth_mult() 3068 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult() 3125 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult()
|
H A D | expmed.cc | 3083 if (shiftsub0_cost (speed, mode, m) <= op_cost) in synth_mult() 3084 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult() 3141 op_cost = shiftsub0_cost (speed, mode, m); in synth_mult()
|
H A D | tree-ssa-loop-ivopts.c | 4254 : shiftsub0_cost (speed, mode, m))); in get_shiftadd_cost()
|
H A D | tree-ssa-loop-ivopts.cc | 4285 : shiftsub0_cost (speed, mode, m))); in get_shiftadd_cost()
|
H A D | ChangeLog-2009 | 24804 * expmed.c (shiftsub_cost): Rename to shiftsub0_cost.
|
H A D | ChangeLog-2012 | 16842 shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost,
|
H A D | ChangeLog-2010 | 21529 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
|