Searched refs:new_binary_operation (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vector-builder.h | 129 bool new_binary_operation (Shape, T, T, bool); 295 vector_builder<T, Shape, Derived>::new_binary_operation (Shape shape, in new_binary_operation() function
|
H A D | fold-const.cc | 1560 if (!elts.new_binary_operation (type, arg1, arg2, step_ok_p)) in const_binop() 15917 if (!elts.new_binary_operation (type, op0, op1, false)) in fold_relational_const()
|
H A D | simplify-rtx.cc | 4794 if (!builder.new_binary_operation (mode, op0, op1, step_ok_p)) in simplify_const_binary_operation()
|
H A D | ChangeLog-2019 | 19732 (vector_builder::new_binary_operation): Likewise. 19750 (tree_vector_builder::new_binary_operation): Delete.
|
H A D | ChangeLog-2017 | 3752 (tree_vector_builder::new_binary_operation): Declare. 3754 (tree_vector_builder::new_binary_operation): New function.
|
H A D | ChangeLog-2018 | 35344 (tree_vector_builder::new_binary_operation): Handle polynomial
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vector-builder.h | 129 bool new_binary_operation (Shape, T, T, bool); 295 vector_builder<T, Shape, Derived>::new_binary_operation (Shape shape, in new_binary_operation() function
|
H A D | fold-const.c | 1555 if (!elts.new_binary_operation (type, arg1, arg2, step_ok_p)) in const_binop() 14962 if (!elts.new_binary_operation (type, op0, op1, false)) in fold_relational_const()
|
H A D | simplify-rtx.c | 4355 if (!builder.new_binary_operation (mode, op0, op1, step_ok_p)) in simplify_const_binary_operation()
|