Searched refs:supportable_convert_operation (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs-tree.h | 39 bool supportable_convert_operation (enum tree_code, tree, tree,
|
H A D | optabs-tree.c | 295 supportable_convert_operation (enum tree_code code, in supportable_convert_operation() function
|
H A D | tree-vect-generic.c | 1753 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion() 1773 if (supportable_convert_operation (code, ret1_type, arg1_type, in expand_vector_conversion()
|
H A D | tree-ssa-forwprop.c | 2388 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 2536 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor()
|
H A D | tree-vect-stmts.c | 4919 if (supportable_convert_operation (code, vectype_out, vectype_in, &code1)) in vectorizable_conversion() 4958 if (!supportable_convert_operation (code, vectype_out, in vectorizable_conversion() 5009 if (!supportable_convert_operation (code, cvt_type, vectype_in, in vectorizable_conversion()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-tree.h | 43 bool supportable_convert_operation (enum tree_code, tree, tree,
|
H A 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
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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.
|
H A D | ChangeLog-2011 | 6356 * optabs.c (supportable_convert_operation): New function. 6357 * optabs.h (supportable_convert_operation): New prototype.
|
H A D | ChangeLog-2020 | 35154 * optabs-tree.c (supportable_convert_operation): Reject types with
|