OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_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;
5214
not_vec_cost
++;
5219
int density_pct = (vec_cost * 100) / (vec_cost +
not_vec_cost
);
5222
&& vec_cost +
not_vec_cost
> rs6000_density_size_threshold)
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;
5270
not_vec_cost
++;
5275
int density_pct = (vec_cost * 100) / (vec_cost +
not_vec_cost
);
5278
&& vec_cost +
not_vec_cost
> rs6000_density_size_threshold)
5285
vec_cost +
not_vec_cost
, rs6000_density_penalty);
5243
int vec_cost = m_costs[vect_body],
not_vec_cost
= 0;
local
Completed in 58 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026