Home
last modified time | relevance | path

Searched refs:n_cands (Results 1 – 25 of 64) sorted by relevance

123

/dports/audio/snack/snack2.2.10/generic/
H A DjkGetF0.c86 par->n_cands = 20;
281 if((par->n_cands > 100) || (par->n_cands < 3)){
346 if(*ncand >= par->n_cands) { /* need to prune candidates? */
350 for(outer=0, lim = par->n_cands-1; outer < lim; outer++)
377 for(outer=0, lim = par->n_cands-1; outer < lim; outer++)
862 tailF = alloc_frame(nlags, par->n_cands);
867 headF->next = alloc_frame(nlags, par->n_cands);
878 pcands = (int *) ckalloc( par->n_cands * sizeof(int));
1000 frm = alloc_frame(nlags, par->n_cands);
1004 frm->next = alloc_frame(nlags, par->n_cands);
[all …]
H A DjkGetF0.h37 int n_cands, /* max. # of F0 cands. to consider at each frame */ member
/dports/audio/festvox-cmu_us_slt_arctic/cmu_us_slt_arctic/etc/
H A Df0range3 int n_cands = 100;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c637 unsigned n_cands; member
5652 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5655 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5672 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5680 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5681 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5685 return cost + n_cands; in ivopts_estimate_reg_pressure()
5851 ivs->n_cands--; in iv_ca_set_no_cp()
5908 ivs->n_cands++; in iv_ca_set_cp()
6086 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c634 unsigned n_cands; member
5636 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5639 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5656 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5664 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5665 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5669 return cost + n_cands; in ivopts_estimate_reg_pressure()
5835 ivs->n_cands--; in iv_ca_set_no_cp()
5892 ivs->n_cands++; in iv_ca_set_cp()
6070 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c634 unsigned n_cands; member
5636 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5639 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5656 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5664 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5665 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5669 return cost + n_cands; in ivopts_estimate_reg_pressure()
5835 ivs->n_cands--; in iv_ca_set_no_cp()
5892 ivs->n_cands++; in iv_ca_set_cp()
6070 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c637 unsigned n_cands; member
5666 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5669 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5686 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5694 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5695 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5699 return cost + n_cands; in ivopts_estimate_reg_pressure()
5865 ivs->n_cands--; in iv_ca_set_no_cp()
5922 ivs->n_cands++; in iv_ca_set_cp()
6100 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c634 unsigned n_cands; member
5636 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5639 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5656 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5664 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5665 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5669 return cost + n_cands; in ivopts_estimate_reg_pressure()
5835 ivs->n_cands--; in iv_ca_set_no_cp()
5892 ivs->n_cands++; in iv_ca_set_cp()
6070 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c634 unsigned n_cands; member
5636 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5639 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5656 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5664 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5665 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5669 return cost + n_cands; in ivopts_estimate_reg_pressure()
5835 ivs->n_cands--; in iv_ca_set_no_cp()
5892 ivs->n_cands++; in iv_ca_set_cp()
6070 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c631 unsigned n_cands; member
5626 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5629 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5646 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5654 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5655 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5659 return cost + n_cands; in ivopts_estimate_reg_pressure()
5825 ivs->n_cands--; in iv_ca_set_no_cp()
5882 ivs->n_cands++; in iv_ca_set_cp()
6060 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c637 unsigned n_cands; member
5666 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5669 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5686 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5694 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5695 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5699 return cost + n_cands; in ivopts_estimate_reg_pressure()
5865 ivs->n_cands--; in iv_ca_set_no_cp()
5922 ivs->n_cands++; in iv_ca_set_cp()
6100 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c631 unsigned n_cands; member
5640 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5643 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5660 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5668 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5669 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5673 return cost + n_cands; in ivopts_estimate_reg_pressure()
5839 ivs->n_cands--; in iv_ca_set_no_cp()
5896 ivs->n_cands++; in iv_ca_set_cp()
6074 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
6038 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
6041 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
6058 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
6066 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
6067 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
6071 return cost + n_cands; in ivopts_estimate_reg_pressure()
6238 ivs->n_cands--; in iv_ca_set_no_cp()
6296 ivs->n_cands++; in iv_ca_set_cp()
6474 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
5948 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5951 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5968 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5976 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5977 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5981 return cost + n_cands; in ivopts_estimate_reg_pressure()
6148 ivs->n_cands--; in iv_ca_set_no_cp()
6206 ivs->n_cands++; in iv_ca_set_cp()
6384 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands;
5946 unsigned n_cands)
5949 unsigned n_old = data->regs_used, n_new = n_invs + n_cands;
5966 else if (n_cands <= available_regs)
5974 + target_spill_cost [speed] * (n_cands - available_regs) * 2
5975 + target_spill_cost [speed] * (regs_needed - n_cands);
5979 return cost + n_cands;
6146 ivs->n_cands--;
6204 ivs->n_cands++;
6382 return ivs->n_cands;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
5948 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5951 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5968 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5976 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5977 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5981 return cost + n_cands; in ivopts_estimate_reg_pressure()
6148 ivs->n_cands--; in iv_ca_set_no_cp()
6206 ivs->n_cands++; in iv_ca_set_cp()
6384 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
5946 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5949 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5966 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5974 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5975 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5979 return cost + n_cands; in ivopts_estimate_reg_pressure()
6146 ivs->n_cands--; in iv_ca_set_no_cp()
6204 ivs->n_cands++; in iv_ca_set_cp()
6382 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
5948 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5951 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5968 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5976 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5977 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5981 return cost + n_cands; in ivopts_estimate_reg_pressure()
6148 ivs->n_cands--; in iv_ca_set_no_cp()
6206 ivs->n_cands++; in iv_ca_set_cp()
6384 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c679 unsigned n_cands; variable
5946 unsigned n_cands) in ivopts_estimate_reg_pressure() argument
5949 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure()
5966 else if (n_cands <= available_regs) in ivopts_estimate_reg_pressure()
5974 + target_spill_cost [speed] * (n_cands - available_regs) * 2 in ivopts_estimate_reg_pressure()
5975 + target_spill_cost [speed] * (regs_needed - n_cands); in ivopts_estimate_reg_pressure()
5979 return cost + n_cands; in ivopts_estimate_reg_pressure()
6146 ivs->n_cands--; in iv_ca_set_no_cp()
6204 ivs->n_cands++; in iv_ca_set_cp()
6382 return ivs->n_cands; in iv_ca_n_cands()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c262 unsigned n_cands; member
4528 ivs->n_cands--; in iv_ca_set_no_cp()
4586 ivs->n_cands++; in iv_ca_set_cp()
4762 return ivs->n_cands; in iv_ca_n_cands()
4793 nw->n_cands = 0; in iv_ca_new()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c362 unsigned n_cands; member
5334 ivs->n_cands--; in iv_ca_set_no_cp()
5399 ivs->n_cands++; in iv_ca_set_cp()
5584 return ivs->n_cands; in iv_ca_n_cands()
5615 nw->n_cands = 0; in iv_ca_new()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c312 unsigned n_cands; member
5191 ivs->n_cands--; in iv_ca_set_no_cp()
5256 ivs->n_cands++; in iv_ca_set_cp()
5441 return ivs->n_cands; in iv_ca_n_cands()
5472 nw->n_cands = 0; in iv_ca_new()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c312 unsigned n_cands; member
5186 ivs->n_cands--; in iv_ca_set_no_cp()
5251 ivs->n_cands++; in iv_ca_set_cp()
5436 return ivs->n_cands; in iv_ca_n_cands()
5467 nw->n_cands = 0; in iv_ca_new()
/dports/math/gretl/gretl-2021d/gui/
H A Dfnsave.c3590 int n_cands = 0; in extra_properties_dialog() local
3610 selected = n_cands + 1; in extra_properties_dialog()
3612 n_cands++; in extra_properties_dialog()
3621 if (n_cands == 0) { in extra_properties_dialog()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c413 unsigned n_cands; member
6096 ivs->n_cands--; in iv_ca_set_no_cp()
6161 ivs->n_cands++; in iv_ca_set_cp()
6347 return ivs->n_cands; in iv_ca_n_cands()
6378 nw->n_cands = 0; in iv_ca_new()

123