Searched refs:supportable_convert_operation (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs-tree.h | 39 bool supportable_convert_operation (enum tree_code, tree, tree, tree *,
|
| HD | optabs-tree.c | 265 supportable_convert_operation (enum tree_code code, in supportable_convert_operation() function
|
| HD | tree-ssa-forwprop.c | 2099 && (! supportable_convert_operation (conv_code, type, TREE_TYPE (orig), in simplify_vector_constructor()
|
| HD | tree-vect-stmts.c | 4635 if (supportable_convert_operation (code, vectype_out, vectype_in, in vectorizable_conversion() 4675 if (!supportable_convert_operation (code, vectype_out, in vectorizable_conversion() 4725 if (!supportable_convert_operation (code, cvt_type, vectype_in, in vectorizable_conversion()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | optabs.h | 982 bool supportable_convert_operation (enum tree_code, tree, tree, tree *,
|
| HD | tree-vect-stmts.c | 2334 if (supportable_convert_operation (code, vectype_out, vectype_in, in vectorizable_conversion() 2373 if (!supportable_convert_operation (code, vectype_out, in vectorizable_conversion() 2424 if (!supportable_convert_operation (code, cvt_type, vectype_in, in vectorizable_conversion()
|
| HD | optabs.c | 4813 supportable_convert_operation (enum tree_code code, in supportable_convert_operation() function
|