| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 423 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 424 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 426 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 436 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 438 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 441 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | nvidia,tegra124-cpufreq.txt | 12 - pll_x: Fast PLL clocksource. 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | ste-u300.dts | 180 /* Fast bridge clocks */ 184 clock-type = <1>; /* Fast */ 191 clock-type = <1>; /* Fast */ 198 clock-type = <1>; /* Fast */ 205 clock-type = <1>; /* Fast */ 217 clock-type = <1>; /* Fast */
|
| H A D | imx7-colibri-aster.dtsi | 21 /* Colibri Fast Ethernet */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankSelect.h | 20 AMDGPURegBankSelect(Mode RunningMode = Fast);
|
| H A D | GCNNSAReassign.cpp | 83 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 162 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 188 if (!Fast) { in CheckNSA()
|
| H A D | AMDGPURegBankSelect.cpp | 58 OptMode = Mode::Fast; in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-14.2/libexec/getty/ |
| H A D | gettytab | 115 # Fast dialup terminals, 2400/1200/300 rotary (can start either way) 117 D2400|d2400|Fast-Dial-2400:\ 119 3|D1200|Fast-Dial-1200:\ 121 5|D300|Fast-Dial-300:\
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | rtsm_ve-motherboard-rs2.dtsi | 3 * ARM Ltd. Fast Models
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1786 if (Fast != nullptr) in allowsMemoryAccessForAlignment() 1787 *Fast = 1; in allowsMemoryAccessForAlignment() 1797 const MachineMemOperand &MMO, unsigned *Fast) const { in allowsMemoryAccessForAlignment() 1806 unsigned *Fast) const { in allowsMemoryAccess() 1808 Flags, Fast); in allowsMemoryAccess() 1814 unsigned *Fast) const { in allowsMemoryAccess() 1816 MMO.getFlags(), Fast); in allowsMemoryAccess() 1825 MMO.getFlags(), Fast); in allowsMemoryAccess() 2288 unsigned Fast = 0; in isLoadBitCastBeneficial() local 2290 MMO, &Fast) && in isLoadBitCastBeneficial() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 41 Fast = 8, enumerator
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-femac-mdio.txt | 1 Hisilicon Fast Ethernet MDIO Controller interface
|
| H A D | davicom-dm9000.txt | 1 Davicom DM9000 Fast Ethernet controller
|
| H A D | ralink,rt3050-esw.txt | 1 Ralink Fast Ethernet Embedded Switch
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | st,stm32-i2c.yaml | 91 description: Use to set Fast Mode Plus bit within SYSCFG when Fast Mode
|
| H A D | i2c-synquacer.txt | 15 Fast modes are supported, possible values are 100000 and
|
| H A D | i2c-owl.txt | 17 Fast modes are supported, possible values are 100000 and
|
| H A D | i2c-axxia.txt | 15 the default 100 kHz frequency will be used. As only Normal and Fast modes
|
| H A D | microchip,corei2c.yaml | 34 Desired I2C bus clock frequency in Hz. As only Standard and Fast
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 48 CCIfCC<"CallingConv::Fast", CCDelegateTo<RetCC_M68k_Fast>>, 100 CCIfCC<"CallingConv::Fast", CCDelegateTo<CC_M68k_Fast>>,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 51 CB.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 140 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 55 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 87 if (OptMode != Mode::Fast) { in init() 99 if (OptMode != Mode::Fast) { in getAnalysisUsage() 657 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 743 OptMode = Mode::Fast; in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.h | 27 unsigned *Fast) const override;
|
| /freebsd-14.2/sys/arm64/conf/ |
| H A D | std.arm64 | 20 options TCP_RFC7413 # TCP Fast Open 23 options FFS # Berkeley Fast Filesystem
|