OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comp_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc
1026
tree
comp_width
= width;
local
1043
comp_width
= vector_element_bits_tree (TREE_TYPE (a1));
1116
comp_width
= vector_element_bits_tree (TREE_TYPE (a));
1129
comp_width
, comp_index);
1131
comp_width
, comp_index);
1144
result = tree_vec_extract (gsi, cond_type, a,
comp_width
, comp_index);
1154
if (width ==
comp_width
)
1157
comp_index = int_const_binop (PLUS_EXPR, comp_index,
comp_width
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc
1063
tree
comp_width
= width;
local
1080
comp_width
= vector_element_bits_tree (TREE_TYPE (a1));
1153
comp_width
= vector_element_bits_tree (TREE_TYPE (a));
1166
comp_width
, comp_index);
1168
comp_width
, comp_index);
1180
aa = tree_vec_extract (gsi, cond_type, a,
comp_width
, comp_index);
1187
if (width ==
comp_width
)
1190
comp_index = int_const_binop (PLUS_EXPR, comp_index,
comp_width
);
Completed in 106 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026