Home
last modified time | relevance | path

Searched refs:IFN_LAST (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-slp-patterns.cc78 if (ifn == IFN_LAST || !vectype) in vect_pattern_validate_optab()
655 internal_fn ifn = IFN_LAST; in matches()
682 return IFN_LAST; in matches()
686 return IFN_LAST; in matches()
689 return IFN_LAST; in matches()
706 if (ifn == IFN_LAST) in recognize()
1021 internal_fn ifn = IFN_LAST; in matches()
1024 return IFN_LAST; in matches()
1032 return IFN_LAST; in matches()
1048 return IFN_LAST; in matches()
[all …]
Dinternal-fn.h128 extern GTY(()) const_tree internal_fn_fnspec_array[IFN_LAST + 1];
157 extern const direct_internal_fn_info direct_internal_fn_array[IFN_LAST + 1];
Dinternal-fn.cc86 name_to_fn_map = new name_to_fn_map_type (IFN_LAST); in lookup_internal_fn()
87 for (unsigned int i = 0; i < IFN_LAST; ++i) in lookup_internal_fn()
92 return entry ? *entry : IFN_LAST; in lookup_internal_fn()
96 const_tree internal_fn_fnspec_array[IFN_LAST + 1];
105 internal_fn_fnspec_array[IFN_LAST] = 0; in init_internal_fns()
136 const direct_internal_fn_info direct_internal_fn_array[IFN_LAST + 1] = {
3827 case IFN_LAST: in direct_internal_fn_optab()
3846 case IFN_LAST: in direct_internal_fn_optab()
3881 case IFN_LAST: in direct_internal_fn_supported_p()
4085 return IFN_LAST; in get_conditional_internal_fn()
[all …]
Dtree-vect-loop.cc3255 *reduc_fn = IFN_LAST; in reduction_fn_for_scalar_code()
4572 if (reduc_fn != IFN_LAST) in vect_model_reduction_cost()
4607 if (reduc_fn != IFN_LAST) in vect_model_reduction_cost()
5476 direct_slp_reduc = (reduc_fn != IFN_LAST in vect_create_epilog_for_reduction()
5536 && reduc_fn != IFN_LAST) in vect_create_epilog_for_reduction()
5642 && reduc_fn == IFN_LAST) in vect_create_epilog_for_reduction()
5716 else if (reduc_fn != IFN_LAST && !slp_reduc) in vect_create_epilog_for_reduction()
6243 return IFN_LAST; in get_masked_reduction_fn()
6249 return IFN_LAST; in get_masked_reduction_fn()
6335 if (reduc_fn != IFN_LAST && code == MINUS_EXPR) in vectorize_fold_left_reduction()
[all …]
Dgimple-streamer-out.cc168 IFN_LAST, gimple_call_internal_fn (stmt)); in output_gimple_stmt()
Dgimple-streamer-in.cc187 (call_stmt, streamer_read_enum (ib, internal_fn, IFN_LAST)); in input_gimple_stmt()
Dtree-call-cdce.cc1052 if (replacement_internal_fn (call) == IFN_LAST) in can_use_internal_fn()
1087 gcc_assert (ifn != IFN_LAST); in use_internal_fn()
Dtree-vect-stmts.cc1215 && gs_info->ifn == IFN_LAST && !gs_info->decl) in vect_model_load_cost()
1245 && gs_info->ifn == IFN_LAST && !gs_info->decl)) in vect_model_load_cost()
1668 if (ifn != IFN_LAST && direct_internal_fn_p (ifn)) in vectorizable_internal_function()
1680 return IFN_LAST; in vectorizable_internal_function()
1939 || gs_info->ifn == IFN_LAST) in vect_truncate_gather_scatter_offset()
1974 || gs_info->ifn == IFN_LAST) in vect_use_strided_gather_scatters_p()
2484 else if (gs_info->ifn == IFN_LAST && !gs_info->decl) in get_load_store_type()
3456 internal_fn ifn = IFN_LAST; in vectorizable_call()
3470 if (ifn == IFN_LAST) in vectorizable_call()
3480 if (ifn == IFN_LAST && !fndecl) in vectorizable_call()
[all …]
Dtree-ssa-math-opts.cc888 return IFN_LAST; in internal_fn_reciprocal()
893 return IFN_LAST; in internal_fn_reciprocal()
1018 if (ifn == IFN_LAST) in execute()
1051 if (gimple_call_internal_p (call) != (ifn != IFN_LAST)) in execute()
1058 if (ifn == IFN_LAST) in execute()
1071 if (ifn == IFN_LAST) in execute()
Dgimple-match-head.cc106 if (ifn == IFN_LAST) in convert_conditional_op()
884 if (ifn == IFN_LAST) in try_conditional_simplification()
Dtree-core.h201 IFN_LAST enumerator
Dtree-streamer-out.cc494 bp_pack_enum (&bp, internal_fn, IFN_LAST, CALL_EXPR_IFN (expr)); in streamer_write_tree_bitfields()
Dtree-streamer-in.cc548 CALL_EXPR_IFN (expr) = bp_unpack_enum (&bp, internal_fn, IFN_LAST); in streamer_read_tree_bitfields()
Dtree-vectorizer.cc693 STMT_VINFO_REDUC_FN (res) = IFN_LAST; in new_stmt_vec_info()
Dtree-ssa-phiopt.cc2802 internal_fn ifn = IFN_LAST; in cond_removal_in_builtin_zero_pattern()
2903 if (ifn == IFN_LAST || gimple_call_internal_p (call)) in cond_removal_in_builtin_zero_pattern()
Dbuiltins.cc2181 return IFN_LAST; in associated_internal_fn()
2184 return IFN_LAST; in associated_internal_fn()
2230 if (ifn != IFN_LAST) in replacement_internal_fn()
2238 return IFN_LAST; in replacement_internal_fn()
9099 enum internal_fn ifn = IFN_LAST; in fold_builtin_arith_overflow()
Dtree-vect-slp.cc4936 || reduc_fn == IFN_LAST in vectorizable_bb_reduc_epilogue()
5767 || reduc_fn == IFN_LAST) in vect_slp_check_for_constructors()
7568 || reduc_fn == IFN_LAST) in vectorize_slp_instance_root_stmt()
Dtree-vect-data-refs.cc4221 ifn = IFN_LAST; in vect_check_gather_scatter()
4236 ifn = IFN_LAST; in vect_check_gather_scatter()
Dtree-if-conv.cc994 return (cond_fn != IFN_LAST in ifcvt_can_predicate()
Dgenmatch.cc240 IFN_LAST enumerator
Dtree-vect-patterns.cc4956 || gs_info.ifn == IFN_LAST) in vect_recog_gather_scatter_pattern()
Dcfgexpand.cc2778 if (ifn != IFN_LAST) in expand_call_stmt()
DChangeLog-202117953 noted by a IFN_LAST ifn and a NULL decl.