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

/haiku-buildtools/gcc/gcc/
H A Dexpmed.c2425 int op_cost, op_latency;
2564 op_cost = m * add_cost (speed, mode);
2565 if (shift_cost (speed, mode, m) < op_cost)
2566 op_cost = shift_cost (speed, mode, m);
2567 new_limit.cost = best_cost.cost - op_cost;
2568 new_limit.latency = best_cost.latency - op_cost;
2571 alg_in->cost.cost += op_cost;
2572 alg_in->cost.latency += op_cost;
2594 op_cost = m * add_cost (speed, mode);
2595 if (shift_cost (speed, mode, m) < op_cost)
2415 int op_cost, op_latency; local
2895 int op_cost; local
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c6077 int op_cost = rtx_cost (XEXP (x, 0), ZERO_EXTEND, 0, speed); local
6079 if (!op_cost && speed)
6084 *cost = op_cost;

Completed in 126 milliseconds