Home
last modified time | relevance | path

Searched refs:valid_for_const_vector_p (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Demit-rtl.h455 extern bool valid_for_const_vector_p (machine_mode, rtx);
H A Demit-rtl.c5936 valid_for_const_vector_p (machine_mode, rtx x) in valid_for_const_vector_p() function
5961 if (valid_for_const_vector_p (mode, x)) in gen_vec_duplicate()
6019 gcc_assert (valid_for_const_vector_p (mode, base) in gen_const_vec_series()
6020 && valid_for_const_vector_p (mode, step)); in gen_const_vec_series()
6039 if (valid_for_const_vector_p (mode, base) in gen_vec_series()
6040 && valid_for_const_vector_p (mode, step)) in gen_vec_series()
H A Dsimplify-rtx.c1764 if (!x || !valid_for_const_vector_p (mode, x)) in simplify_const_unary_operation()
3865 if (valid_for_const_vector_p (mode, op0) in simplify_binary_operation_1()
3866 && valid_for_const_vector_p (mode, op1)) in simplify_binary_operation_1()
4364 if (!x || !valid_for_const_vector_p (mode, x)) in simplify_const_binary_operation()
H A Doptabs.c410 if (valid_for_const_vector_p (vmode, op)) in expand_vector_broadcast()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.h467 extern bool valid_for_const_vector_p (machine_mode, rtx);
H A Demit-rtl.cc5910 valid_for_const_vector_p (machine_mode, rtx x) in valid_for_const_vector_p() function
5935 if (valid_for_const_vector_p (mode, x)) in gen_vec_duplicate()
5993 gcc_assert (valid_for_const_vector_p (mode, base) in gen_const_vec_series()
5994 && valid_for_const_vector_p (mode, step)); in gen_const_vec_series()
6013 if (valid_for_const_vector_p (mode, base) in gen_vec_series()
6014 && valid_for_const_vector_p (mode, step)) in gen_vec_series()
H A Dsimplify-rtx.cc1889 if (!x || !valid_for_const_vector_p (mode, x)) in simplify_const_unary_operation()
4253 if (valid_for_const_vector_p (mode, op0) in simplify_binary_operation_1()
4254 && valid_for_const_vector_p (mode, op1)) in simplify_binary_operation_1()
4803 if (!x || !valid_for_const_vector_p (mode, x)) in simplify_const_binary_operation()
H A Doptabs.cc436 if (valid_for_const_vector_p (vmode, op)) in expand_vector_broadcast()
H A DChangeLog-201780 * emit-rtl.c (gen_const_vec_series): Use valid_for_const_vector_p
474 (valid_for_const_vector_p): ... this.
476 (valid_for_const_vector_p): ... this. Adjust function comment.
480 CONST_VECTOR if some element isn't simplified valid_for_const_vector_p
H A DChangeLog-202130035 * emit-rtl.c (valid_for_const_vector_p): Return true for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc798 if (valid_for_const_vector_p (GET_MODE_INNER (mode), e.args.last ())) in expand()
H A Daarch64.c19176 i >= 0 && valid_for_const_vector_p (elem_mode, builder.elt (i)); in aarch64_sve_expand_vector_init_handle_trailing_constants()
19193 if (!valid_for_const_vector_p (elem_mode, x)) in aarch64_sve_expand_vector_init_handle_trailing_constants()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc798 if (valid_for_const_vector_p (GET_MODE_INNER (mode), e.args.last ())) in expand()
H A Daarch64.cc22314 i >= 0 && valid_for_const_vector_p (elem_mode, builder.elt (i)); in aarch64_sve_expand_vector_init_handle_trailing_constants()
22331 if (!valid_for_const_vector_p (elem_mode, x)) in aarch64_sve_expand_vector_init_handle_trailing_constants()