Searched refs:cand (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.c151 struct iv_cand *cand; /* The candidate. */ member in struct:cost_pair
498 dump_cand (FILE *file, struct iv_cand *cand) argument
500 struct iv *iv = cand->iv;
503 cand->id, cand->important ? " (important)" : "");
505 if (cand->depends_on)
508 dump_bitmap (file, cand->depends_on);
517 switch (cand->pos)
524 fprintf (file, " incremented before use %d\n", cand->ainc_use->id);
528 fprintf (file, " incremented after use %d\n", cand
583 stmt_after_inc_pos(struct iv_cand *cand, gimple stmt, bool true_if_equal) argument
604 stmt_after_increment(struct loop *loop, struct iv_cand *cand, gimple stmt) argument
2104 struct iv_cand *cand = NULL; local
2321 struct iv_cand *cand; local
2432 struct iv_cand *cand = iv_cand (data, i); local
2554 set_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, comp_cost cost, bitmap depends_on, tree value) argument
2596 get_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
2766 var_at_stmt(struct loop *loop, struct iv_cand *cand, gimple stmt) argument
2835 get_computation_aff(struct loop *loop, struct iv_use *use, struct iv_cand *cand, gimple at, struct affine_tree_combination *aff) argument
2910 get_computation_at(struct loop *loop, struct iv_use *use, struct iv_cand *cand, gimple at) argument
2926 get_computation(struct loop *loop, struct iv_use *use, struct iv_cand *cand) argument
3696 get_computation_cost_at(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on, gimple at, bool *can_autoinc) argument
3884 get_computation_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on, bool *can_autoinc) argument
3897 determine_use_iv_cost_generic(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
3923 determine_use_iv_cost_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
3950 cand_value_at(struct loop *loop, struct iv_cand *cand, gimple at, tree niter, aff_tree *val) argument
4015 may_eliminate_iv(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, tree *bound) argument
4087 determine_use_iv_cost_condition(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4167 determine_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4190 autoinc_possible_for_pair(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4218 struct iv_cand *cand = iv_cand (data, i); local
4265 struct iv_cand *cand; local
4337 determine_iv_cost(struct ivopts_data *data, struct iv_cand *cand) argument
4391 struct iv_cand *cand = iv_cand (data, i); local
4802 iv_ca_cand_used_p(struct iv_ca *ivs, struct iv_cand *cand) argument
4892 iv_ca_extend(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta, unsigned *n_ivs) argument
4937 iv_ca_narrow(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta) argument
5029 struct iv_cand *cand; local
5077 struct iv_cand *cand; local
5197 struct iv_cand *cand; local
5300 create_new_iv(struct ivopts_data *data, struct iv_cand *cand) argument
5354 struct iv_cand *cand; local
5369 rewrite_use_nonlinear_expr(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5533 rewrite_use_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5570 rewrite_use_compare(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5615 rewrite_use(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5644 struct iv_cand *cand; local
5733 struct iv_cand *cand = iv_cand (data, i); local
[all...]
H A Dtree-sra.c3873 struct ipa_parm_adjustment *adj, *cand = NULL; local
3906 cand = adj;
3910 if (!cand || cand->copy_param || cand->remove_param)
3913 if (cand->by_ref)
3916 src = build1 (INDIRECT_REF, TREE_TYPE (TREE_TYPE (cand->reduction)),
3917 cand->reduction);
3923 src = cand->reduction;
3935 && !useless_type_conversion_p (TREE_TYPE (*expr), cand
[all...]
H A Dtree.c5472 check_qualified_type (const_tree cand, const_tree base, int type_quals)
5474 return (TYPE_QUALS (cand) == type_quals
5475 && TYPE_NAME (cand) == TYPE_NAME (base)
5477 && TYPE_CONTEXT (cand) == TYPE_CONTEXT (base)
5478 && attribute_list_equal (TYPE_ATTRIBUTES (cand),
5450 check_qualified_type(const_tree cand, const_tree base, int type_quals) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ivopts.c142 struct iv_cand *cand; /* The candidate. */ member in struct:cost_pair
490 dump_cand (FILE *file, struct iv_cand *cand) argument
492 struct iv *iv = cand->iv;
495 cand->id, cand->important ? " (important)" : "");
497 if (cand->depends_on)
500 dump_bitmap (file, cand->depends_on);
509 switch (cand->pos)
617 stmt_after_ip_original_pos (struct iv_cand *cand, tree stmt) argument
619 basic_block cand_bb = bb_for_stmt (cand
644 stmt_after_increment(struct loop *loop, struct iv_cand *cand, tree stmt) argument
1980 struct iv_cand *cand = NULL; local
2147 struct iv_cand *cand; local
2271 struct iv_cand *cand = iv_cand (data, i); local
2356 set_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, unsigned cost, bitmap depends_on, tree value) argument
2398 get_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
2552 var_at_stmt(struct loop *loop, struct iv_cand *cand, tree stmt) argument
2974 get_computation_aff(struct loop *loop, struct iv_use *use, struct iv_cand *cand, tree at, struct affine_tree_combination *aff) argument
3126 get_computation_at(struct loop *loop, struct iv_use *use, struct iv_cand *cand, tree at) argument
3142 get_computation(struct loop *loop, struct iv_use *use, struct iv_cand *cand) argument
3711 get_computation_cost_at(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on, tree at) argument
3882 get_computation_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on) argument
3894 determine_use_iv_cost_generic(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
3920 determine_use_iv_cost_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
3948 cand_value_at(struct loop *loop, struct iv_cand *cand, tree at, tree niter) argument
4003 may_eliminate_iv(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, tree *bound) argument
4062 determine_use_iv_cost_condition(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4137 determine_use_iv_cost_outer(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4199 determine_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4228 struct iv_cand *cand; local
4299 determine_iv_cost(struct ivopts_data *data, struct iv_cand *cand) argument
4349 struct iv_cand *cand = iv_cand (data, i); local
4752 iv_ca_cand_used_p(struct iv_ca *ivs, struct iv_cand *cand) argument
4841 iv_ca_extend(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta, unsigned *n_ivs) argument
4885 iv_ca_narrow(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta) argument
4976 struct iv_cand *cand; local
5024 struct iv_cand *cand; local
5140 struct iv_cand *cand; local
5240 create_new_iv(struct ivopts_data *data, struct iv_cand *cand) argument
5287 struct iv_cand *cand; local
5324 rewrite_use_nonlinear_expr(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5546 rewrite_use_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5565 rewrite_use_compare(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5720 rewrite_use_outer(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5789 rewrite_use(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5822 struct iv_cand *cand; local
5899 struct iv_cand *cand = iv_cand (data, i); local
[all...]
H A Dtree.c3690 /* Returns true iff cand is equivalent to base with type_quals. */
3693 check_qualified_type (tree cand, tree base, int type_quals)
3695 return (TYPE_QUALS (cand) == type_quals
3696 && TYPE_NAME (cand) == TYPE_NAME (base)
3698 && TYPE_CONTEXT (cand) == TYPE_CONTEXT (base)
3699 && attribute_list_equal (TYPE_ATTRIBUTES (cand),
3671 check_qualified_type(tree cand, tree base, int type_quals) argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/rsn_supp/
H A Dpreauth.c359 struct rsn_pmksa_candidate *cand, *pos; local
373 cand = NULL;
377 cand = pos;
382 if (cand) {
383 dl_list_del(&cand->list);
385 cand->priority = prio;
387 cand = os_zalloc(sizeof(*cand));
388 if (cand == NULL)
390 os_memcpy(cand
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbcache.c267 int cand, ocount; local
271 cand = 0; /* assume the first block */
278 cand = i;
283 cand = i;
287 DEBUG("insert blk %d -> %d @ %d # %d", blkno, cand, now, bcache_bcount);
288 memcpy(bcache_data + (bcache_blksize * cand), buf, bcache_blksize);
289 bcache_ctl[cand].bc_blkno = blkno;
290 bcache_ctl[cand].bc_stamp = now;
291 bcache_ctl[cand].bc_count = bcache_bcount++;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c118 struct z_candidate *cand; member in struct:conversion
547 /* Note that the caller is responsible for filling in t->cand for
1020 struct z_candidate *cand; local
1069 cand = NULL;
1075 cand = add_template_candidate (&candidates,
1086 if (cand)
1092 f = cand->fn;
1098 cand = NULL;
1104 cand = add_function_candidate (&candidates, f, s, first_arg,
1109 if (cand)
1483 struct z_candidate *cand; local
1515 struct z_candidate *cand = (struct z_candidate *) local
2483 struct z_candidate *cand; local
2646 struct z_candidate **cand; local
2837 struct z_candidate *candidates, *cand; local
3071 struct z_candidate *cand local
3125 struct z_candidate *cand; local
3168 struct z_candidate *candidates, *cand; local
3248 struct z_candidate *cand; local
3342 struct z_candidate *candidates = 0, *cand; local
3630 struct z_candidate *cand; local
4167 struct z_candidate *candidates = 0, *cand; local
4895 struct z_candidate *cand = convs->cand; local
5454 build_over_call(struct z_candidate *cand, int flags, tsubst_flags_t complain) argument
6194 struct z_candidate *candidates = 0, *cand; local
[all...]
H A Dcvt.c1208 tree cand = TREE_VALUE (conv);
1209 cand = OVL_CURRENT (cand);
1211 if (winner && winner == cand)
1214 if (DECL_NONCONVERTING_P (cand))
1217 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand)));
1262 winner, cand);
1267 winner = cand;
1206 tree cand = TREE_VALUE (conv); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcall.c112 struct z_candidate *cand; member in struct:conversion
883 struct z_candidate *cand; local
926 cand = NULL;
932 cand = add_template_candidate (&candidates,
942 if (cand)
948 f = cand->fn;
954 cand = NULL;
960 cand = add_function_candidate (&candidates, f, s, arglist,
965 if (cand)
973 (TREE_TYPE (cand
1253 struct z_candidate *cand; local
1279 struct z_candidate *cand local
2198 struct z_candidate *cand; local
2325 struct z_candidate **cand; local
2510 struct z_candidate *candidates, *cand; local
2677 struct z_candidate *cand local
2731 struct z_candidate *cand; local
2773 struct z_candidate *candidates, *cand; local
2841 struct z_candidate *cand; local
2928 struct z_candidate *candidates = 0, *cand; local
3165 struct z_candidate *cand; local
3622 struct z_candidate *candidates = 0, *cand; local
4244 struct z_candidate *cand = convs->cand; local
4679 build_over_call(struct z_candidate *cand, int flags) argument
5267 struct z_candidate *candidates = 0, *cand; local
[all...]
H A Dcvt.c1133 tree cand = TREE_VALUE (conv);
1135 if (winner && winner == cand)
1138 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand)));
1182 winner, cand);
1187 winner = cand;
1131 tree cand = TREE_VALUE (conv); local
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dframebuf.c625 struct puffs_framebuf *cand; local
628 TAILQ_FOREACH(cand, &fio->res_qing, pfb_entries)
629 if (fctrl->cmpfb(pu, findme, cand, &notresp) == 0 || notresp)
632 assert(!(notresp && cand == NULL));
633 if (notresp || cand == NULL)
636 TAILQ_REMOVE(&fio->res_qing, cand, pfb_entries);
637 return cand;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_wext.c332 const struct iw_pmkid_cand *cand; local
336 if (len < sizeof(*cand))
339 cand = (const struct iw_pmkid_cand *) ev;
340 addr = (const u8 *) cand->bssid.sa_data;
343 "flags=0x%x index=%d bssid=" MACSTR, cand->flags,
344 cand->index, MAC2STR(addr));
348 data.pmkid_candidate.index = cand->index;
349 data.pmkid_candidate.preauth = cand->flags & IW_PMKID_CAND_PREAUTH;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/frv/
H A Dallinsn.s82 .global cand
83 cand: label
84 cand sp,sp,sp,cc0,0
H A Dallinsn.d66 0000004c <cand>:
67 4c: 83 68 10 01 cand sp,sp,sp,cc0,0x0
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dsem.c693 /* cand: cand$pack $GRi,$GRj,$GRk,$CCi,$cond */
696 SEM_FN_NAME (frvbf,cand) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28196 { FRVBF_INSN_CAND, SEM_FN_NAME (frvbf,cand) },

Completed in 539 milliseconds