OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scalar_stmts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
192
/* Create an SLP node for
SCALAR_STMTS
. */
204
/* Create an SLP node for
SCALAR_STMTS
. */
208
vec<stmt_vec_info>
scalar_stmts
, unsigned nops)
210
SLP_TREE_SCALAR_STMTS (node) =
scalar_stmts
;
213
SLP_TREE_REPRESENTATIVE (node) =
scalar_stmts
[0];
214
SLP_TREE_LANES (node) =
scalar_stmts
.length ();
218
/* Create an SLP node for
SCALAR_STMTS
. */
221
vect_create_new_slp_node (vec<stmt_vec_info>
scalar_stmts
, unsigned nops)
223
return vect_create_new_slp_node (new _slp_tree,
scalar_stmts
, nops);
3040
/* Analyze an SLP instance starting from
SCALAR_STMTS
which are a grou
3315
vec<stmt_vec_info>
scalar_stmts
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
221
/* Create an SLP node for
SCALAR_STMTS
. */
233
/* Create an SLP node for
SCALAR_STMTS
. */
237
vec<stmt_vec_info>
scalar_stmts
, unsigned nops)
239
SLP_TREE_SCALAR_STMTS (node) =
scalar_stmts
;
242
SLP_TREE_REPRESENTATIVE (node) =
scalar_stmts
[0];
243
SLP_TREE_LANES (node) =
scalar_stmts
.length ();
247
/* Create an SLP node for
SCALAR_STMTS
. */
250
vect_create_new_slp_node (vec<stmt_vec_info>
scalar_stmts
, unsigned nops)
252
return vect_create_new_slp_node (new _slp_tree,
scalar_stmts
, nops);
3288
/* Analyze an SLP instance starting from
SCALAR_STMTS
which are a grou
3574
vec<stmt_vec_info>
scalar_stmts
;
local
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026