Home
last modified time | relevance | path

Searched refs:expand_vec_cond_expr_p (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doptabs-tree.h42 bool expand_vec_cond_expr_p (tree, tree, enum tree_code);
H A Doptabs-tree.c321 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 Dtree-vect-generic.c378 && !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 Dtree-vect-patterns.c3159 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 Dtree-vect-stmts.c8726 if (expand_vec_cond_expr_p (vectype, comp_vectype, in vectorizable_condition()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-patterns.c1811 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 Doptabs.h995 bool expand_vec_cond_expr_p (tree, tree);
H A Dtree-vect-generic.c388 if (! expand_vec_cond_expr_p (type, TREE_TYPE (op0))) in expand_vector_comparison()
H A Dtree-vect-stmts.c5110 return expand_vec_cond_expr_p (vectype, comp_vectype); in vectorizable_condition()
H A Doptabs.c7032 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type) in expand_vec_cond_expr_p() function