/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 140 struct Row { struct 150 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 160 object::SectionedAddress Address; 164 uint32_t Line; 168 uint16_t Column; 171 uint16_t File; 174 uint32_t Discriminator; 177 uint8_t Isa; 180 uint8_t IsStmt : 1, 205 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 34 : Row(Row), Col(Col) { in Row() function 88 MachineOperand *Row; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 119 Value *Row = nullptr, *Col = nullptr; in getShape() local 170 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local 200 Value *Row = II->getOperand(0); in combineBitcastStore() local 255 Value *Row = nullptr, *Col = nullptr; in transformBitcast() local 273 Value *Row = II->getOperand(0); in transformBitcast() local 403 Value *Row = II->getOperand(0); in createTileStore() local 429 Value *Row = II->getOperand(0); in replaceWithTileLoad() local
|
H A D | X86LowerAMXIntrinsics.cpp | 149 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() 244 IRBuilderBase &B, Value *Row, in createTileDPLoops()
|
H A D | X86PreAMXConfig.cpp | 175 Value *Row = Shapes[I * 2]; in preWriteTileCfg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local 254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode() 269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
|
H A D | DwarfTransformer.cpp | 282 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 63 unsigned *Row = SmallBuffer; variable
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | event.c | 140 IN UINTN Row, in WaitForEventWithTimeout()
|
H A D | print.c | 664 IN UINTN Row, in PrintAt() 735 IN UINTN Row, in IPrintAt() 773 IN UINTN Row, in _IPrint()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 182 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<() 189 for (const UnwindRow &Row : Rows) in dump() local 210 UnwindRow Row; in create() local 234 UnwindRow Row; in create() local 496 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
|
H A D | DWARFDebugLine.cpp | 462 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row 1224 DWARFDebugLine::Row Row; in findRowInSeq() local 1407 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
|
H A D | DWARFUnitIndex.cpp | 233 auto &Row = Rows[i]; in dump() local
|
H A D | DWARFVerifier.cpp | 808 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 317 auto &Row = std::get<2>(Results.back()); in exportStats() local 401 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText() 411 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 81 for (auto &Row : DepMatrix) { in printDepMatrix() local 196 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() 209 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() 219 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() 262 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local 1166 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 114 for (auto &Row : Constraints) { in dump() local
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmtbdump3.c | 95 UINT8 *Row; AcpiDmDumpSlit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 498 const auto &Row = *R; in emitLogicalOperandSizeMappings() local 590 const auto &Row = *LogicalOpTypeList[r]; in emitLogicalOperandTypeMappings() local
|
/netbsd-src/sys/dev/acpi/ |
H A D | apei_cper.h | 128 uint16_t Row; global() member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 535 auto &Row = Rows[Idx]; in emitLineTableForUnit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 829 int Row; in reassociateOps() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 246 for (const auto &Row : SrcSelTable) { in getSelIdx() local
|
H A D | SIRegisterInfo.cpp | 314 for (auto &Row : SubRegFromChannelTable) in SIRegisterInfo() local
|