| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 422 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 423 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 425 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 435 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 437 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 440 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 25 enum class RegAllocType { Unset, Default, Basic, Fast, Greedy, PBQP }; enumerator 35 addLiteralOption("fast", RegAllocType::Fast, "Fast register allocator"); in initialize()
|
| /freebsd/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/sys/contrib/device-tree/src/mips/mobileye/ |
| H A D | eyeq5.dtsi | 118 clock-frequency = <400000>; /* Fast mode */ 133 clock-frequency = <400000>; /* Fast mode */ 148 clock-frequency = <400000>; /* Fast mode */ 163 clock-frequency = <400000>; /* Fast mode */ 178 clock-frequency = <400000>; /* Fast mode */
|
| /freebsd/libexec/getty/ |
| H A D | gettytab | 113 # Fast dialup terminals, 2400/1200/300 rotary (can start either way) 115 D2400|d2400|Fast-Dial-2400:\ 117 3|D1200|Fast-Dial-1200:\ 119 5|D300|Fast-Dial-300:\
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1785 Align Alignment, MachineMemOperand::Flags Flags, unsigned *Fast) const { in allowsMemoryAccessForAlignment() 1794 if (Fast != nullptr) in allowsMemoryAccessForAlignment() 1795 *Fast = 1; in allowsMemoryAccessForAlignment() 1800 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment() 1805 const MachineMemOperand &MMO, unsigned *Fast) const { in allowsMemoryAccessForAlignment() 1807 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment() 1814 unsigned *Fast) const { in allowsMemoryAccess() 1816 Flags, Fast); in allowsMemoryAccess() 1822 unsigned *Fast) const { in allowsMemoryAccess() 1824 MMO.getFlags(), Fast); in allowsMemoryAccess() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | rtsm_ve-motherboard-rs2.dtsi | 3 * ARM Ltd. Fast Models
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNNSAReassign.cpp | 70 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 168 GCNNSAReassignImpl::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 194 if (!Fast) { in CheckNSA()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-femac-mdio.txt | 1 Hisilicon Fast Ethernet MDIO Controller interface
|
| H A D | ralink,rt3050-esw.txt | 1 Ralink Fast Ethernet Embedded Switch
|
| H A D | davicom-dm9000.txt | 1 Davicom DM9000 Fast Ethernet controller
|
| /freebsd/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/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-synquacer.txt | 15 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 | i2c-owl.txt | 17 Fast modes are supported, possible values are 100000 and
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 41 Fast = 8, enumerator
|
| /freebsd/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() 658 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 743 OptMode = Mode::Fast; in runOnMachineFunction()
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx7-colibri-aster.dtsi | 21 /* Colibri Fast Ethernet */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.h | 27 unsigned *Fast) const override;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | bio.pod | 54 =head2 TCP Fast Open 56 TCP Fast Open (RFC7413), abbreviated "TFO", is supported by the BIO
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 21 options TCP_RFC7413 # TCP Fast Open 24 options FFS # Berkeley Fast Filesystem
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 51 CB.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 138 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 98 Fast, enumerator 620 RegBankSelect(Mode RunningMode = Fast);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 30 // Lanai 32-bit Fast Calling convention.
|
| /freebsd/packages/zstd/ |
| H A D | zstd.ucl | 19 comment = "Fast, lossless compression algorithm"
|