Home
last modified time | relevance | path

Searched refs:High (Results 1 – 25 of 274) sorted by relevance

1234567891011

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 APInt Low, High; member
68 Ranges, R, [](IntRange A, IntRange B) { return A.High.slt(B.High); }); in IsInRanges()
74 ConstantInt *High; member
165 if (Leaf.Low == Leaf.High) { in NewLeafBlock()
337 I->High = J->High; in Clusterify()
398 UpperBound = Cases.back().High; in ProcessSwitchInst()
423 const APInt &High = Cases.back().High->getValue(); in ProcessSwitchInst() local
445 const APInt &High = I.High->getValue(); in ProcessSwitchInst() local
454 LastRange.High = Low - 1; in ProcessSwitchInst()
456 if (High.ne(SignedMax)) { in ProcessSwitchInst()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange()
76 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables()
212 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local
213 NumCmps += (Low == High) ? 1 : 2; in buildJumpTable()
384 APInt High = Clusters[Last].High->getValue(); in buildBitTests() local
385 assert(Low.slt(High)); in buildBitTests()
394 assert(TLI->rangeFitsInWord(Low, High, *DL) && in buildBitTests()
407 if (Low.isStrictlyPositive() && High.slt(BitWidth)) { in buildBitTests()
411 CmpRange = High; in buildBitTests()
415 CmpRange = High - Low; in buildBitTests()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h44 const ConstantInt *Low, *High; member
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range()
57 C.High = High; in range()
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable()
68 C.High = High; in jumpTable()
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests()
79 C.High = High; in bitTests()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() argument
66 SpillGPRRegs.HighGPR = High; in setSpillGPRRegs()
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs() argument
76 RestoreGPRRegs.HighGPR = High; in setRestoreGPRRegs()
/freebsd-14.2/sys/contrib/device-tree/Bindings/bus/
H A Daspeed,ast2600-ahbc.yaml7 title: ASPEED Advanced High-Performance Bus Controller (AHBC)
14 Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms
16 to control the overall operations of Advanced High-performance Bus (AHB).
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l45.yaml73 1 = High
91 0 = Non-inverted, Active High
101 0 = High impedance input
106 0 = High impedance input
114 0 = High impedance input
/freebsd-14.2/sys/dev/mps/mpi/
H A Dmpi2_type.h101 S32 High; member
107 U32 High; member
/freebsd-14.2/sys/dev/mpt/mpilib/
H A Dmpi_type.h102 S32 High; member
108 U32 High; member
/freebsd-14.2/sys/dev/mpr/mpi/
H A Dmpi2_type.h100 S32 High; member
106 U32 High; member
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h75 S32 High; member
81 U32 High; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def223 HLSL, "High Level Shader Language",
227 HLSL, "High Level Shader Language 2015",
231 HLSL, "High Level Shader Language 2016",
235 HLSL, "High Level Shader Language 2017",
239 HLSL, "High Level Shader Language 2018",
243 HLSL, "High Level Shader Language 2021",
247 HLSL, "High Level Shader Language 202x",
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dphy-tegra194-p2u.txt3 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
H A Dsocionext,uniphier-usb3hs-phy.yaml7 title: Socionext UniPhier USB3 High-Speed (HS) PHY
12 Although the controller includes High-Speed PHY and Super-Speed PHY,
13 this describes about High-Speed PHY.
H A Dphy-tegra194-p2u.yaml13 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_mapping.c130 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
733 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
1346 pcie_wwid = pcie_device_pg0.WWID.High; in _mapping_get_pcie_dev_info()
1671 PhysicalIdentifier.High = in _mapping_add_new_device()
1769 PhysicalIdentifier.High; in _mapping_add_new_device()
1797 dpm_entry->PhysicalIdentifier.High = in _mapping_add_new_device()
1928 PhysicalIdentifier.High = in _mapping_add_new_pcie_device()
2028 PhysicalIdentifier.High; in _mapping_add_new_pcie_device()
2056 dpm_entry->PhysicalIdentifier.High = in _mapping_add_new_pcie_device()
2267 dpm_entry->PhysicalIdentifier.High; in _mapping_process_dpm_pg0()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/connector/
H A Dsamsung,usb-connector-11pin.txt19 0: High Speed (HS),
20 3: Mobile High-Definition Link (MHL), specific to 11-pin Samsung micro-USB.
/freebsd-14.2/sys/dev/mps/
H A Dmps_mapping.c131 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
625 physical_id = dpm_entry->PhysicalIdentifier.High; in _mapping_get_free_dpm_idx()
736 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
1321 dpm_entry->PhysicalIdentifier.High = 0; in _mapping_clear_removed_entries()
1481 PhysicalIdentifier.High = in _mapping_add_new_device()
1579 PhysicalIdentifier.High; in _mapping_add_new_device()
1607 dpm_entry->PhysicalIdentifier.High = in _mapping_add_new_device()
1793 physical_id = dpm_entry->PhysicalIdentifier.High; in _mapping_process_dpm_pg0()
1818 dpm_entry->PhysicalIdentifier.High; in _mapping_process_dpm_pg0()
1892 dpm_entry->PhysicalIdentifier.High; in _mapping_process_dpm_pg0()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-exynos5.txt1 * Samsung's High Speed I2C controller
3 The Samsung's High Speed I2C controller is used to interface with I2C devices
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dsocfpga_cyclone5_chameleon96.dts89 /* On High speed expansion */
101 /* On High speed expansion */
H A Dkirkwood-openrd.dtsi64 * High: RS-485
82 * High: SD
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dnvidia,tegra124-xusb.txt52 - hvdd-usb-ss-supply: High-voltage PCIe/USB3 power supply. Must supply 3.3 V.
53 - hvdd-usb-ss-pll-e-supply: High-voltage PLLE power supply. Must supply 3.3 V.
57 - hvddio-pex-supply: High-voltage PCIe/USB3 power supply. Must supply 1.8 V.
62 - hvdd-pex-pll-e-supply: High-voltage PLLE power supply. Must supply 1.8 V.
/freebsd-14.2/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
130 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { in addRangeMetadata() argument
70 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, High))}; in addRangeMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp464 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
467 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction()
541 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
543 MO.setReg(High); in HexagonProcessInstruction()
553 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
555 MO.setReg(High); in HexagonProcessInstruction()
567 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
569 MO.setReg(High); in HexagonProcessInstruction()
/freebsd-14.2/sys/dev/ow/
H A Dowll_if.m83 # High RRRRM | RRRRRRRRRRRR|RRRRRRRRM
101 # High RRRRM | | |RRRRRRRM
118 # High RRRRM | rrrrrrrrrrrrrrrRRRRRRRM
137 # High RRRM | | RRRRRRRS | RRRR RRM

1234567891011