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

  /src/external/gpl3/gcc/dist/gcc/
internal-fn.h 198 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
200 extern bool direct_internal_fn_supported_p (internal_fn, tree,
202 extern bool direct_internal_fn_supported_p (gcall *, optimization_type);
210 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, function
213 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1),
internal-fn.cc 4133 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, function
4167 direct_internal_fn_supported_p (internal_fn fn, tree type, function
4172 return direct_internal_fn_supported_p (fn, tree_pair (type, type), opt_type);
4179 direct_internal_fn_supported_p (gcall *stmt, optimization_type opt_type) function
4183 return direct_internal_fn_supported_p (fn, types, opt_type);
4981 return direct_internal_fn_supported_p (ifn, type, OPTIMIZE_FOR_SPEED);
4992 if (direct_internal_fn_supported_p (ifn, vectype, OPTIMIZE_FOR_SPEED))
5002 if (direct_internal_fn_supported_p (ifn, vectype, OPTIMIZE_FOR_SPEED))
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.h 190 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
192 extern bool direct_internal_fn_supported_p (internal_fn, tree,
194 extern bool direct_internal_fn_supported_p (gcall *, optimization_type);
202 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, function
205 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1),
internal-fn.cc 3858 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, function
3892 direct_internal_fn_supported_p (internal_fn fn, tree type, function
3897 return direct_internal_fn_supported_p (fn, tree_pair (type, type), opt_type);
3904 direct_internal_fn_supported_p (gcall *stmt, optimization_type opt_type) function
3908 return direct_internal_fn_supported_p (fn, types, opt_type);
4413 return direct_internal_fn_supported_p (ifn, type, OPTIMIZE_FOR_SPEED);
4424 if (direct_internal_fn_supported_p (ifn, vectype, OPTIMIZE_FOR_SPEED))
4434 if (direct_internal_fn_supported_p (ifn, vectype, OPTIMIZE_FOR_SPEED))

Completed in 24 milliseconds