OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_vf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc
1889
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1911
= estimated_poly_value (
this_vf
, POLY_VALUE_LIKELY);
1932
= estimated_poly_value (
this_vf
, POLY_VALUE_MAX);
1974
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1982
if (estimated_poly_value (
this_vf
, POLY_VALUE_MIN)
1984
this_vf
= estimated_max_niter;
1991
higher: this_inside_cost /
this_vf
vs. other_inside_cost / other_vf. */
1994
= other_loop_vinfo->vector_costs->body_cost () *
this_vf
;
1887
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
local
1972
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc
1856
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1878
= estimated_poly_value (
this_vf
, POLY_VALUE_LIKELY);
1899
= estimated_poly_value (
this_vf
, POLY_VALUE_MAX);
1941
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1949
if (known_le (estimated_max_niter,
this_vf
))
1950
this_vf
= estimated_max_niter;
1956
higher: this_inside_cost /
this_vf
vs. other_inside_cost / other_vf. */
1959
= other_loop_vinfo->vector_costs->body_cost () *
this_vf
;
1854
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
local
1939
poly_int64
this_vf
= LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
local
Completed in 92 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026