Searched refs:supportable_convert_operation (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optabs-tree.h | 43 bool supportable_convert_operation (enum tree_code, tree, tree,
|
| D | optabs-tree.cc | 361 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in, in supportable_half_widening_operation() 385 supportable_convert_operation (enum tree_code code, in supportable_convert_operation() function
|
| D | tree-vect-generic.cc | 1904 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion() 1923 if (supportable_convert_operation (code, ret1_type, arg1_type, in expand_vector_conversion()
|
| D | tree-ssa-forwprop.cc | 2906 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 3054 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
|
| D | tree-vect-stmts.cc | 5034 if (supportable_convert_operation (code, vectype_out, vectype_in, &code1)) in vectorizable_conversion() 5082 if (!supportable_convert_operation (code, vectype_out, in vectorizable_conversion() 5134 if (!supportable_convert_operation (code, cvt_type, vectype_in, in vectorizable_conversion()
|
| D | ChangeLog-2019 | 2416 * optabs-tree.c (supportable_convert_operation): Do not call 2418 * optabs-tree.h (supportable_convert_operation): Adjust. 4403 * optabs-tree.c (supportable_convert_operation): Likewise.
|
| D | ChangeLog-2011 | 6356 * optabs.c (supportable_convert_operation): New function. 6357 * optabs.h (supportable_convert_operation): New prototype.
|
| D | ChangeLog-2020 | 35154 * optabs-tree.c (supportable_convert_operation): Reject types with
|