OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_stmt_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
173
stmt_vec_info
new_stmt_info
= vinfo->add_stmt (new_stmt);
local
174
STMT_VINFO_VECTYPE (
new_stmt_info
) = vectype;
176
new_stmt_info
->mask_precision
2288
stmt_vec_info
new_stmt_info
= vinfo->add_stmt (pattern_stmt);
local
2289
STMT_VINFO_VECTYPE (
new_stmt_info
) = vec_type;
2291
= vect_recog_ctz_ffs_pattern (vinfo,
new_stmt_info
, type_out);
2294
if (gimple_seq seq = STMT_VINFO_PATTERN_DEF_SEQ (
new_stmt_info
))
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc
160
stmt_vec_info
new_stmt_info
= vinfo->add_stmt (new_stmt);
local
161
STMT_VINFO_VECTYPE (
new_stmt_info
) = vectype;
163
new_stmt_info
->mask_precision
Completed in 28 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026