Searched refs:branch_cost (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-tune.h36 unsigned short branch_cost; member in struct:loongarch_rtx_cost_data
H A Dloongarch-def.c36 .branch_cost = 2, \
103 .branch_cost = 2,
H A Dloongarch.cc5523 loongarch_branch_cost = loongarch_cost->branch_cost;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-protos.h311 int (*branch_cost) (bool, bool); member in struct:tune_params
H A Darm.h2074 (current_tune->branch_cost (speed_p, predictable_p)))
H A Darm.c28085 "branch_cost:\t(s:speed, p:predictable)\n");
28088 current_tune->branch_cost (false, false));
28090 current_tune->branch_cost (false, true));
28092 current_tune->branch_cost (true, false));
28094 current_tune->branch_cost (true, true));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-protos.h323 int (*branch_cost) (bool, bool); member in struct:tune_params
H A Darm.h2167 (current_tune->branch_cost (speed_p, predictable_p)))
H A Darm.cc28256 "branch_cost:\t(s:speed, p:predictable)\n");
28259 current_tune->branch_cost (false, false));
28261 current_tune->branch_cost (false, true));
28263 current_tune->branch_cost (true, false));
28265 current_tune->branch_cost (true, true));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc673 ptr->branch_cost = ix86_branch_cost;
702 gcc_assert (ptr->branch_cost == ix86_branch_cost);
924 fprintf (file, "%*sbranch_cost = %d\n", indent, "", ptr->branch_cost);
2370 ix86_tune_cost->branch_cost);
H A Di386.h183 const int branch_cost; /* Default value for BRANCH_COST. */ member in struct:processor_costs
H A Di386.cc631 && caller_opts->branch_cost != callee_opts->branch_cost)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-options.c633 ptr->branch_cost = ix86_branch_cost;
669 gcc_assert (ptr->branch_cost == ix86_branch_cost);
767 opts->x_ix86_branch_cost = ptr->branch_cost;
892 fprintf (file, "%*sbranch_cost = %d\n", indent, "", ptr->branch_cost);
2428 ix86_tune_cost->branch_cost);
H A Di386.h319 const int branch_cost; /* Default value for BRANCH_COST. */ member in struct:processor_costs
H A Di386.c622 && caller_opts->branch_cost != callee_opts->branch_cost)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c219 unsigned short branch_cost; member in struct:riscv_tune_info
284 3, /* branch_cost */
297 4, /* branch_cost */
310 1, /* branch_cost */
4656 riscv_branch_cost = tune_info->branch_cost;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc221 unsigned short branch_cost; member in struct:riscv_tune_param
287 3, /* branch_cost */
301 4, /* branch_cost */
315 3, /* branch_cost */
329 1, /* branch_cost */
5028 riscv_branch_cost = tune_param->branch_cost;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c144 const int branch_cost; member in struct:processor_costs
10421 const int cost = sparc_costs->branch_cost;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc144 const int branch_cost; member in struct:processor_costs
10382 const int cost = sparc_costs->branch_cost;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c427 unsigned short branch_cost; member in struct:mips_rtx_cost_data
656 2, /* branch_cost */ \
678 2, /* branch_cost */
695 1, /* branch_cost */
704 1, /* branch_cost */
713 1, /* branch_cost */
722 1, /* branch_cost */
735 1, /* branch_cost */
748 1, /* branch_cost */
757 1, /* branch_cost */
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc429 unsigned short branch_cost; member in struct:mips_rtx_cost_data
658 2, /* branch_cost */ \
680 2, /* branch_cost */
697 1, /* branch_cost */
706 1, /* branch_cost */
715 1, /* branch_cost */
724 1, /* branch_cost */
737 1, /* branch_cost */
750 1, /* branch_cost */
759 1, /* branch_cost */
[all...]

Completed in 993 milliseconds