| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 132 struct Row { struct 142 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 152 object::SectionedAddress Address; 156 uint32_t Line; 160 uint16_t Column; 163 uint16_t File; 166 uint32_t Discriminator; 169 uint8_t Isa; 172 uint8_t IsStmt : 1, 197 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 34 : Row(Row), Col(Col) { in Row() function 88 MachineOperand *Row; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 119 Value *Row = nullptr, *Col = nullptr; in getShape() local 237 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local 267 Value *Row = II->getOperand(0); in combineBitcastStore() local 323 Value *Row = nullptr, *Col = nullptr; in transformBitcast() local 341 Value *Row = II->getOperand(0); in transformBitcast() local 468 Value *Row = II->getOperand(0); in createTileStore() local 494 Value *Row = II->getOperand(0); in replaceWithTileLoad() local 786 Value *Row = nullptr, *Col = nullptr; in optimizeAMXCastFromPhi() local 932 Value *Row = II->getOperand(0); in combineCastStore() local 952 Value *Row = nullptr, *Col = nullptr; in combineLoadCast() local [all …]
|
| H A D | X86FastTileConfig.cpp | 117 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
|
| H A D | X86LowerAMXIntrinsics.cpp | 150 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() 245 IRBuilderBase &B, Value *Row, in createTileDPLoops()
|
| H A D | X86PreAMXConfig.cpp | 175 Value *Row = Shapes[I * 2]; in preWriteTileCfg() local
|
| H A D | X86FastPreTileConfig.cpp | 56 Register Row; member
|
| /openbsd-src/gnu/llvm/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 | 281 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable() local
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 186 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<() 194 for (const UnwindRow &Row : Rows) in dump() local 216 UnwindRow Row; in create() local 240 UnwindRow Row; in create() local 515 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 1229 DWARFDebugLine::Row Row; in findRowInSeq() local 1414 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
|
| H A D | DWARFUnitIndex.cpp | 242 auto &Row = Rows[i]; in dump() local
|
| H A D | DWARFVerifier.cpp | 909 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | synth10.C | 25 struct Row struct
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | edit_distance.h | 76 unsigned *Row = SmallBuffer; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 319 auto &Row = std::get<2>(Results.back()); in exportStats() local 403 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText() 413 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstraintSystem.cpp | 113 for (const auto &Row : Constraints) { in dump() local
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4486 struct Row { struct 4488 Row *parent; argument 4497 std::vector<Row> children; argument 4499 Row(const ValueObjectSP &v, Row *p) in Row() argument 4511 std::vector<Row> &GetChildren() { in GetChildren() argument 4532 void Unexpand() { in Unexpand() 4538 void DrawTree(Window &window) { in DrawTree() 4566 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 488 auto Get = [&Distances, Columns](size_t Column, std::size_t Row) -> char & { in nearestMatchesForCodepointName() 502 auto &VisitNode) -> void { in nearestMatchesForCodepointName()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 539 const auto &Row = *R; in emitLogicalOperandSizeMappings() local 631 const auto &Row = *LogicalOpTypeList[r]; in emitLogicalOperandTypeMappings() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 81 for (auto &Row : DepMatrix) { in printDepMatrix() local 207 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local 1141 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
|
| H A D | ConstraintElimination.cpp | 769 for (auto &Row : R.ExtraInfo) in checkAndReplaceCondition() local
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 249 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} in Row() function in UnwindPlan::Row
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 731 for (const DWARFDebugLine::Row &Row : Lines->Rows) { in createLineAndFileRecords() local
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 943 int Row; in reassociateOps() local
|