| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 54 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 D | SwitchLoweringUtils.cpp | 27 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 D | SwitchLoweringUtils.h | 44 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 D | SystemZMachineFunctionInfo.h | 64 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 D | aspeed,ast2600-ahbc.yaml | 7 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 D | cirrus,cs35l45.yaml | 73 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 D | mpi2_type.h | 101 S32 High; member 107 U32 High; member
|
| /freebsd-14.2/sys/dev/mpt/mpilib/ |
| H A D | mpi_type.h | 102 S32 High; member 108 U32 High; member
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_type.h | 100 S32 High; member 106 U32 High; member
|
| /freebsd-14.2/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_type.h | 75 S32 High; member 81 U32 High; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 223 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 D | phy-tegra194-p2u.txt | 3 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
|
| H A D | socionext,uniphier-usb3hs-phy.yaml | 7 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 D | phy-tegra194-p2u.yaml | 13 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_mapping.c | 130 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 D | samsung,usb-connector-11pin.txt | 19 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 D | mps_mapping.c | 131 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 D | i2c-exynos5.txt | 1 * 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 D | socfpga_cyclone5_chameleon96.dts | 89 /* On High speed expansion */ 101 /* On High speed expansion */
|
| H A D | kirkwood-openrd.dtsi | 64 * High: RS-485 82 * High: SD
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | nvidia,tegra124-xusb.txt | 52 - 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 D | t_umountstress.sh | 45 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 D | NVVMIntrRange.cpp | 61 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 D | HexagonAsmPrinter.cpp | 464 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 D | owll_if.m | 83 # High RRRRM | RRRRRRRRRRRR|RRRRRRRRM 101 # High RRRRM | | |RRRRRRRM 118 # High RRRRM | rrrrrrrrrrrrrrrRRRRRRRM 137 # High RRRM | | RRRRRRRS | RRRR RRM
|