Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc247 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
281 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
317 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc247 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
281 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
317 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2))) in fold()
H A Daarch64-builtins.cc3040 if ((cst = uniform_integer_cst_p (cst)) != NULL_TREE) in aarch64_general_gimple_fold_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc10410 uniform_integer_cst_p (tree t) in uniform_integer_cst_p() function
10444 bool uniform = uniform_integer_cst_p (t); in bitmask_inv_cst_vector_p()
15340 ASSERT_TRUE (uniform_integer_cst_p (i_0)); in test_predicates()
15341 ASSERT_TRUE (uniform_integer_cst_p (wr_i_0)); in test_predicates()
15342 ASSERT_TRUE (uniform_integer_cst_p (i_1)); in test_predicates()
15343 ASSERT_TRUE (uniform_integer_cst_p (wr_i_1)); in test_predicates()
15344 ASSERT_TRUE (uniform_integer_cst_p (i_m1)); in test_predicates()
15345 ASSERT_TRUE (uniform_integer_cst_p (wr_i_m1)); in test_predicates()
15346 ASSERT_FALSE (uniform_integer_cst_p (f_0)); in test_predicates()
15347 ASSERT_FALSE (uniform_integer_cst_p (wr_f_0)); in test_predicates()
[all …]
H A Dmatch.pd38 uniform_integer_cst_p
910 (shift @0 uniform_integer_cst_p@1)
917 && wi::ges_p (wi::to_wide (uniform_integer_cst_p (@1)),
973 && (cst = uniform_integer_cst_p (@1)) != NULL
4640 (cmp @0 uniform_integer_cst_p@1)
4641 (with { tree cst = uniform_integer_cst_p (@1); }
4650 (cmp @0 uniform_integer_cst_p@1)
4651 (with { tree cst = uniform_integer_cst_p (@1); }
5675 (cmp (convert?@2 @0) uniform_integer_cst_p@1)
5682 tree cst = uniform_integer_cst_p (@1);
H A Dtree.h4901 extern tree uniform_integer_cst_p (tree);
H A DChangeLog-2018485 (uniform_integer_cst_p): Look through location wrappers.
2312 * tree.h (build_uniform_cst, uniform_integer_cst_p): Declare.
2313 * tree.c (build_uniform_cst, uniform_integer_cst_p): New functions.
2314 * match.pd (define_predicates): Add uniform_integer_cst_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c11288 uniform_integer_cst_p (tree t) in uniform_integer_cst_p() function
15843 ASSERT_TRUE (uniform_integer_cst_p (i_0)); in test_predicates()
15844 ASSERT_TRUE (uniform_integer_cst_p (wr_i_0)); in test_predicates()
15845 ASSERT_TRUE (uniform_integer_cst_p (i_1)); in test_predicates()
15846 ASSERT_TRUE (uniform_integer_cst_p (wr_i_1)); in test_predicates()
15847 ASSERT_TRUE (uniform_integer_cst_p (i_m1)); in test_predicates()
15848 ASSERT_TRUE (uniform_integer_cst_p (wr_i_m1)); in test_predicates()
15849 ASSERT_FALSE (uniform_integer_cst_p (f_0)); in test_predicates()
15850 ASSERT_FALSE (uniform_integer_cst_p (wr_f_0)); in test_predicates()
15851 ASSERT_FALSE (uniform_integer_cst_p (f_1)); in test_predicates()
[all …]
H A Dmatch.pd38 uniform_integer_cst_p
3587 (cmp @0 uniform_integer_cst_p@1)
3588 (with { tree cst = uniform_integer_cst_p (@1); }
3597 (cmp @0 uniform_integer_cst_p@1)
3598 (with { tree cst = uniform_integer_cst_p (@1); }
4573 (cmp (convert?@2 @0) uniform_integer_cst_p@1)
4580 tree cst = uniform_integer_cst_p (@1);
H A Dtree.h4728 extern tree uniform_integer_cst_p (tree);