Home
last modified time | relevance | path

Searched refs:Fast (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp423 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/sys/contrib/device-tree/Bindings/cpufreq/
H A Dnvidia,tegra124-cpufreq.txt12 - pll_x: Fast PLL clocksource.
14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/freebsd/libexec/getty/
H A Dgettytab113 # 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/Target/AMDGPU/
H A DGCNNSAReassign.cpp83 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 DAMDGPURegBankSelect.h20 AMDGPURegBankSelect(Mode RunningMode = Fast);
H A DAMDGPURegBankSelect.cpp58 OptMode = Mode::Fast; in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1698 Align Alignment, MachineMemOperand::Flags Flags, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1707 if (Fast != nullptr) in allowsMemoryAccessForAlignment()
1708 *Fast = 1; in allowsMemoryAccessForAlignment()
1713 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
1718 const MachineMemOperand &MMO, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1720 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment()
1727 unsigned *Fast) const { in allowsMemoryAccess()
1729 Flags, Fast); in allowsMemoryAccess()
1735 unsigned *Fast) const { in allowsMemoryAccess()
1737 MMO.getFlags(), Fast); in allowsMemoryAccess()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Drtsm_ve-motherboard-rs2.dtsi3 * ARM Ltd. Fast Models
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP };
24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; global() enumerator
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dhisilicon-femac-mdio.txt1 Hisilicon Fast Ethernet MDIO Controller interface
H A Dralink,rt3050-esw.txt1 Ralink Fast Ethernet Embedded Switch
H A Ddavicom-dm9000.txt1 Davicom DM9000 Fast Ethernet controller
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h41 Fast = 8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.td48 CCIfCC<"CallingConv::Fast", CCDelegateTo<RetCC_M68k_Fast>>,
100 CCIfCC<"CallingConv::Fast", CCDelegateTo<CC_M68k_Fast>>,
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-synquacer.txt15 Fast modes are supported, possible values are 100000 and
H A Di2c-axxia.txt15 the default 100 kHz frequency will be used. As only Normal and Fast modes
H A Di2c-owl.txt17 Fast modes are supported, possible values are 100000 and
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp55 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()
744 OptMode = Mode::Fast; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp51 CB.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy()
140 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7-colibri-aster.dtsi21 /* Colibri Fast Ethernet */
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h27 unsigned *Fast) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h98 Fast, enumerator
620 RegBankSelect(char &PassID = ID, Mode RunningMode = Fast);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp417 CC == CallingConv::Fast ? RISCV::CC_RISCV_FastCC : RISCV::CC_RISCV, in lowerReturnVal()
547 CC == CallingConv::Fast ? RISCV::CC_RISCV_FastCC : RISCV::CC_RISCV, in lowerFormalArguments()
613 CC == CallingConv::Fast ? RISCV::CC_RISCV_FastCC : RISCV::CC_RISCV, in lowerCall()
645 CC == CallingConv::Fast ? RISCV::CC_RISCV_FastCC : RISCV::CC_RISCV, in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td30 // Lanai 32-bit Fast Calling convention.
/freebsd/share/misc/
H A Dflowers15 Fuchsia:Fast.

123456789