Home
last modified time | relevance | path

Searched refs:cheap (Results 1 – 25 of 163) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcaller-save.c420 rtx cheap; in setup_save_areas() local
454 cheap = find_reg_note (insn, REG_RETURNED, NULL); in setup_save_areas()
455 if (cheap) in setup_save_areas()
456 cheap = XEXP (cheap, 0); in setup_save_areas()
464 if (r < 0 || regno_reg_rtx[regno] == cheap) in setup_save_areas()
499 rtx cheap; in setup_save_areas() local
507 cheap = find_reg_note (insn, REG_RETURNED, NULL); in setup_save_areas()
508 if (cheap) in setup_save_areas()
509 cheap = XEXP (cheap, 0); in setup_save_areas()
542 if (r < 0 || regno_reg_rtx[regno] == cheap) in setup_save_areas()
[all …]
H A Dexpmed.h149 bool cheap[2][NUM_MODE_IPV_INT]; member
261 return &eoc->cheap[speed][idx]; in expmed_op_cheap_ptr()
315 set_smod_pow2_cheap (bool speed, machine_mode mode, bool cheap) in set_smod_pow2_cheap() argument
317 *smod_pow2_cheap_ptr (speed, mode) = cheap; in set_smod_pow2_cheap()
H A Doptabs-query.c678 static bool cheap[2] = { true, true }; in lshift_cheap_p() local
690 cheap[speed_p] = cost < COSTS_N_INSNS (3); in lshift_cheap_p()
694 return cheap[speed_p]; in lshift_cheap_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcaller-save.cc420 rtx cheap; in setup_save_areas() local
454 cheap = find_reg_note (insn, REG_RETURNED, NULL); in setup_save_areas()
455 if (cheap) in setup_save_areas()
456 cheap = XEXP (cheap, 0); in setup_save_areas()
464 if (r < 0 || regno_reg_rtx[regno] == cheap) in setup_save_areas()
499 rtx cheap; in setup_save_areas() local
507 cheap = find_reg_note (insn, REG_RETURNED, NULL); in setup_save_areas()
508 if (cheap) in setup_save_areas()
509 cheap = XEXP (cheap, 0); in setup_save_areas()
542 if (r < 0 || regno_reg_rtx[regno] == cheap) in setup_save_areas()
[all …]
H A Dexpmed.h140 bool cheap[2][NUM_MODE_IPV_INT]; member
252 return &eoc->cheap[speed][idx]; in expmed_op_cheap_ptr()
306 set_smod_pow2_cheap (bool speed, machine_mode mode, bool cheap) in set_smod_pow2_cheap() argument
308 *smod_pow2_cheap_ptr (speed, mode) = cheap; in set_smod_pow2_cheap()
H A Doptabs-query.cc696 static bool cheap[2] = { true, true }; in lshift_cheap_p() local
708 cheap[speed_p] = cost < COSTS_N_INSNS (3); in lshift_cheap_p()
712 return cheap[speed_p]; in lshift_cheap_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-tuning-flags.def39 considered cheap. Logical shift left <=4 with or without a
40 zero extend are considered cheap. Sign extend; non logical shift left
41 are not considered cheap. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-tuning-flags.def39 considered cheap. Logical shift left <=4 with or without a
40 zero extend are considered cheap. Sign extend; non logical shift left
41 are not considered cheap. */
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfig.h.in3 /* Define if you want assertions enabled. This is a cheap check. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D2817.md191 ;; Loads and stores are cheap as well.
262 ;; These are normal fp loads/stores - which are cheap.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D2817.md191 ;; Loads and stores are cheap as well.
262 ;; These are normal fp loads/stores - which are cheap.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedPredExynos.td148 // Identify cheap arithmetic and logic immediate instructions.
H A DAArch64.td119 // This feature could similarly be extended to support cheap merging of _any_
185 def FeatureCustomCheapAsMoveHandling : SubtargetFeature<"custom-cheap-as-move",
187 "Use custom handling of cheap instructions">;
189 def FeatureExynosCheapAsMoveHandling : SubtargetFeature<"exynos-cheap-as-move",
191 "Use Exynos specific handling of cheap instructions",
/netbsd-src/sys/arch/mmeye/conf/
H A DMMEYE38 #options DIAGNOSTIC # cheap kernel consistency checks
/netbsd-src/sys/dev/ic/
H A DREADME.ncr5380sbc10 On the PC, the NCR 53C80 was most commonly used to implement simple, cheap
14 much of the actual processing. These days, these controllers are cheap
/netbsd-src/sys/arch/macppc/conf/
H A DPOWERMAC20 options DIAGNOSTIC # cheap kernel consistency checks
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dpredicates.md136 ; (mem (post_inc)), or (mem (reg)) then it is cheap compared to other operand
/netbsd-src/sys/arch/evbppc/conf/
H A DVIRTEX_DFC49 options DIAGNOSTIC # cheap kernel consistency checks
H A DRB850GX244 options DIAGNOSTIC # cheap kernel consistency checks
H A DVIRTEX_GSRD143 options DIAGNOSTIC # cheap kernel consistency checks
H A DVIRTEX_GSRD251 options DIAGNOSTIC # cheap kernel consistency checks
H A DOPENBLOCKS26644 #options DIAGNOSTIC # cheap kernel consistency checks
/netbsd-src/sys/arch/mac68k/conf/
H A DINSTALL41 #options DIAGNOSTIC # cheap kernel consistency checks
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dconfigure.ac176 [Define if you want assertions enabled. This is a cheap check.])
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dconfigure.ac185 [Define if you want assertions enabled. This is a cheap check.])

1234567