Searched refs:build_replicated_const (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-generic.c | 72 build_replicated_const (tree type, tree inner_type, HOST_WIDE_INT value) in build_replicated_const() function 222 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_plus_minus() 223 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_plus_minus() 255 low_bits = build_replicated_const (word_type, inner_type, max >> 1); in do_negate() 256 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1)); in do_negate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-generic.cc | 118 build_replicated_const (tree type, unsigned int width, HOST_WIDE_INT value) in build_replicated_const() function 267 low_bits = build_replicated_const (word_type, width, max >> 1); in do_plus_minus() 268 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1)); in do_plus_minus() 301 low_bits = build_replicated_const (word_type, width, max >> 1); in do_negate() 302 high_bits = build_replicated_const (word_type, width, max & ~(max >> 1)); in do_negate()
|
H A D | ChangeLog-2004 | 13987 build_replicated_const, expand_vector_operations_1): Likewise. 16964 * tree-complex.c (build_replicated_const): Likewise. 19072 * tree-complex.c (build_replicated_const): Likewise. 22276 build_replicated_const, do_unop, do_binop, do_plus_minus,
|
H A D | ChangeLog-2012 | 22744 * tree-vect-generic.c (build_replicated_const): Likewise.
|
H A D | ChangeLog-2005 | 16242 * tree-complex.c (build_replicated_const, vector_inner_type,
|
H A D | ChangeLog-2020 | 22592 * tree-vect-generic.c (build_replicated_const): Take the number
|
H A D | ChangeLog-2014 | 40399 * tree-vect-generic.c (build_replicated_const): Likewise.
|