/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | caller-save.c | 420 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 D | expmed.h | 149 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 D | optabs-query.c | 678 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 D | caller-save.cc | 420 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 D | expmed.h | 140 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 D | optabs-query.cc | 696 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 D | aarch64-tuning-flags.def | 39 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 D | aarch64-tuning-flags.def | 39 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 D | config.h.in | 3 /* Define if you want assertions enabled. This is a cheap check. */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | 2817.md | 191 ;; 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 D | 2817.md | 191 ;; 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 D | AArch64SchedPredExynos.td | 148 // Identify cheap arithmetic and logic immediate instructions.
|
H A D | AArch64.td | 119 // 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 D | MMEYE | 38 #options DIAGNOSTIC # cheap kernel consistency checks
|
/netbsd-src/sys/dev/ic/ |
H A D | README.ncr5380sbc | 10 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 D | POWERMAC | 20 options DIAGNOSTIC # cheap kernel consistency checks
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | predicates.md | 136 ; (mem (post_inc)), or (mem (reg)) then it is cheap compared to other operand
|
/netbsd-src/sys/arch/evbppc/conf/ |
H A D | VIRTEX_DFC | 49 options DIAGNOSTIC # cheap kernel consistency checks
|
H A D | RB850GX2 | 44 options DIAGNOSTIC # cheap kernel consistency checks
|
H A D | VIRTEX_GSRD1 | 43 options DIAGNOSTIC # cheap kernel consistency checks
|
H A D | VIRTEX_GSRD2 | 51 options DIAGNOSTIC # cheap kernel consistency checks
|
H A D | OPENBLOCKS266 | 44 #options DIAGNOSTIC # cheap kernel consistency checks
|
/netbsd-src/sys/arch/mac68k/conf/ |
H A D | INSTALL | 41 #options DIAGNOSTIC # cheap kernel consistency checks
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | configure.ac | 176 [Define if you want assertions enabled. This is a cheap check.])
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | configure.ac | 185 [Define if you want assertions enabled. This is a cheap check.])
|