Searched refs:expand_vec_cond_expr_p (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | optabs-tree.h | 42 bool expand_vec_cond_expr_p (tree, tree, enum tree_code);
|
H A D | optabs-tree.c | 321 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type, enum tree_code code) in expand_vec_cond_expr_p() function
|
H A D | tree-vect-generic.c | 378 && !expand_vec_cond_expr_p (type, TREE_TYPE (op0), code)) in expand_vector_comparison() 647 && expand_vec_cond_expr_p (type, type, LT_EXPR)) in expand_vector_divmod() 900 if (expand_vec_cond_expr_p (type, TREE_TYPE (a1), TREE_CODE (a))) in expand_vector_condition()
|
H A D | tree-vect-patterns.c | 3159 if (expand_vec_cond_expr_p (vectype, comp_vectype, TREE_CODE (cond_expr))) in vect_recog_mixed_size_cond_pattern() 3174 if (!expand_vec_cond_expr_p (vecitype, comp_vectype, TREE_CODE (cond_expr))) in vect_recog_mixed_size_cond_pattern() 3293 if (! expand_vec_cond_expr_p (vecitype, comp_vectype, rhs_code)) in check_bool_pattern() 4113 if (expand_vec_cond_expr_p (vectype1, vectype3, TREE_CODE (rhs1))) in vect_recog_mask_conversion_pattern()
|
H A D | tree-vect-stmts.c | 8726 if (expand_vec_cond_expr_p (vectype, comp_vectype, in vectorizable_condition()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-patterns.c | 1811 if (expand_vec_cond_expr_p (vectype, comp_vectype)) in vect_recog_mixed_size_cond_pattern() 1824 if (!expand_vec_cond_expr_p (vecitype, comp_vectype)) in vect_recog_mixed_size_cond_pattern() 1928 return expand_vec_cond_expr_p (vecitype, comp_vectype); in check_bool_pattern()
|
H A D | optabs.h | 995 bool expand_vec_cond_expr_p (tree, tree);
|
H A D | tree-vect-generic.c | 388 if (! expand_vec_cond_expr_p (type, TREE_TYPE (op0))) in expand_vector_comparison()
|
H A D | tree-vect-stmts.c | 5110 return expand_vec_cond_expr_p (vectype, comp_vectype); in vectorizable_condition()
|
H A D | optabs.c | 7032 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type) in expand_vec_cond_expr_p() function
|