Searched refs:valid_for_const_vector_p (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | emit-rtl.h | 467 extern bool valid_for_const_vector_p (machine_mode, rtx);
|
| D | emit-rtl.cc | 5910 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()
|
| D | simplify-rtx.cc | 1889 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()
|
| D | optabs.cc | 436 if (valid_for_const_vector_p (vmode, op)) in expand_vector_broadcast()
|
| D | ChangeLog-2017 | 80 * 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
|
| D | ChangeLog-2021 | 30035 * emit-rtl.c (valid_for_const_vector_p): Return true for
|