Searched refs:Rows (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | Math.h | 169 Matrix(unsigned Rows, unsigned Cols) : in Matrix() argument 170 Rows(Rows), Cols(Cols), Data(new PBQPNum[Rows * Cols]) { in Matrix() 175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() argument 176 : Rows(Rows), Cols(Cols), Data(new PBQPNum[Rows * Cols]) { in Matrix() 177 std::fill(Data, Data + (Rows * Cols), InitVal); in Matrix() 182 : Rows(M.Rows), Cols(M.Cols), Data(new PBQPNum[Rows * Cols]) { in Matrix() 183 std::copy(M.Data, M.Data + (Rows * Cols), Data); in Matrix() 188 : Rows(M.Rows), Cols(M.Cols), Data(M.Data) { in Matrix() 189 M.Rows = M.Cols = 0; in Matrix() 199 Rows = M.Rows; Cols = M.Cols; [all …]
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | RegisterInfoEmitter.cpp | 646 SmallVector<SmallVector<CodeGenSubRegIndex*, 4>, 4> Rows; in emitComposeSubRegIndices() local 652 for (unsigned r = 0, re = Rows.size(); r != re; ++r) { in emitComposeSubRegIndices() 653 if (combine(&Idx, Rows[r])) { in emitComposeSubRegIndices() 659 Found = Rows.size(); in emitComposeSubRegIndices() 660 Rows.resize(Found + 1); in emitComposeSubRegIndices() 661 Rows.back().resize(SubRegIndicesSize); in emitComposeSubRegIndices() 662 combine(&Idx, Rows.back()); in emitComposeSubRegIndices() 668 if (Rows.size() > 1) { in emitComposeSubRegIndices() 669 OS << " static const " << getMinimalTypeForRange(Rows.size()) << " RowMap[" in emitComposeSubRegIndices() 678 << " Rows[" << Rows.size() << "][" << SubRegIndicesSize << "] = {\n"; in emitComposeSubRegIndices() [all …]
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugLine.cpp | 189 if (!Rows.empty()) { in dump() 193 for (const Row &R : Rows) { in dump() 201 Rows.clear(); in clear() 544 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() 545 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq() 682 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
|
| HD | DWARFContext.cpp | 451 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
|
| /NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFDebugLine.h | 178 Rows.push_back(R); in appendRow() 215 RowVector Rows; member
|
| /NextBSD/sys/boot/i386/btx/btxldr/ |
| HD | btxldr.S | 53 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/sys/boot/efi/include/ |
| HD | eficon.h | 66 OUT UINTN *Rows
|
| /NextBSD/sys/boot/pc98/btx/btxldr/ |
| HD | btxldr.S | 50 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/sys/boot/pc98/kgzldr/ |
| HD | crt.s | 34 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/sys/boot/i386/kgzldr/ |
| HD | crt.s | 34 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/sys/boot/pc98/btx/btx/ |
| HD | btx.S | 94 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/sys/boot/i386/btx/btx/ |
| HD | btx.S | 96 .set SCR_ROW,0x19 # Rows per screen
|
| /NextBSD/share/misc/ |
| HD | usb_hid_usages | 1165 0x35 Rows
|