OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_vf
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
2019
unsigned HOST_WIDE_INT
const_vf
;
local
2020
if (vf.is_constant (&
const_vf
)
2028
log_vf = build_int_cst (type, exact_log2 (
const_vf
));
2065
exact_log2 (
const_vf
),
2069
else if (
const_vf
> 1)
2074
- (
const_vf
- 1),
2075
exact_log2 (
const_vf
), TYPE_SIGN (type))
tree-vect-slp.cc
6780
unsigned HOST_WIDE_INT const_nunits,
const_vf
;
local
6782
|| !vf.is_constant (&
const_vf
))
6785
nelts_to_build =
const_vf
* group_size;
6787
in_nlanes =
const_vf
* DR_GROUP_SIZE (stmt_info);
tree-vect-stmts.cc
9246
unsigned int
const_vf
= vf.to_constant ();
local
9247
ncopies = CEIL (group_size *
const_vf
, const_nunits);
9386
unsigned int
const_vf
= vf.to_constant ();
local
9388
vec_num = CEIL (group_size *
const_vf
, const_nunits);
tree-vect-loop.cc
1037
unsigned HOST_WIDE_INT
const_vf
;
local
1063
|| !LOOP_VINFO_VECT_FACTOR (loop_vinfo).is_constant (&
const_vf
)
1065
< (unsigned) exact_log2 (
const_vf
))
1071
> (th /
const_vf
) *
const_vf
))))
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
1254
unsigned HOST_WIDE_INT
const_vf
;
local
1280
|| !LOOP_VINFO_VECT_FACTOR (loop_vinfo).is_constant (&
const_vf
)
1282
< (unsigned) exact_log2 (
const_vf
))
1292
const_vf
) /
const_vf
) *
const_vf
))))
tree-vect-slp.cc
8648
unsigned HOST_WIDE_INT const_nunits,
const_vf
;
local
8650
|| !vf.is_constant (&
const_vf
))
8653
nelts_to_build =
const_vf
* group_size;
8655
in_nlanes =
const_vf
* dr_group_size;
Completed in 57 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026