Searched refs:powi_cost (Results 1 – 2 of 2) sorted by relevance
2406 powi_cost (HOST_WIDE_INT n) in powi_cost() function2550 && powi_cost (n) <= POWI_MAX_MULTS)) in expand_builtin_pow()2599 && powi_cost (n) <= POWI_MAX_MULTS))) in expand_builtin_powi()
17584 * builtins.c (powi_cost): Fix typo. The number of multiplications17678 generate RTL if powi_cost is less than POWI_MAX_MULTS.17679 (powi_cost): New function to return the number of multiplications