Home
last modified time | relevance | path

Searched refs:vect_scalar_ops_slice (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h120 struct vect_scalar_ops_slice struct
132 vect_scalar_ops_slice::op (unsigned int i) const in op() argument
138 struct vect_scalar_ops_slice_hash : typed_noop_remove<vect_scalar_ops_slice>
140 typedef vect_scalar_ops_slice value_type;
141 typedef vect_scalar_ops_slice compare_type;
H A Dtree-vect-slp.cc4613 vect_scalar_ops_slice::all_same_p () const in all_same_p()
4686 else if (vect_scalar_ops_slice { ops, start, nelt_limit }.all_same_p ()) in vect_prologue_cost_for_slp()
H A DChangeLog10372 * tree-vectorizer.h (vect_scalar_ops_slice): New struct.
10374 (vect_scalar_ops_slice::op): New function.
10375 * tree-vect-slp.cc (vect_scalar_ops_slice::all_same_p): New function.