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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-tree.h 45 bool expand_vec_cmp_expr_p (tree, tree, enum tree_code);
gimple-isel.cc 195 can_compute_op0 = expand_vec_cmp_expr_p (op0a_type, op0_type,
optabs-tree.cc 463 expand_vec_cmp_expr_p (tree value_type, tree mask_type, enum tree_code code) function
tree-vect-generic.cc 490 if (!expand_vec_cmp_expr_p (TREE_TYPE (op0), type, code))
1086 && expand_vec_cmp_expr_p (type, TREE_TYPE (a1), code)))
1098 && expand_vec_cmp_expr_p (TREE_TYPE (a1), TREE_TYPE (a), code))
1119 : expand_vec_cmp_expr_p (TREE_TYPE (a1), type, TREE_CODE (a))))
match.pd 41 expand_vec_cmp_expr_p
972 && expand_vec_cmp_expr_p (type, bt, GT_EXPR)
3261 && (!expand_vec_cmp_expr_p (TREE_TYPE (@0), type, cmp)
3262 || expand_vec_cmp_expr_p (TREE_TYPE (@0), type, out)))))
tree-vect-patterns.cc 4048 && expand_vec_cmp_expr_p (comp_vectype, mask_type, rhs_code))
5503 && expand_vec_cmp_expr_p (vectype, mask_type, rhs_code))
tree-vect-stmts.cc 10513 && !expand_vec_cmp_expr_p (comp_vectype, vec_cmp_type, cond_code))
10951 if (!expand_vec_cmp_expr_p (vectype, mask_type, code))
expr.cc 12662 && expand_vec_cmp_expr_p (TREE_TYPE (arg0), ops->type, ops->code))
  /src/external/gpl3/gcc/dist/gcc/
optabs-tree.h 45 bool expand_vec_cmp_expr_p (tree, tree, enum tree_code);
gimple-isel.cc 240 can_compute_op0 = expand_vec_cmp_expr_p (op0a_type, op0_type,
optabs-tree.cc 439 expand_vec_cmp_expr_p (tree value_type, tree mask_type, enum tree_code code) function
tree-vect-generic.cc 453 if (!expand_vec_cmp_expr_p (TREE_TYPE (op0), type, code))
1049 && expand_vec_cmp_expr_p (type, TREE_TYPE (a1), code)))
1061 && expand_vec_cmp_expr_p (TREE_TYPE (a1), TREE_TYPE (a), code))
1082 : expand_vec_cmp_expr_p (TREE_TYPE (a1), type, TREE_CODE (a))))
match.pd 41 expand_vec_cmp_expr_p
395 (if (expand_vec_cmp_expr_p (vec_cmp_type, vec_truth_type, LT_EXPR)
1318 && expand_vec_cmp_expr_p (type, bt, GT_EXPR)
4173 && (!expand_vec_cmp_expr_p (TREE_TYPE (@0), type, cmp)
4174 || expand_vec_cmp_expr_p (TREE_TYPE (@0), type, out)))))
tree-vect-patterns.cc 5245 && expand_vec_cmp_expr_p (comp_vectype, mask_type, rhs_code))
6813 && expand_vec_cmp_expr_p (vectype, mask_type, code))
tree-vect-loop.cc 1509 if (expand_vec_cmp_expr_p (cmp_vectype, mask_type, LT_EXPR))
1526 if (expand_vec_cmp_expr_p (cmp_vectype, mask_type, LT_EXPR))
tree-vect-stmts.cc 12249 && !expand_vec_cmp_expr_p (comp_vectype, vec_cmp_type, cond_code))
12283 || (!expand_vec_cmp_expr_p (comp_vectype, vec_cmp_type,
12726 if (!expand_vec_cmp_expr_p (vectype, mask_type, code))
expr.cc 13587 && expand_vec_cmp_expr_p (TREE_TYPE (arg0), ops->type, ops->code))

Completed in 100 milliseconds