| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 425 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 426 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 428 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 438 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 440 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 443 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
| /freebsd-13.1/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-13.1/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 */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNNSAReassign.cpp | 81 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 160 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 178 if (!Fast) { in CheckNSA()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | rtsm_ve-motherboard-rs2.dtsi | 3 * ARM Ltd. Fast Models
|
| /freebsd-13.1/libexec/getty/ |
| H A D | gettytab | 116 # Fast dialup terminals, 2400/1200/300 rotary (can start either way) 118 D2400|d2400|Fast-Dial-2400:\ 120 3|D1200|Fast-Dial-1200:\ 122 5|D300|Fast-Dial-300:\
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | st,stm32-i2c.yaml | 30 description: Use to set Fast Mode Plus bit within SYSCFG when 31 Fast Mode Plus speed is selected by slave.
|
| 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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.cpp | 39 case CallingConv::Fast: in getCalleeSavedRegs() 51 case CallingConv::Fast: in getCallPreservedMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 42 Fast = 8, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 25 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 53 CCIfCC<"CallingConv::Fast", CCDelegateTo<RetCC_M68k_Fast>>, 105 CCIfCC<"CallingConv::Fast", CCDelegateTo<CC_M68k_Fast>>,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 88 if (OptMode != Mode::Fast) { in init() 100 if (OptMode != Mode::Fast) { in getAnalysisUsage() 646 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 679 OptMode = Mode::Fast; in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 50 CB.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 120 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1706 Align Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccessForAlignment() 1715 if (Fast != nullptr) in allowsMemoryAccessForAlignment() 1716 *Fast = true; in allowsMemoryAccessForAlignment() 1726 const MachineMemOperand &MMO, bool *Fast) const { in allowsMemoryAccessForAlignment() 1728 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment() 1735 bool *Fast) const { in allowsMemoryAccess() 1737 Flags, Fast); in allowsMemoryAccess() 1743 bool *Fast) const { in allowsMemoryAccess() 1745 MMO.getFlags(), Fast); in allowsMemoryAccess() 1751 bool *Fast) const { in allowsMemoryAccess() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.h | 27 bool *Fast) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 98 Fast, enumerator 620 RegBankSelect(Mode RunningMode = Fast);
|
| /freebsd-13.1/sys/mips/conf/ |
| H A D | AR71XX_BASE | 47 options FFS #Berkeley Fast Filesystem
|
| H A D | std.BERI | 39 options FFS #Berkeley Fast Filesystem
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 30 // Lanai 32-bit Fast Calling convention.
|