HomeSort by: relevance | last modified time | path
    Searched refs:expand_vec_cond_expr_p (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-tree.h 46 bool expand_vec_cond_expr_p (tree, tree, enum tree_code);
optabs-tree.cc 503 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type, enum tree_code code) function
tree-vect-generic.cc 804 && expand_vec_cond_expr_p (type, type, LT_EXPR))
1084 if (expand_vec_cond_expr_p (type, TREE_TYPE (a1), code)
1093 expand_vec_cond_expr_p might fail, even if both the comparison and
1097 && expand_vec_cond_expr_p (type, TREE_TYPE (a), SSA_NAME)
tree-vect-patterns.cc 3936 if (expand_vec_cond_expr_p (vectype, comp_vectype, TREE_CODE (cond_expr)))
3951 if (!expand_vec_cond_expr_p (vecitype, comp_vectype, TREE_CODE (cond_expr)))
4062 if (! expand_vec_cond_expr_p (vecitype, comp_vectype, rhs_code))
4776 if (expand_vec_cond_expr_p (vectype1, vectype3, TREE_CODE (rhs1)))
tree-vect-stmts.cc 6783 if (!expand_vec_cond_expr_p (vectype, masktype, VECTOR_CST))
10545 else if (!expand_vec_cond_expr_p (vectype, comp_vectype, cond_code))
tree-vect-loop.cc 7428 && !expand_vec_cond_expr_p (vectype_in,
  /src/external/gpl3/gcc/dist/gcc/
optabs-tree.h 46 bool expand_vec_cond_expr_p (tree, tree, enum tree_code);
optabs-tree.cc 479 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type, enum tree_code code) function
tree-vect-generic.cc 767 && expand_vec_cond_expr_p (type, type, LT_EXPR))
1047 if (expand_vec_cond_expr_p (type, TREE_TYPE (a1), code)
1056 expand_vec_cond_expr_p might fail, even if both the comparison and
1060 && expand_vec_cond_expr_p (type, TREE_TYPE (a), SSA_NAME)
tree-vect-patterns.cc 5133 if (expand_vec_cond_expr_p (vectype, comp_vectype, TREE_CODE (cond_expr)))
5148 if (!expand_vec_cond_expr_p (vecitype, comp_vectype, TREE_CODE (cond_expr)))
5259 if (! expand_vec_cond_expr_p (vecitype, comp_vectype, rhs_code))
6053 if (expand_vec_cond_expr_p (vectype1, vectype3, TREE_CODE (rhs1)))
match.pd 396 && expand_vec_cond_expr_p (vec_cmp_type, vec_truth_type, LT_EXPR))
5175 || expand_vec_cond_expr_p (type, TREE_TYPE (@0), ERROR_MARK)
5180 && !expand_vec_cond_expr_p (TREE_TYPE (@1),
5190 || expand_vec_cond_expr_p (type, TREE_TYPE (@0), ERROR_MARK)
5192 && !expand_vec_cond_expr_p (TREE_TYPE (@1),
5200 || expand_vec_cond_expr_p (type, TREE_TYPE (@0), ERROR_MARK)
5202 && !expand_vec_cond_expr_p (TREE_TYPE (@1),
tree-vect-stmts.cc 4216 if (!expand_vec_cond_expr_p (clone_arg_vectype,
7420 if (!expand_vec_cond_expr_p (vectype, masktype, VECTOR_CST))
12281 else if (!expand_vec_cond_expr_p (vectype, comp_vectype, cond_code)
12285 || !expand_vec_cond_expr_p (vectype, vec_cmp_type,
tree-vect-loop.cc 8355 && !expand_vec_cond_expr_p (vectype_in,

Completed in 82 milliseconds