Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h33 : Row(Row), Col(Col) { in Row() function
47 : Row(nullptr), Col(nullptr), RowImm(InvalidImmShape), in Row() function
156 MachineOperand *Row; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h133 struct Row { struct
143 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument
153 object::SectionedAddress Address;
157 uint32_t Line;
161 uint16_t Column;
164 uint16_t File;
167 uint32_t Discriminator;
170 uint8_t Isa;
174 uint8_t OpIndex;
177 uint8_t IsStmt : 1,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp155 static void printUnwindRow(const UnwindRow &Row, raw_ostream &OS, in printUnwindRow()
169 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<()
178 for (const UnwindRow &Row : Rows) in printUnwindTable() local
H A DDWARFDebugFrame.cpp48 UnwindRow Row; in createUnwindTable() local
78 UnwindRow Row; in createUnwindTable() local
H A DDWARFDebugLine.cpp482 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row
1309 DWARFDebugLine::Row Row; in findRowInSeq() local
1541 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
H A DDWARFUnitIndex.cpp242 auto &Row = Rows[i]; in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp220 Value *Row = nullptr, *Col = nullptr; in getShape() local
371 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local
400 Value *Row = II->getOperand(0); in combineBitcastStore() local
454 Value *Row = nullptr, *Col = nullptr; in transformBitcast() local
472 Value *Row = II->getOperand(0); in transformBitcast() local
605 Value *Row = II->getOperand(Idx); in createTileStore() local
637 Value *Row = II->getOperand(Idx); in replaceWithTileLoad() local
931 Value *Row = nullptr, *Col = nullptr; in optimizeAMXCastFromPhi() local
1093 Value *Row = nullptr; in combineCastStore() local
1138 Value *Row = nullptr, *Col = nullptr; in combineLoadCast() local
[all …]
H A DX86FastTileConfig.cpp128 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp147 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops()
240 IRBuilderBase &B, Value *Row, in createTileDPLoops()
H A DX86PreAMXConfig.cpp
H A DX86FastPreTileConfig.cpp54 Register Row; member
/freebsd/contrib/llvm-project/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) in decode() argument
269 __anona32c1b310202(const LineEntry &Row) lookup() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp83 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; in getLeafConstructs() local
92 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; in getLeafConstructsOrSelf() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp191 std::string Row; in dumpStatsAsCSV() local
198 for (const auto &Row : Rows) { in dumpStatsAsCSV() local
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp185 for (const auto &Row : Constraints) { in dump() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp81 llvm::dwarf::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h325 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c204 UINT8 *Row; in AcpiDmDumpSlit() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp488 return Distances[Row * Columns + Column]; in nearestMatchesForCodepointName() argument
502 __anonef2277cc0802(const Node &N, std::size_t Row, auto &VisitNode) nearestMatchesForCodepointName() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4487 struct Row { struct
4489 Row *parent; argument
4498 std::vector<Row> children; argument
4500 Row(const ValueObjectSP &v, Row *p) in Row() argument
4512 std::vector<Row> &GetChildren() { in GetChildren() argument
4533 void Unexpand() { in Unexpand()
4539 void DrawTree(Window &window) { in DrawTree()
4567 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp175 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp121 for (auto &Row : DepMatrix) { in printDepMatrix() local
238 for (auto &Row : DepMatrix) in interChangeDependencies() local
265 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp259 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} in Row() function in UnwindPlan::Row

12