Searched refs:direct_internal_fn_supported_p (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | internal-fn.h | 173 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()
|
| HD | tree-vect-loop.c | 1297 && !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()
|
| HD | gimple-match-head.c | 315 if (!direct_internal_fn_supported_p (fn, types, OPTIMIZE_FOR_BOTH)) in build_call_internal()
|
| HD | internal-fn.c | 3113 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()
|
| HD | tree-ssa-math-opts.c | 676 if (!direct_internal_fn_supported_p (ifn, types, OPTIMIZE_FOR_SPEED)) in internal_fn_reciprocal()
|
| HD | tree-vect-patterns.c | 1164 && direct_internal_fn_supported_p (IFN_SQRT, *type_in, in vect_recog_pow_pattern()
|
| HD | tree-vect-stmts.c | 1706 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()
|
| HD | builtins.c | 2083 if (direct_internal_fn_supported_p (ifn, types, opt_type)) in replacement_internal_fn()
|
| HD | tree.c | 11002 if (!direct_internal_fn_supported_p (ifn, types, in maybe_build_call_expr_loc()
|