Home
last modified time | relevance | path

Searched refs:ifn (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc75 vect_pattern_validate_optab (internal_fn ifn, slp_tree node) in vect_pattern_validate_optab() argument
78 if (ifn == IFN_LAST || !vectype) in vect_pattern_validate_optab()
84 internal_fn_name (ifn)); in vect_pattern_validate_optab()
86 if (direct_internal_fn_supported_p (ifn, vectype, OPTIMIZE_FOR_SPEED)) in vect_pattern_validate_optab()
91 internal_fn_name (ifn), vectype); in vect_pattern_validate_optab()
104 "%T\n", internal_fn_name (ifn), vectype); in vect_pattern_validate_optab()
488 complex_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_pattern() argument
489 : vect_pattern (node, m_ops, ifn) in complex_pattern()
591 complex_add_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_add_pattern() argument
592 : complex_pattern (node, m_ops, ifn) in complex_add_pattern()
[all …]
H A Dgimple-match-head.cc96 internal_fn ifn; in convert_conditional_op() local
98 ifn = get_conditional_internal_fn ((tree_code) orig_op->code); in convert_conditional_op()
104 ifn = get_conditional_internal_fn (as_internal_fn (cfn)); in convert_conditional_op()
106 if (ifn == IFN_LAST) in convert_conditional_op()
109 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); in convert_conditional_op()
115 else_value = targetm.preferred_else_value (ifn, orig_op->type, in convert_conditional_op()
649 internal_fn ifn = as_internal_fn (fn); in maybe_push_res_to_seq() local
650 new_stmt = build_call_internal (ifn, res_op); in maybe_push_res_to_seq()
874 try_conditional_simplification (internal_fn ifn, gimple_match_op *res_op, in try_conditional_simplification() argument
878 tree_code code = conditional_internal_fn_code (ifn); in try_conditional_simplification()
[all …]
H A Dtree-vectorizer.cc268 enum internal_fn ifn; in adjust_simduid_builtins() local
277 ifn = gimple_call_internal_fn (stmt); in adjust_simduid_builtins()
278 switch (ifn) in adjust_simduid_builtins()
289 = (ifn == IFN_GOMP_SIMD_ORDERED_START in adjust_simduid_builtins()
320 switch (ifn) in adjust_simduid_builtins()
1088 internal_fn ifn = gimple_call_internal_fn (call); in try_vectorize_loop_1() local
1089 if (ifn == IFN_MASK_LOAD || ifn == IFN_MASK_STORE in try_vectorize_loop_1()
1092 || (direct_internal_fn_p (ifn) in try_vectorize_loop_1()
H A Dtree-vect-data-refs.cc155 internal_fn ifn = gimple_call_internal_fn (call); in vect_get_smallest_scalar_type() local
156 if (internal_load_fn_p (ifn)) in vect_get_smallest_scalar_type()
159 else if (internal_store_fn_p (ifn)) in vect_get_smallest_scalar_type()
162 i = internal_fn_stored_value_index (ifn); in vect_get_smallest_scalar_type()
166 else if (internal_fn_mask_index (ifn) == 0) in vect_get_smallest_scalar_type()
3051 internal_fn ifn = gimple_call_internal_fn (call1); in can_group_stmts_p() local
3052 if (ifn != IFN_MASK_LOAD && ifn != IFN_MASK_STORE) in can_group_stmts_p()
3054 if (ifn != gimple_call_internal_fn (call2)) in can_group_stmts_p()
3062 && (ifn == IFN_MASK_STORE || !allow_slp_p)) in can_group_stmts_p()
3886 internal_fn ifn, alt_ifn; in vect_gather_scatter_fn_p() local
[all …]
H A Dtree-vect-patterns.cc2208 internal_fn ifn; in vect_recog_mulhs_pattern() local
2219 ifn = IFN_MULHRS; in vect_recog_mulhs_pattern()
2226 ifn = IFN_MULHS; in vect_recog_mulhs_pattern()
2230 ifn = IFN_MULH; in vect_recog_mulhs_pattern()
2241 (ifn, new_vectype, OPTIMIZE_FOR_SPEED)) in vect_recog_mulhs_pattern()
2256 = gimple_build_call_internal (ifn, 2, new_ops[0], new_ops[1]); in vect_recog_mulhs_pattern()
2330 internal_fn ifn = IFN_AVG_FLOOR; in vect_recog_average_pattern() local
2350 ifn = IFN_AVG_CEIL; in vect_recog_average_pattern()
2397 if (direct_internal_fn_supported_p (ifn, new_vectype, OPTIMIZE_FOR_SPEED)) in vect_recog_average_pattern()
2448 tree_code c = (ifn == IFN_AVG_CEIL) ? BIT_IOR_EXPR : BIT_AND_EXPR; in vect_recog_average_pattern()
[all …]
H A Dtree-vect-stmts.cc433 internal_fn ifn = gimple_call_internal_fn (call); in exist_non_indexing_operands_for_use_p() local
434 int mask_index = internal_fn_mask_index (ifn); in exist_non_indexing_operands_for_use_p()
438 int stored_value_index = internal_fn_stored_value_index (ifn); in exist_non_indexing_operands_for_use_p()
442 if (internal_gather_scatter_fn_p (ifn) in exist_non_indexing_operands_for_use_p()
1215 && 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()
1663 internal_fn ifn; in vectorizable_internal_function() local
1665 ifn = as_internal_fn (cfn); in vectorizable_internal_function()
1667 ifn = associated_internal_fn (fndecl); in vectorizable_internal_function()
1668 if (ifn != IFN_LAST && direct_internal_fn_p (ifn)) in vectorizable_internal_function()
[all …]
H A Dinternal-fn.cc3333 internal_fn ifn = gimple_call_internal_fn (stmt); in expand_scatter_store_optab_fn() local
3334 int rhs_index = internal_fn_stored_value_index (ifn); in expand_scatter_store_optab_fn()
3335 int mask_index = internal_fn_mask_index (ifn); in expand_scatter_store_optab_fn()
4093 conditional_internal_fn_code (internal_fn ifn) in conditional_internal_fn_code() argument
4095 switch (ifn) in conditional_internal_fn_code()
4146 get_unconditional_internal_fn (internal_fn ifn) in get_unconditional_internal_fn() argument
4148 switch (ifn) in get_unconditional_internal_fn()
4193 internal_fn ifn = gimple_call_internal_fn (call); in can_interpret_as_conditional_op_p() local
4194 tree_code code = conditional_internal_fn_code (ifn); in can_interpret_as_conditional_op_p()
4326 internal_gather_scatter_fn_supported_p (internal_fn ifn, tree vector_type, in internal_gather_scatter_fn_supported_p() argument
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dipft_hx.c59 static int hex_readip(mb, ifn, dir) in hex_readip() argument
61 char **ifn;
74 if (ifn)
75 *ifn = NULL;
101 if (ifn)
102 *ifn = strdup(u);
109 } else if (ifn)
110 *ifn = t;
H A Dipft_tx.c116 static int text_readip(mb, ifn, dir) in text_readip() argument
118 char **ifn;
128 *ifn = NULL;
140 *ifn = NULL;
142 if (!parseline(line, (ip_t *)buf, ifn, dir)) {
162 static int parseline(line, ip, ifn, out) in parseline() argument
165 char **ifn;
173 if (*ifn)
174 free(*ifn);
197 return parseipv6(cpp, (ip6_t *)ip, ifn, out);
[all …]
H A Dipft_pc.c205 static int ipcap_readip(mb, ifn, dir) in ipcap_readip() argument
207 char **ifn;
218 ifn = ifn; /* gcc -Wextra */
/netbsd-src/sys/dist/pf/net/
H A Dif_pflog.c248 struct ifnet *ifn; in pflog_packet() local
254 if ((ifn = pflogifs[rm->logif]) == NULL || !ifn->if_bpf) in pflog_packet()
298 if_statadd2(ifn, if_opackets, 1, if_obytes, m->m_pkthdr.len); in pflog_packet()
300 ifn->if_opackets++; in pflog_packet()
301 ifn->if_obytes += m->m_pkthdr.len; in pflog_packet()
305 bpf_mtap2(ifn->if_bpf, &hdr, PFLOG_HDRLEN, m, BPF_D_OUT); in pflog_packet()
307 bpf_mtap_hdr(ifn->if_bpf, (char *)&hdr, PFLOG_HDRLEN, m, in pflog_packet()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt3079 …_________________________________________________________________________\#ifn@04de@00f FOREGROUND…
3081 …_________________________________________________________________________\#ifn@04de@00f FOREGROUND…
3083 …_________________________________________________________________________\#ifn@04de@00f FOREGROUND…
3085ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3087ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3089ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3091ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3093ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3095ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
3097ifn@04de@00f FOREGROUND_BLUE______________________________________________________________________…
[all …]
/netbsd-src/usr.bin/fstat/
H A Dmisc.c128 struct ifnet ifn; in p_bpf() local
130 strlcpy(ifn.if_xname, "???", sizeof(ifn.if_xname)); in p_bpf()
141 if (!KVM_READ(bi.bif_ifp, &ifn, sizeof(ifn))) in p_bpf()
145 (void)printf("* bpf@%s rec=%lu, dr=%lu, cap=%lu, pid=%lu", ifn.if_xname, in p_bpf()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c75 const char *ifn = NULL, *ofn = NULL; in main() local
98 ifn = argv[2]; in main()
117 in = fopen(ifn, "r"); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-match-head.c92 internal_fn ifn; in convert_conditional_op() local
94 ifn = get_conditional_internal_fn ((tree_code) orig_op->code); in convert_conditional_op()
100 ifn = get_conditional_internal_fn (as_internal_fn (cfn)); in convert_conditional_op()
102 if (ifn == IFN_LAST) in convert_conditional_op()
105 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); in convert_conditional_op()
111 else_value = targetm.preferred_else_value (ifn, orig_op->type, in convert_conditional_op()
623 internal_fn ifn = as_internal_fn (fn); in maybe_push_res_to_seq() local
624 new_stmt = build_call_internal (ifn, res_op); in maybe_push_res_to_seq()
848 try_conditional_simplification (internal_fn ifn, gimple_match_op *res_op, in try_conditional_simplification() argument
852 tree_code code = conditional_internal_fn_code (ifn); in try_conditional_simplification()
[all …]
H A Dtree-vectorizer.c266 enum internal_fn ifn; in adjust_simduid_builtins() local
275 ifn = gimple_call_internal_fn (stmt); in adjust_simduid_builtins()
276 switch (ifn) in adjust_simduid_builtins()
287 = (ifn == IFN_GOMP_SIMD_ORDERED_START in adjust_simduid_builtins()
318 switch (ifn) in adjust_simduid_builtins()
931 internal_fn ifn = gimple_call_internal_fn (call); in try_vectorize_loop_1() local
932 if (ifn == IFN_MASK_LOAD || ifn == IFN_MASK_STORE in try_vectorize_loop_1()
935 || (direct_internal_fn_p (ifn) in try_vectorize_loop_1()
H A Dtree-vect-data-refs.c152 internal_fn ifn = gimple_call_internal_fn (call); in vect_get_smallest_scalar_type() local
153 if (internal_load_fn_p (ifn) || internal_store_fn_p (ifn)) in vect_get_smallest_scalar_type()
157 else if (internal_fn_mask_index (ifn) == 0) in vect_get_smallest_scalar_type()
2899 internal_fn ifn = gimple_call_internal_fn (call1); in can_group_stmts_p() local
2900 if (ifn != IFN_MASK_LOAD && ifn != IFN_MASK_STORE) in can_group_stmts_p()
2902 if (ifn != gimple_call_internal_fn (call2)) in can_group_stmts_p()
2910 && (ifn == IFN_MASK_STORE || !allow_slp_p)) in can_group_stmts_p()
3707 internal_fn ifn; in vect_gather_scatter_fn_p() local
3709 ifn = masked_p ? IFN_MASK_GATHER_LOAD : IFN_GATHER_LOAD; in vect_gather_scatter_fn_p()
3711 ifn = masked_p ? IFN_MASK_SCATTER_STORE : IFN_SCATTER_STORE; in vect_gather_scatter_fn_p()
[all …]
H A Dtree-vect-patterns.c1798 internal_fn ifn; in vect_recog_mulhs_pattern() local
1850 ifn = IFN_MULHRS; in vect_recog_mulhs_pattern()
1858 ifn = IFN_MULHS; in vect_recog_mulhs_pattern()
1888 (ifn, new_vectype, OPTIMIZE_FOR_SPEED)) in vect_recog_mulhs_pattern()
1903 = gimple_build_call_internal (ifn, 2, new_ops[0], new_ops[1]); in vect_recog_mulhs_pattern()
1977 internal_fn ifn = IFN_AVG_FLOOR; in vect_recog_average_pattern() local
1997 ifn = IFN_AVG_CEIL; in vect_recog_average_pattern()
2044 if (direct_internal_fn_supported_p (ifn, new_vectype, OPTIMIZE_FOR_SPEED)) in vect_recog_average_pattern()
2095 tree_code c = (ifn == IFN_AVG_CEIL) ? BIT_IOR_EXPR : BIT_AND_EXPR; in vect_recog_average_pattern()
2108 gcall *average_stmt = gimple_build_call_internal (ifn, 2, new_ops[0], in vect_recog_average_pattern()
[all …]
H A Dinternal-fn.c2771 internal_fn ifn = gimple_call_internal_fn (stmt); in expand_scatter_store_optab_fn() local
2772 int rhs_index = internal_fn_stored_value_index (ifn); in expand_scatter_store_optab_fn()
2773 int mask_index = internal_fn_mask_index (ifn); in expand_scatter_store_optab_fn()
3370 conditional_internal_fn_code (internal_fn ifn) in conditional_internal_fn_code() argument
3372 switch (ifn) in conditional_internal_fn_code()
3421 get_unconditional_internal_fn (internal_fn ifn) in get_unconditional_internal_fn() argument
3423 switch (ifn) in get_unconditional_internal_fn()
3468 internal_fn ifn = gimple_call_internal_fn (call); in can_interpret_as_conditional_op_p() local
3469 tree_code code = conditional_internal_fn_code (ifn); in can_interpret_as_conditional_op_p()
3597 internal_gather_scatter_fn_supported_p (internal_fn ifn, tree vector_type, in internal_gather_scatter_fn_supported_p() argument
[all …]
/netbsd-src/sys/netinet/
H A Dsctp_output.c537 struct ifnet *ifn; in sctp_choose_v4_boundspecific_inp() local
541 /* first question, is the ifn we will emit on in sctp_choose_v4_boundspecific_inp()
544 ifn = rt->rt_ifp; in sctp_choose_v4_boundspecific_inp()
545 if (ifn) { in sctp_choose_v4_boundspecific_inp()
547 IFADDR_READER_FOREACH(ifa, ifn) { in sctp_choose_v4_boundspecific_inp()
556 IFADDR_READER_FOREACH(ifa, ifn) { in sctp_choose_v4_boundspecific_inp()
622 struct ifnet *ifn; in sctp_choose_v4_boundspecific_stcb() local
627 /* first question, is the ifn we will emit on in sctp_choose_v4_boundspecific_stcb()
630 ifn = rt->rt_ifp; in sctp_choose_v4_boundspecific_stcb()
644 /* first question, is the ifn w in sctp_choose_v4_boundspecific_stcb()
830 sctp_select_v4_nth_prefered_addr_from_ifn_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t ipv4_scope,int cur_addr_num) sctp_select_v4_nth_prefered_addr_from_ifn_boundall() argument
858 sctp_count_v4_num_prefered_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t ipv4_scope,uint8_t * sin_loop,uint8_t * sin_local) sctp_count_v4_num_prefered_boundall() argument
894 struct ifnet *ifn; sctp_choose_v4_boundall() local
1297 struct ifnet *ifn; sctp_choose_v6_boundspecific_stcb() local
1481 struct ifnet *ifn; sctp_choose_v6_boundspecific_inp() local
1553 sctp_select_v6_nth_addr_from_ifn_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t loc_scope,int cur_addr_num,int match_scope) sctp_select_v6_nth_addr_from_ifn_boundall() argument
1601 sctp_count_v6_num_eligible_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t loc_scope) sctp_count_v6_num_eligible_boundall() argument
1648 struct ifnet *ifn; sctp_choose_v6_boundall() local
2737 struct ifnet *ifn; sctp_send_initiate() local
3691 struct ifnet *ifn; sctp_send_initiate_ack() local
[all...]
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Darp.c241 const struct interface *ifn; in arp_packet() local
285 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) { in arp_packet()
286 if (ar.ar_hln == ifn->hwlen && in arp_packet()
287 memcmp(hw_s, ifn->hwaddr, ifn->hwlen) == 0) in arp_packet()
290 if (ifn) { in arp_packet()
H A Ddhcpcd.c843 struct interface *ifn; in warn_iaid_conflict() local
849 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) { in warn_iaid_conflict()
850 if (ifn == ifp || !ifn->active) in warn_iaid_conflict()
852 if (ifn->options->options & DHCPCD_ANONYMOUS) in warn_iaid_conflict()
855 memcmp(ifn->options->iaid, iaid, in warn_iaid_conflict()
856 sizeof(ifn->options->iaid)) == 0) in warn_iaid_conflict()
859 for (i = 0; i < ifn->options->ia_len; i++) { in warn_iaid_conflict()
860 ia = &ifn->options->ia[i]; in warn_iaid_conflict()
869 if (ifn) in warn_iaid_conflict()
871 ifp->name, ifn->name); in warn_iaid_conflict()
[all …]
/netbsd-src/usr.bin/config/
H A Dmkioconf.c153 char *ifn; in emithdr() local
160 ifn = ifnbuf; in emithdr()
161 if ((ifp = fopen(ifn, "r")) != NULL) { in emithdr()
165 err(EXIT_FAILURE, "error reading %s", ifn); in emithdr()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dc-lang26 >0 regex \^#[[:space:]]*(if\|ifn)def
30 >0 regex \^#[[:space:]]*(if\|ifn)def
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-if.mk107 # expect+1: Unknown directive "ifn"
108 .ifn 0

1234