Searched refs:alg_hash (Results 1 – 2 of 2) sorted by relevance
2518 if (alg_hash[hash_index].t == t in synth_mult()2519 && alg_hash[hash_index].mode == mode in synth_mult()2520 && alg_hash[hash_index].alg != alg_unknown) in synth_mult()2522 cache_alg = alg_hash[hash_index].alg; in synth_mult()2827 alg_hash[hash_index].t = t; in synth_mult()2828 alg_hash[hash_index].mode = mode; in synth_mult()2829 alg_hash[hash_index].alg = alg_impossible; in synth_mult()2830 alg_hash[hash_index].cost = *cost_limit; in synth_mult()2837 alg_hash[hash_index].t = t; in synth_mult()2838 alg_hash[hash_index].mode = mode; in synth_mult()[all …]
4782 (alg_hash): Likewise.4783 (synth_mult): Cache the result into alg_hash.