Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.opt636 and non-vectorized statements separately, check the proportion of vec_cost to
637 total cost of vec_cost and non vec_cost, and penalize only if the proportion
643 vec_cost and non vec_cost, and penalize only if the sum exceeds the threshold
Drs6000.cc5231 int vec_cost = m_costs[vect_body], not_vec_cost = 0; in density_test() local
5253 int density_pct = (vec_cost * 100) / (vec_cost + not_vec_cost); in density_test()
5256 && vec_cost + not_vec_cost > rs6000_density_size_threshold) in density_test()
5258 m_costs[vect_body] = vec_cost * (100 + rs6000_density_penalty) / 100; in density_test()
5263 vec_cost + not_vec_cost, rs6000_density_penalty); in density_test()