HomeSort by: relevance | last modified time | path
    Searched defs:vect_supportable_direct_optab_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 223 vect_supportable_direct_optab_p (vec_info *vinfo, tree otype, tree_code code, function
1268 if (!vect_supportable_direct_optab_p (vinfo, type, DOT_PROD_EXPR, half_type,
1274 || !vect_supportable_direct_optab_p (vinfo, signed_type_for (type),
1439 if (!vect_supportable_direct_optab_p (vinfo, sum_type, SAD_EXPR, half_type,
2424 if (!vect_supportable_direct_optab_p (vinfo, TREE_TYPE (base), MULT_EXPR,
2532 if (!vect_supportable_direct_optab_p (vinfo, type, WIDEN_SUM_EXPR,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 210 vect_supportable_direct_optab_p (vec_info *vinfo, tree otype, tree_code code, function
1161 if (!vect_supportable_direct_optab_p (vinfo, type, DOT_PROD_EXPR, half_type,
1319 if (!vect_supportable_direct_optab_p (vinfo, sum_type, SAD_EXPR, half_type,
1705 if (!vect_supportable_direct_optab_p (vinfo, TREE_TYPE (base), MULT_EXPR,
1813 if (!vect_supportable_direct_optab_p (vinfo, type, WIDEN_SUM_EXPR,

Completed in 44 milliseconds