/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lra-remat.c | 93 struct cand struct 99 /* The candidate insn. */ argument 107 /* Next candidate for the same regno. */ argument 108 cand_t next_regno_cand; argument 178 cand_hash (const void *cand) in cand_hash() 222 insert_cand (cand_t cand) in insert_cand() 234 free_cand (void *cand) in free_cand() 409 cand_t cand = XNEW (struct cand); variable 536 cand_t cand; in dump_cands() local 729 cand_t cand = all_cands[i]; in calculate_livein_cands() local [all …]
|
H A D | early-remat.c | 522 remat_candidate_hasher::hash (const remat_candidate *cand) in hash() 628 remat_candidate *cand; in dump_all_candidates() local 791 remat_candidate cand; in add_candidate() local 834 remat_candidate *cand = add_candidate (insn, regno, true); in maybe_add_candidate() local 1053 remat_candidate *cand; in sort_candidates() local 1089 remat_candidate *cand; in finalize_candidate_indices() local 1190 remat_candidate *cand; in compute_rd() local 1358 remat_candidate *cand = &m_candidates[cand_index]; in check_candidate_uses() local 1400 remat_candidate *cand = &m_candidates[cand_index]; in compute_clobbers() local 1424 remat_candidate *cand = &m_candidates[cand_index]; in assign_value_number() local [all …]
|
H A D | tree-ssa-loop-ivopts.c | 351 struct iv_cand *cand; /* The candidate. */ member 803 dump_cand (FILE *file, struct iv_cand *cand) in dump_cand() 898 stmt_after_inc_pos (struct iv_cand *cand, gimple *stmt, bool true_if_equal) in stmt_after_inc_pos() 919 stmt_after_increment (struct loop *loop, struct iv_cand *cand, gimple *stmt) in stmt_after_increment() 3076 struct iv_cand *cand = NULL; member 3304 struct iv_cand *cand; in add_iv_candidate_for_biv() local 3544 struct iv_cand *cand = data->vcands[i]; in record_important_candidates() local 3595 struct iv_group *group, struct iv_cand *cand, in set_group_iv_cost() 3643 struct iv_cand *cand) in get_group_iv_cost() 3802 var_at_stmt (struct loop *loop, struct iv_cand *cand, gimple *stmt) in var_at_stmt() [all …]
|
H A D | ree.c | 318 combine_set_extension (ext_cand *cand, rtx_insn *curr_insn, rtx *orig_set) in combine_set_extension() 414 transform_ifelse (ext_cand *cand, rtx_insn *def_insn) in transform_ifelse() 703 merge_def_and_ext (ext_cand *cand, rtx_insn *def_insn, ext_state *state) in merge_def_and_ext() 762 combine_reaching_defs (ext_cand *cand, const_rtx set_pat, ext_state *state) in combine_reaching_defs() 1115 ext_cand *cand; in add_removable_extension() local
|
H A D | ipa-param-manipulation.c | 647 struct ipa_parm_adjustment *cand = NULL; in ipa_get_adjustment_candidate() local 677 struct ipa_parm_adjustment *cand in ipa_modify_expr() local
|
H A D | hsa-regalloc.c | 389 hsa_op_reg *cand = active[cl][0]; in spill_at_interval() local
|
H A D | omp-simd-clone.c | 837 struct ipa_parm_adjustment *cand = NULL; in ipa_simd_modify_stmt_ops() local
|
H A D | tree.c | 5928 check_lang_type (const_tree cand, const_tree base) in check_lang_type() 5942 check_base_type (const_tree cand, const_tree base) in check_base_type() 5956 check_qualified_type (const_tree cand, const_tree base, int type_quals) in check_qualified_type() 5966 check_aligned_type (const_tree cand, const_tree base, unsigned int align) in check_aligned_type() 10552 tree cand; in build_opaque_vector_type() local
|
H A D | targhooks.c | 523 opt_scalar_float_mode cand; in default_floatn_mode() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 172 struct iv_cand *cand; /* The candidate. */ member 551 dump_cand (FILE *file, struct iv_cand *cand) in dump_cand() 649 stmt_after_inc_pos (struct iv_cand *cand, gimple stmt, bool true_if_equal) in stmt_after_inc_pos() 670 stmt_after_increment (struct loop *loop, struct iv_cand *cand, gimple stmt) in stmt_after_increment() 2218 struct iv_cand *cand = NULL; in add_candidate_1() local 2440 struct iv_cand *cand; in add_old_iv_candidates() local 2551 struct iv_cand *cand = iv_cand (data, i); in record_important_candidates() local 2674 struct iv_use *use, struct iv_cand *cand, in set_use_iv_cost() 2721 struct iv_cand *cand) in get_use_iv_cost() 2893 var_at_stmt (struct loop *loop, struct iv_cand *cand, gimple stmt) in var_at_stmt() [all …]
|
H A D | ree.c | 288 combine_set_extension (ext_cand *cand, rtx curr_insn, rtx *orig_set) in combine_set_extension() 368 transform_ifelse (ext_cand *cand, rtx def_insn) in transform_ifelse() 579 merge_def_and_ext (ext_cand *cand, rtx def_insn, ext_state *state) in merge_def_and_ext() 654 combine_reaching_defs (ext_cand *cand, const_rtx set_pat, ext_state *state) in combine_reaching_defs() 790 ext_cand *cand; in add_removable_extension() local
|
H A D | tree.c | 5670 check_qualified_type (const_tree cand, const_tree base, int type_quals) in check_qualified_type() 5685 check_aligned_type (const_tree cand, const_tree base, unsigned int align) in check_aligned_type() 9830 tree cand; in build_opaque_vector_type() local
|
/dflybsd-src/contrib/bmake/ |
H A D | suff.c | 963 CandidateSearcher_Add(CandidateSearcher *cs, Candidate *cand) in CandidateSearcher_Add() 970 CandidateSearcher_AddIfNew(CandidateSearcher *cs, Candidate *cand) in CandidateSearcher_AddIfNew() 992 Candidate *cand = ln->datum; in CandidateList_PrintAddrs() local 1003 Candidate *cand = bmake_malloc(sizeof *cand); in Candidate_New() local 1024 Candidate *cand = Candidate_New(srcName, targ->prefix, suff, targ, in CandidateList_Add() local 1042 CandidateList_AddCandidatesFor(CandidateList *list, Candidate *cand) in CandidateList_AddCandidatesFor()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 127 struct z_candidate *cand; member 1598 z_candidate *cand = build_user_type_conversion_1 (rto, expr, flags); in reference_binding() local 1742 struct z_candidate *cand; in implicit_conversion() local 1773 struct z_candidate *cand = (struct z_candidate *) in add_candidate() local 2850 struct z_candidate *cand; in add_template_candidate_real() local 3035 struct z_candidate **cand; in splice_viable() local 3392 struct z_candidate *candidates, *cand; in build_user_type_conversion_1() local 3631 struct z_candidate *cand; in build_user_type_conversion() local 3766 struct z_candidate *cand; in perform_overload_resolution() local 3839 struct z_candidate *candidates, *cand; in build_new_function_call() local [all …]
|
H A D | cvt.c | 1533 tree cand = TREE_VALUE (conv); in build_expr_type_conversion() local
|
/dflybsd-src/usr.bin/diff/ |
H A D | diffreg.c | 156 struct cand { struct 157 int x; 158 int y; 159 int pred;
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 129 struct z_candidate *cand; member 1706 z_candidate *cand = build_user_type_conversion_1 (rto, expr, flags, in reference_binding() local 1902 struct z_candidate *cand; in implicit_conversion() local 1951 struct z_candidate *cand = (struct z_candidate *) in add_candidate() local 3108 struct z_candidate *cand; in add_template_candidate_real() local 3310 struct z_candidate **cand; in splice_viable() local 3738 struct z_candidate *candidates, *cand; in build_user_type_conversion_1() local 3996 struct z_candidate *cand; in build_user_type_conversion() local 4181 struct z_candidate *cand; in perform_overload_resolution() local 4262 struct z_candidate *candidates, *cand; in build_new_function_call() local [all …]
|
H A D | cvt.c | 1737 tree cand = TREE_VALUE (conv); in build_expr_type_conversion() local
|
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/ |
H A D | preauth.c | 371 struct rsn_pmksa_candidate *cand, *pos; in pmksa_candidate_add() local
|
/dflybsd-src/stand/boot/common/ |
H A D | bcache.c | 263 int cand, ocount; in bcache_insert() local
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | amd64_mem.c | 156 struct mem_range_desc *cand; in mem_range_match() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_warc.c | 457 const char *cand; in xmemmem() local
|
/dflybsd-src/sys/net/netmap/ |
H A D | netmap_vale.c | 514 int i, j, cand = -1, cand2 = -1; in netmap_get_bdg_na() local
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_event.c | 1434 struct nlattr *cand[NUM_NL80211_PMKSA_CANDIDATE]; in nl80211_pmksa_candidate_event() local
|
H A D | driver_wext.c | 323 const struct iw_pmkid_cand *cand; in wpa_driver_wext_event_wireless_pmkidcand() local
|