Home
last modified time | relevance | path

Searched refs:two_operators (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h142 bool two_operators; member
186 #define SLP_TREE_TWO_OPERATORS(S) (S)->two_operators
H A Dtree-vect-slp.c770 bool *two_operators) in vect_build_slp_tree_1() argument
1133 *two_operators = true; in vect_build_slp_tree_1()
1289 bool two_operators = false; in vect_build_slp_tree_2() local
1292 &this_max_nunits, matches, &two_operators)) in vect_build_slp_tree_2()
1591 SLP_TREE_TWO_OPERATORS (node) = two_operators; in vect_build_slp_tree_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc911 bool *two_operators, tree *node_vectype) in vect_build_slp_tree_1() argument
1331 *two_operators = true; in vect_build_slp_tree_1()
1713 bool two_operators = false; in vect_build_slp_tree_2() local
1717 &this_max_nunits, matches, &two_operators, in vect_build_slp_tree_2()
2420 if (two_operators) in vect_build_slp_tree_2()
H A DChangeLog-202019403 * tree-vectorizer.h (_slp_tree::two_operators): Remove.
H A DChangeLog-201533341 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.