OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_def
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
5835
/* Reduce the vector
VEC_DEF
down to VECTYPE with reduction operation
5839
vect_create_partial_epilog (tree
vec_def
, tree vectype, code_helper code,
5842
unsigned nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (
vec_def
)).to_constant ();
5845
tree new_temp =
vec_def
;
5953
vec_def
= phi <vec_init, null> # REDUCTION_PHI
5964
vec_def
= phi <vec_init, VECT_DEF> # REDUCTION_PHI
9585
tree
vec_def
= induc_def;
local
9594
vec_def
= gimple_convert (stmts, uvectype,
vec_def
);
9596
vec_def
= gimple_build (stmts, MULT_EXPR, uvectype
9641
tree
vec_def
;
local
9955
tree
vec_def
;
local
[
all
...]
tree-vect-slp.cc
9576
tree
vec_def
= vec_defs[0];
local
9577
tree vectype = TREE_TYPE (
vec_def
);
9585
vec_def
= gimple_build (&epilogue, VIEW_CONVERT_EXPR,
9586
compute_vectype,
vec_def
);
9594
vec_def
= gimple_build (&epilogue, reduc_code, compute_vectype,
9595
vec_def
, def);
9604
TREE_TYPE (compute_vectype),
vec_def
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5035
/* Reduce the vector
VEC_DEF
down to VECTYPE with reduction operation
5039
vect_create_partial_epilog (tree
vec_def
, tree vectype, code_helper code,
5042
unsigned nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (
vec_def
)).to_constant ();
5045
tree new_temp =
vec_def
;
5151
vec_def
= phi <vec_init, null> # REDUCTION_PHI
5162
vec_def
= phi <vec_init, VECT_DEF> # REDUCTION_PHI
8109
tree
vec_def
;
local
8418
vec_def
= gimple_convert (&stmts, step_vectype, induc_def);
8419
vec_def
= gimple_build (&stmts,
8420
PLUS_EXPR, step_vectype,
vec_def
, up)
[
all
...]
tree-vect-slp.cc
7580
tree
vec_def
= vec_defs[0];
local
7582
vec_def
= gimple_build (&epilogue, reduc_code, TREE_TYPE (
vec_def
),
7583
vec_def
, vec_defs[i]);
7591
TREE_TYPE (TREE_TYPE (
vec_def
)),
vec_def
);
Completed in 35 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026