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

/freebsd-12-stable/contrib/gcc/
H A Dexpmed.c2473 int op_cost, op_latency;
2599 op_cost = m * add_cost[mode];
2600 if (shift_cost[mode][m] < op_cost)
2601 op_cost = shift_cost[mode][m];
2602 new_limit.cost = best_cost.cost - op_cost;
2603 new_limit.latency = best_cost.latency - op_cost;
2606 alg_in->cost.cost += op_cost;
2607 alg_in->cost.latency += op_cost;
2638 op_cost = add_cost[mode];
2639 new_limit.cost = best_cost.cost - op_cost;
2463 int op_cost, op_latency; local
2877 int op_cost; local
[all...]

Completed in 133 milliseconds