Home
last modified time | relevance | path

Searched refs:optab_vector_mixed_sign (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs-tree.h33 optab_vector_mixed_sign enumerator
H A Doptabs-tree.cc146 if (subtype == optab_vector_mixed_sign) in optab_for_tree_code()
H A Dtree-vect-patterns.cc662 *subtype = optab_vector_mixed_sign; in vect_widened_op_tree()
777 if (subtype == optab_vector_mixed_sign in vect_convert_input()
1153 && (subtype == optab_vector_mixed_sign in vect_recog_dot_prod_pattern()
H A Doptabs.cc304 subtype = optab_vector_mixed_sign; in expand_widen_pattern_expr()
309 subtype = optab_vector_mixed_sign; in expand_widen_pattern_expr()
H A Dtree-vect-loop.cc6781 optab_query_kind = optab_vector_mixed_sign; in vectorizable_reduction()
H A DChangeLog-202120312 * optabs-tree.h (enum optab_subtype): Add optab_vector_mixed_sign.