OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vec_cost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
5197
int
vec_cost
= m_costs[vect_body], not_vec_cost = 0;
5219
int density_pct = (
vec_cost
* 100) / (
vec_cost
+ not_vec_cost);
5222
&&
vec_cost
+ not_vec_cost > rs6000_density_size_threshold)
5224
m_costs[vect_body] =
vec_cost
* (100 + rs6000_density_penalty) / 100;
5229
vec_cost
+ not_vec_cost, rs6000_density_penalty);
5187
int
vec_cost
= m_costs[vect_body], not_
vec_cost
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
5253
int
vec_cost
= m_costs[vect_body], not_vec_cost = 0;
5275
int density_pct = (
vec_cost
* 100) / (
vec_cost
+ not_vec_cost);
5278
&&
vec_cost
+ not_vec_cost > rs6000_density_size_threshold)
5280
m_costs[vect_body] =
vec_cost
* (100 + rs6000_density_penalty) / 100;
5285
vec_cost
+ not_vec_cost, rs6000_density_penalty);
5243
int
vec_cost
= m_costs[vect_body], not_
vec_cost
= 0;
local
Completed in 65 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026