Home
last modified time | relevance | path

Searched defs:_slp_tree (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h161 struct _slp_tree { struct
166 vec<slp_tree> children;
169 vec<stmt_vec_info> stmts;
171 vec<tree> ops;
174 stmt_vec_info representative;
178 load_permutation_t load_permutation;
182 lane_permutation_t lane_permutation;
184 tree vectype;
186 vec<gimple *> vec_stmts;
187 vec<tree> vec_defs;
[all …]
H A Dtree-vect-slp.cc92 _slp_tree::_slp_tree () in _slp_tree() function in _slp_tree
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h119 struct _slp_tree { struct
121 vec<slp_tree> children;
123 vec<stmt_vec_info> stmts;
125 vec<tree> ops;
128 vec<unsigned> load_permutation;
130 vec<stmt_vec_info> vec_stmts;
135 unsigned int vec_stmts_size;
137 unsigned int refcnt;
140 poly_uint64 max_nunits;
142 bool two_operators;
[all …]