Home
last modified time | relevance | path

Searched refs:Low (Results 1 – 25 of 210) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 APInt Low, High; member
69 return I != Ranges.end() && I->Low.sle(R.Low); in IsInRanges()
73 ConstantInt *Low; member
78 : Low(low), High(high), BB(bb) {} in CaseRange()
88 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
100 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; in operator <<()
165 if (Leaf.Low == Leaf.High) { in NewLeafBlock()
168 new ICmpInst(NewLeaf, ICmpInst::ICMP_EQ, Val, Leaf.Low, "SwitchLeaf"); in NewLeafBlock()
171 if (Leaf.Low == LowerBound) { in NewLeafBlock()
177 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_SGE, Val, Leaf.Low, in NewLeafBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp26 const APInt &LowCase = Clusters[First].Low->getValue(); in getJumpTableRange()
58 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
77 const APInt &Lo = Clusters[i].Low->getValue(); in findJumpTables()
212 const APInt &Low = Clusters[I].Low->getValue(); in buildJumpTable() local
214 NumCmps += (Low == High) ? 1 : 2; in buildJumpTable()
218 assert(PreviousHigh.slt(Low)); in buildJumpTable()
219 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; in buildJumpTable()
223 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable()
231 Clusters[First].Low->getValue(), in buildJumpTable()
258 JumpTableHeader JTH(Clusters[First].Low->getValue(), in buildJumpTable()
[all …]
/freebsd/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()
56 C.Low = Low; in range()
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable()
67 C.Low = Low; in jumpTable()
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests()
78 C.Low = Low; in bitTests()
[all...]
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_chameleon96.dts73 /* On Low speed expansion */
79 /* On Low speed expansion */
107 /* On Low speed expansion */
113 /* On Low speed expansion */
119 /* On Low speed expansion */
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() argument
65 SpillGPRRegs.LowGPR = Low; in setSpillGPRRegs()
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs() argument
75 RestoreGPRRegs.LowGPR = Low; in setRestoreGPRRegs()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih410-b2260.dts94 /* Low speed expansion connector */
105 /* Low speed expansion connector */
111 /* Low speed expansion connector */
118 /* Low speed expansion connector */
124 /* Low speed expansion connector */
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_type.h100 U32 Low; member
106 U32 Low; member
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_type.h101 U32 Low; member
107 U32 Low; member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_type.h99 U32 Low; member
105 U32 Low; member
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h73 U32 Low; member
79 U32 Low; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h85 uint64_t Low = 0; variable
92 Low = Hash.low();
95 getTensor<uint64_t>(InputSpec.size())[1] = Low;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c748 p->Low = p->Bottom = 0; in Ppmd_RangeDec_Init()
773 return (p->Code - p->Low) / (p->Range /= total); in Range_GetThreshold()
780 if((p->Low ^ (p->Low + p->Range)) >= kTopValue) in Range_Normalize()
785 p->Range = ((uint32_t)(-(int32_t)p->Low)) & (p->Bottom - 1); in Range_Normalize()
789 p->Low <<= 8; in Range_Normalize()
804 p->Low += start * p->Range; in Range_Decode_RAR()
978 p->Low = 0; in Ppmd7z_RangeEnc_Init()
986 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0) in RangeEnc_ShiftLow()
991 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32))); in RangeEnc_ShiftLow()
995 p->Cache = (Byte)((UInt32)p->Low >> 24); in RangeEnc_ShiftLow()
[all …]
H A Darchive_ppmd7_private.h78 UInt32 Low; member
87 UInt64 Low; member
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dusb_a9g20_lpw.dts3 * usb_a9g20_lpw.dts - Device Tree file for Caloa USB A9G20 Low Power board
11 model = "Calao USB A9G20 Low Power";
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax77802.txt6 The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout (LDO)
50 The max77802 regulator supports two different operating modes: Normal and Low
61 3: Low Power which reduces the quiescent current down to only 1uA
67 support changing their mode to Low Power Mode during suspend. These regulators
/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c128 dpm_entry->PhysicalIdentifier.Low = in _mapping_commit_enc_entry()
203 dpm_entry->PhysicalIdentifier.Low = (0xFFFFFFFF & in _mapping_commit_map_entry()
552 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_dpm_idx_from_id()
625 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_free_dpm_idx()
710 (u64)dpm_entry->PhysicalIdentifier.Low)) && (missing_cnt == in _mapping_update_ir_missing_cnt()
731 dpm_entry->PhysicalIdentifier.Low = in _mapping_update_ir_missing_cnt()
1178 le32toh(sas_device_pg0.SASAddress.Low); in _mapping_get_dev_info()
1347 pcie_wwid = (pcie_wwid << 32) | pcie_device_pg0.WWID.Low; in _mapping_get_pcie_dev_info()
1510 dpm_entry->PhysicalIdentifier.Low = 0; in _mapping_clear_removed_entries()
1667 PhysicalIdentifier.Low = in _mapping_add_new_device()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-low-pin-count.txt1 Hisilicon Hip06 Low Pin Count device
2 Hisilicon Hip06 SoCs implement a Low Pin Count (LPC) controller, which
/freebsd/sys/dev/mps/
H A Dmps_mapping.c129 dpm_entry->PhysicalIdentifier.Low = in _mapping_commit_enc_entry()
204 dpm_entry->PhysicalIdentifier.Low = (0xFFFFFFFF & in _mapping_commit_map_entry()
554 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_dpm_idx_from_id()
627 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_free_dpm_idx()
712 (u64)dpm_entry->PhysicalIdentifier.Low)) && (missing_cnt == in _mapping_update_ir_missing_cnt()
734 dpm_entry->PhysicalIdentifier.Low = in _mapping_update_ir_missing_cnt()
1140 le32toh(sas_device_pg0.SASAddress.Low); in _mapping_get_dev_info()
1320 dpm_entry->PhysicalIdentifier.Low = 0; in _mapping_clear_removed_entries()
1477 PhysicalIdentifier.Low = in _mapping_add_new_device()
1581 dpm_entry->PhysicalIdentifier.Low; in _mapping_add_new_device()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp7002.txt21 0 = Normal Operation (Active Low, Default)
27 0 = Normal Operation (Active Low, Default)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp251 const char *const *Low = NameTable.begin(); in lookupLLVMIntrinsicByName() local
253 const char *const *LastLow = Low; in lookupLLVMIntrinsicByName()
254 while (CmpEnd < Name.size() && High - Low > 0) { in lookupLLVMIntrinsicByName()
261 LastLow = Low; in lookupLLVMIntrinsicByName()
262 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); in lookupLLVMIntrinsicByName()
264 if (High - Low > 0) in lookupLLVMIntrinsicByName()
265 LastLow = Low; in lookupLLVMIntrinsicByName()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dsamsung,exynos5433-lpass.txt1 Samsung Exynos SoC Low Power Audio Subsystem (LPASS)
16 Each IP block of the Low Power Audio Subsystem should be specified as
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp52 static bool addRangeAttr(uint64_t Low, uint64_t High, IntrinsicInst *II) { in addRangeAttr() argument
57 ConstantRange Range(APInt(BitWidth, Low), APInt(BitWidth, High)); in addRangeAttr()
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-hikey960.dts155 ldo11: LDO11 { /* Low Speed Connector */
209 * LSEC = Low Speed External Connector
522 /* On Low speed expansion */
591 /* On Low speed expansion */
597 /* On Low speed expansion */
613 /* On Low speed expansion */
619 /* On Low speed expansion */
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-openrd.dtsi63 * Low: RS-232
81 * Low: UART
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp467 unsigned Low = RI->getSubReg(MO1.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
470 TmpInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction()
544 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
547 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction()
556 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
559 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction()
570 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
573 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction()

123456789