Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c2733 int op_cost, op_latency; in synth_mult() local
2992 op_latency = op_cost; in synth_mult()
2995 op_latency = add_cost (speed, mode); in synth_mult()
2998 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
3003 alg_in->cost.latency += op_latency; in synth_mult()
3040 op_latency = op_cost; in synth_mult()
3044 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
3048 alg_in->cost.latency += op_latency; in synth_mult()
3070 op_latency = op_cost; in synth_mult()
3073 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc2749 int op_cost, op_latency; in synth_mult() local
3008 op_latency = op_cost; in synth_mult()
3011 op_latency = add_cost (speed, mode); in synth_mult()
3014 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
3019 alg_in->cost.latency += op_latency; in synth_mult()
3056 op_latency = op_cost; in synth_mult()
3060 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
3064 alg_in->cost.latency += op_latency; in synth_mult()
3086 op_latency = op_cost; in synth_mult()
3089 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
[all …]