HomeSort by: relevance | last modified time | path
    Searched refs:supportable_convert_operation (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-tree.h 43 bool supportable_convert_operation (enum tree_code, tree, tree,
optabs-tree.cc 361 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in,
369 /* Function supportable_convert_operation
385 supportable_convert_operation (enum tree_code code, function
tree-vect-generic.cc 1913 if (supportable_convert_operation (code, ret_type, arg_type, &code1))
1919 /* Can't use get_compute_type here, as supportable_convert_operation
1932 if (supportable_convert_operation (code, ret1_type, arg1_type,
tree-ssa-forwprop.cc 2906 && !supportable_convert_operation (conv_code, type, conv_src_type,
3054 && !supportable_convert_operation (conv_code, type, conv_src_type,
tree-vect-stmts.cc 5035 if (supportable_convert_operation (code, vectype_out, vectype_in, &code1))
5083 if (!supportable_convert_operation (code, vectype_out,
5135 if (!supportable_convert_operation (code, cvt_type, vectype_in,
  /src/external/gpl3/gcc/dist/gcc/
optabs-tree.h 43 bool supportable_convert_operation (enum tree_code, tree, tree,
optabs-tree.cc 337 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in,
345 /* Function supportable_convert_operation
361 supportable_convert_operation (enum tree_code code, function
tree-vect-generic.cc 1885 if (supportable_convert_operation (code, ret_type, arg_type, &code1))
1891 /* Can't use get_compute_type here, as supportable_convert_operation
1904 if (supportable_convert_operation (code, ret1_type, arg1_type,
tree-ssa-forwprop.cc 2977 && !supportable_convert_operation (conv_code, type, conv_src_type,
3128 && !supportable_convert_operation (conv_code, type, conv_src_type,
tree-vect-stmts.cc 5369 if (supportable_convert_operation ((tree_code) code, vectype_out,
5440 || !supportable_convert_operation ((tree_code) code1,
5443 || !supportable_convert_operation ((tree_code) codecvt1,
5513 if (!supportable_convert_operation ((tree_code) code, vectype_out,
5568 if (supportable_convert_operation ((tree_code) code, cvt_type, vectype_in,
5602 if (supportable_convert_operation ((tree_code) code, vectype_out,

Completed in 249 milliseconds