Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h132 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 DTileShapeInfo.h34 : Row(Row), Col(Col) { in Row() function
88 MachineOperand *Row; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp119 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 DX86FastTileConfig.cpp117 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp150 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops()
245 IRBuilderBase &B, Value *Row, in createTileDPLoops()
H A DX86PreAMXConfig.cpp175 Value *Row = Shapes[I * 2]; in preWriteTileCfg() local
H A DX86FastPreTileConfig.cpp56 Register Row; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp70 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 DDwarfTransformer.cpp281 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp186 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 DDWARFDebugLine.cpp462 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 DDWARFUnitIndex.cpp242 auto &Row = Rows[i]; in dump() local
H A DDWARFVerifier.cpp909 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth10.C25 struct Row struct
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dedit_distance.h76 unsigned *Row = SmallBuffer; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp319 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 DConstraintSystem.cpp113 for (const auto &Row : Constraints) { in dump() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4486 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 DUnicodeNameToCodepoint.cpp488 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 DInstrInfoEmitter.cpp539 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 DLoopInterchange.cpp81 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 DConstraintElimination.cpp769 for (auto &Row : R.ExtraInfo) in checkAndReplaceCondition() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp249 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 DLVELFReader.cpp731 for (const DWARFDebugLine::Row &Row : Lines->Rows) { in createLineAndFileRecords() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp943 int Row; in reassociateOps() local

12