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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c212 unsigned cost1 = MAX_COST; local
227 cost1 = seq_cost (prep_seq_1, speed_p);
228 cost1 += seq_cost (gen_seq_1, speed_p);
236 if (tmp == NULL || cost1 < COSTS_N_INSNS (25))
248 if (cost2 < cost1)
H A Dtree-ssa-loop-ivopts.c219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
237 friend comp_cost operator- (comp_cost cost1, comp_cost cost2);
243 friend bool operator< (comp_cost cost1, comp_cost cost2);
246 friend bool operator== (comp_cost cost1, comp_cost cost2);
249 friend bool operator<= (comp_cost cost1, comp_cost cost2);
269 operator+ (comp_cost cost1, comp_cost cost2) argument
271 if (cost1.infinite_cost_p () || cost2.infinite_cost_p ())
274 gcc_assert (cost1.cost + cost2.cost < infinite_cost.cost);
275 cost1.cost += cost2.cost;
276 cost1
282 operator(comp_cost cost1, comp_cost cost2) argument
4228 get_shiftadd_cost(tree expr, scalar_int_mode mode, comp_cost cost0, comp_cost cost1, tree mult, bool speed, comp_cost *cost) argument
4277 comp_cost cost0, cost1, cost; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dccmp.cc212 unsigned cost1 = MAX_COST; local
227 cost1 = seq_cost (prep_seq_1, speed_p);
228 cost1 += seq_cost (gen_seq_1, speed_p);
236 if (tmp == NULL || cost1 < COSTS_N_INSNS (25))
248 if (cost2 < cost1)
H A Dtree-ssa-loop-ivopts.cc219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
237 friend comp_cost operator- (comp_cost cost1, comp_cost cost2);
243 friend bool operator< (comp_cost cost1, comp_cost cost2);
246 friend bool operator== (comp_cost cost1, comp_cost cost2);
249 friend bool operator<= (comp_cost cost1, comp_cost cost2);
269 operator+ (comp_cost cost1, comp_cost cost2) argument
271 if (cost1.infinite_cost_p () || cost2.infinite_cost_p ())
274 gcc_assert (cost1.cost + cost2.cost < infinite_cost.cost);
275 cost1.cost += cost2.cost;
276 cost1
282 operator -(comp_cost cost1, comp_cost cost2) argument
362 operator <(comp_cost cost1, comp_cost cost2) argument
371 operator ==(comp_cost cost1, comp_cost cost2) argument
378 operator <=(comp_cost cost1, comp_cost cost2) argument
4259 get_shiftadd_cost(tree expr, scalar_int_mode mode, comp_cost cost0, comp_cost cost1, tree mult, bool speed, comp_cost *cost) argument
4308 comp_cost cost0, cost1, cost; local
[all...]
H A Difcvt.cc3537 unsigned cost1 = 0, cost2 = 0;
3544 &cost1, &temp_dest1);
3587 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX))
3534 unsigned cost1 = 0, cost2 = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc5020 int cost1, cost2; local
5041 cost1 = loongarch_move_to_gpr_cost (from);
5042 if (cost1 != 0)
5046 return cost1 + cost2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c13267 int cost1, cost2;
13288 cost1 = mips_move_to_gpr_cost (from);
13289 if (cost1 != 0)
13293 return cost1 + cost2;
13213 int cost1, cost2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc13411 int cost1, cost2;
13432 cost1 = mips_move_to_gpr_cost (from);
13433 if (cost1 != 0)
13437 return cost1 + cost2;
13357 int cost1, cost2; local

Completed in 539 milliseconds