Home
last modified time | relevance | path

Searched refs:uniform_vector_p (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc2052 tree rhs_elem = rhs ? uniform_vector_p (rhs) : NULL_TREE; in reduce_vector_comparison_to_scalar_comparison()
2053 tree lhs_elem = lhs ? uniform_vector_p (lhs) : NULL_TREE; in reduce_vector_comparison_to_scalar_comparison()
H A Dtree-vect-generic.cc1718 return uniform_vector_p (op); in ssa_uniform_vector_p()
1723 return uniform_vector_p (gimple_assign_rhs1 (def_stmt)); in ssa_uniform_vector_p()
H A Dinternal-fn.cc2314 op0 = uniform_vector_p (arg0); in expand_vector_ubsan_overflow()
2321 op1 = uniform_vector_p (arg1); in expand_vector_ubsan_overflow()
H A Dmatch.pd40 uniform_vector_p
3398 (with { tree tem = uniform_vector_p (@1); }
7740 && uniform_vector_p (gimple_assign_rhs1 (SSA_NAME_DEF_STMT (@0))))))
7744 (if (uniform_vector_p (@0))))
H A Dtree.cc10358 uniform_vector_p (const_tree vec) in uniform_vector_p() function
10397 return uniform_vector_p (first); in uniform_vector_p()
10419 t = uniform_vector_p (t); in uniform_integer_cst_p()
H A Dtree.h4895 extern tree uniform_vector_p (const_tree);
H A Dtree-vect-slp.cc5627 || uniform_vector_p (rhs)) in vect_slp_check_for_constructors()
H A Dexpr.cc7178 && (elt = uniform_vector_p (exp)) in store_constructor()
H A Dfold-const.cc7248 zero_arg = uniform_vector_p (zero_arg); in fold_real_zero_addition_p()
H A DChangeLog-201330767 * tree-vect-generic.c (uniform_vector_p): Move ...
30768 * tree.c (uniform_vector_p): ... here.
30769 * tree.h (uniform_vector_p): Declare it.
H A DChangeLog-20172607 (uniform_vector_p): Handle VEC_DUPLICATE_EXPR.
3717 (uniform_vector_p): Likewise.
36285 is a uniform vector, use uniform_vector_p return value instead of
H A DChangeLog8158 * tree.cc (uniform_vector_p): Recurse for VECTOR_CST or
H A DChangeLog-201230489 * tree-vect-generic.c (uniform_vector_p, vector_element,
H A DChangeLog-201835038 (uniform_vector_p, vector_type_mode, build_vector): Likewise.
H A DChangeLog-201920173 (define_predicates): Add entry for uniform_vector_p.
H A DChangeLog-20107007 * tree-vect-generic.c (uniform_vector_p): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c1564 return uniform_vector_p (op); in ssa_uniform_vector_p()
1569 return uniform_vector_p (gimple_assign_rhs1 (def_stmt)); in ssa_uniform_vector_p()
H A Dinternal-fn.c2090 op0 = uniform_vector_p (arg0); in expand_vector_ubsan_overflow()
2097 op1 = uniform_vector_p (arg1); in expand_vector_ubsan_overflow()
H A Dtree-vect-slp.c3098 || uniform_vector_p (rhs)) in vect_slp_check_for_constructors()
H A Dmatch.pd40 uniform_vector_p)
2796 (with { tree tem = uniform_vector_p (@1); }
6179 (if (uniform_vector_p (@0))))
H A Dtree.c11238 uniform_vector_p (const_tree vec) in uniform_vector_p() function
11297 t = uniform_vector_p (t); in uniform_integer_cst_p()
H A Dtree.h4722 extern tree uniform_vector_p (const_tree);
H A Dexpr.c6830 && (elt = uniform_vector_p (exp))) in store_constructor()
H A Dfold-const.c7152 addend = uniform_vector_p (addend); in fold_real_zero_addition_p()