Searched refs:speed (Results 101 - 125 of 150) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/
H A Ddse.c1757 int shift, bool speed, bool require_cst)
1796 && set_src_cost (ret, speed) <= COSTS_N_INSNS (1))
1836 cost += insn_rtx_cost (PATTERN (insn), speed);
1752 find_shift_sequence(int access_size, store_info_t store_info, machine_mode read_mode, int shift, bool speed, bool require_cst) argument
H A Dsimplify-rtx.c2117 bool speed = optimize_function_for_speed_p (cfun);
2122 return set_src_cost (tem, speed) <= set_src_cost (orig, speed)
2293 bool speed = optimize_function_for_speed_p (cfun);
2298 return set_src_cost (tem, speed) <= set_src_cost (orig, speed)
4843 prevent infinite recursion here and speed things up.
2108 bool speed = optimize_function_for_speed_p (cfun); local
2284 bool speed = optimize_function_for_speed_p (cfun); local
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dbdiv_dbm1c.asm27 C * Optimize feed-in and wind-down code, both for speed and code size.
H A Dmul_2.asm241 C speed. But the first, odd variant might allow one cycle to be trimmed.
H A Dsubmul_1.asm28 C * Optimize feed-in and wind-down code, both for speed and code size.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dsqr_basecase.asm24 C (measured on the speed difference between 25 and 50 limbs, which is
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dsqr_basecase.asm24 C product (measured on the speed difference between 20 and 40 limbs,
/haiku-buildtools/gcc/gcc/config/vax/
H A Dvax.c776 bool speed ATTRIBUTE_UNUSED)
791 int *total, bool speed ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c1393 bool speed)
1399 if (!speed)
1444 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
1460 (enum rtx_code) outer_code, opno, speed)
1462 (enum rtx_code) outer_code, opno, speed)
1511 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
3646 /* The block move code tries to maximize speed by separating loads and
1388 alpha_rtx_costs(rtx x, int code, int outer_code, int opno, int *total, bool speed) argument
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dsqr_basecase.asm24 C product (measured on the speed difference between 17 and 33 limbs,
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Ddivrem_1.asm451 C induce the q1_ff case, for speed measurements or testing. Note that
/haiku-buildtools/gcc/gmp/mpn/x86/p6/mmx/
H A Ddivrem_1.asm47 dnl really wanted is to speed up the integer part!)
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c118 static bool m32r_rtx_costs (rtx, int, int, int, int *, bool speed);
1403 bool speed ATTRIBUTE_UNUSED)
2576 /* If we prefer size over speed, always use a function call.
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c114 bool speed ATTRIBUTE_UNUSED)
149 bool speed ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c1258 bool speed ATTRIBUTE_UNUSED)
1451 bool speed ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c380 int * total, bool speed)
398 if (TARGET_V850E && !speed)
374 v850_rtx_costs(rtx x, int codearg, int outer_code ATTRIBUTE_UNUSED, int opno ATTRIBUTE_UNUSED, int * total, bool speed) argument
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c2954 addr_space_t as ATTRIBUTE_UNUSED, bool speed)
2968 if (speed)
2942 rx_address_cost(rtx addr, machine_mode mode ATTRIBUTE_UNUSED, addr_space_t as ATTRIBUTE_UNUSED, bool speed) argument
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.c935 bool speed ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16.c1322 bool speed ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.h2056 #define MOVE_RATIO(speed) (arm_tune_xscale ? 4 : 2)
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c520 bool speed)
589 (enum rtx_code) outer_code, opno, speed)
591 (enum rtx_code) outer_code, opno, speed)
516 tilepro_rtx_costs(rtx x, int code, int outer_code, int opno, int *total, bool speed) argument
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c578 bool speed)
647 (enum rtx_code) outer_code, opno, speed)
649 (enum rtx_code) outer_code, opno, speed)
574 tilegx_rtx_costs(rtx x, int code, int outer_code, int opno, int *total, bool speed) argument
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.c410 /* Some of the shifts are optimized for speed by default.
1251 int *total, bool speed)
1277 use a size-based cost for !speed, the lack of
1347 *total = COSTS_N_INSNS (!speed ? 4 : 10);
1351 *total = COSTS_N_INSNS (!speed ? 4 : 18);
3762 between code size and speed whenever possible.
1247 h8300_rtx_costs(rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED, int *total, bool speed) argument

Completed in 444 milliseconds

123456