Home
last modified time | relevance | path

Searched refs:cost_limit (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDexpmed.c2457 const struct mult_cost *cost_limit, enum machine_mode mode) in synth_mult() argument
2472 alg_out->cost.cost = cost_limit->cost + 1; in synth_mult()
2473 alg_out->cost.latency = cost_limit->latency + 1; in synth_mult()
2475 if (cost_limit->cost < 0 in synth_mult()
2476 || (cost_limit->cost == 0 && cost_limit->latency <= 0)) in synth_mult()
2496 if (MULT_COST_LESS (cost_limit, zero_cost)) in synth_mult()
2512 best_cost = *cost_limit; in synth_mult()
2528 if (!CHEAPER_MULT_COST (&alg_hash[hash_index].cost, cost_limit)) in synth_mult()
2542 if (CHEAPER_MULT_COST (cost_limit, &alg_hash[hash_index].cost)) in synth_mult()
2820 if (!CHEAPER_MULT_COST (&best_cost, cost_limit)) in synth_mult()
[all …]
HDChangeLog-200415728 (synth_mult): Change type of cost_limit argument to be a