Home
last modified time | relevance | path

Searched refs:direct_internal_fn_supported_p (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDinternal-fn.h173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
175 extern bool direct_internal_fn_supported_p (internal_fn, tree,
184 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() function
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
HDtree-vect-loop.c1297 && !direct_internal_fn_supported_p (IFN_WHILE_ULT, in can_produce_all_loop_masks_p()
6837 else if (direct_internal_fn_supported_p (IFN_FOLD_EXTRACT_LAST, in vectorizable_reduction()
7102 && !direct_internal_fn_supported_p (reduc_fn, vectype_out, in vectorizable_reduction()
7132 if (direct_internal_fn_supported_p (IFN_REDUC_MAX, cr_index_vector_type, in vectorizable_reduction()
7206 && !direct_internal_fn_supported_p (IFN_VEC_SHL_INSERT, in vectorizable_reduction()
7375 || !direct_internal_fn_supported_p (cond_fn, vectype_in, in vectorizable_reduction()
8268 if (!direct_internal_fn_supported_p (IFN_EXTRACT_LAST, vectype, in vectorizable_live_operation()
HDgimple-match-head.c315 if (!direct_internal_fn_supported_p (fn, types, OPTIMIZE_FOR_BOTH)) in build_call_internal()
HDinternal-fn.c3113 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, in direct_internal_fn_supported_p() function
3147 direct_internal_fn_supported_p (internal_fn fn, tree type, in direct_internal_fn_supported_p() function
3152 return direct_internal_fn_supported_p (fn, tree_pair (type, type), opt_type); in direct_internal_fn_supported_p()
HDtree-ssa-math-opts.c676 if (!direct_internal_fn_supported_p (ifn, types, OPTIMIZE_FOR_SPEED)) in internal_fn_reciprocal()
HDtree-vect-patterns.c1164 && direct_internal_fn_supported_p (IFN_SQRT, *type_in, in vect_recog_pow_pattern()
HDtree-vect-stmts.c1706 if (direct_internal_fn_supported_p (ifn, tree_pair (type0, type1), in vectorizable_internal_function()
10502 gcc_checking_assert (direct_internal_fn_supported_p (IFN_WHILE_ULT, in vect_gen_while()
HDbuiltins.c2083 if (direct_internal_fn_supported_p (ifn, types, opt_type)) in replacement_internal_fn()
HDtree.c11002 if (!direct_internal_fn_supported_p (ifn, types, in maybe_build_call_expr_loc()