OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_vec_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5549
tree
index_vec_type
= TREE_TYPE (induction_index);
local
5550
gcc_checking_assert (TYPE_UNSIGNED (
index_vec_type
));
5551
tree index_scalar_type = TREE_TYPE (
index_vec_type
);
5552
tree index_vec_cmp_type = truth_type_for (
index_vec_type
);
5578
tree max_index_vec = make_ssa_name (
index_vec_type
);
5579
tree max_index_vec_rhs = build_vector_from_val (
index_vec_type
,
tree.cc
2187
tree
index_vec_type
= vec_type;
2194
index_vec_type
= build_vector_type (index_elt_type, nunits);
2197
tree_vector_builder v (
index_vec_type
, 1, 3);
2184
tree
index_vec_type
= vec_type;
local
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
6355
tree
index_vec_type
= TREE_TYPE (induction_index);
local
6356
gcc_checking_assert (TYPE_UNSIGNED (
index_vec_type
));
6357
tree index_scalar_type = TREE_TYPE (
index_vec_type
);
6358
tree index_vec_cmp_type = truth_type_for (
index_vec_type
);
6384
tree max_index_vec = make_ssa_name (
index_vec_type
);
6385
tree max_index_vec_rhs = build_vector_from_val (
index_vec_type
,
tree.cc
2171
tree
index_vec_type
= vec_type;
2178
index_vec_type
= build_vector_type (index_elt_type, nunits);
2181
tree_vector_builder v (
index_vec_type
, 1, 3);
2168
tree
index_vec_type
= vec_type;
local
Completed in 128 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026