Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/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;
173 uint8_t OpIndex;
176 uint8_t IsStmt : 1,
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h33 : Row(Row), Col(Col) { in Row() argument
87 MachineOperand *Row; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp119 Value *Row = nullptr, *Col = nullptr; getShape() local
239 Value *Row = nullptr, *Col = nullptr; combineLoadBitcast() local
268 Value *Row = II->getOperand(0); combineBitcastStore() local
323 Value *Row = nullptr, *Col = nullptr; transformBitcast() local
341 Value *Row = II->getOperand(0); transformBitcast() local
468 Value *Row = II->getOperand(0); createTileStore() local
494 Value *Row = II->getOperand(0); replaceWithTileLoad() local
786 Value *Row = nullptr, *Col = nullptr; optimizeAMXCastFromPhi() local
932 Value *Row = II->getOperand(0); combineCastStore() local
951 Value *Row = nullptr, *Col = nullptr; combineLoadCast() local
1168 Value *Row = nullptr, *Col = nullptr; transformAMXCast() local
1188 Value *Row = II->getOperand(0); transformAMXCast() local
[all...]
H A DX86FastTileConfig.cpp117 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp149 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() argument
242 IRBuilderBase &B, Value *Row, in createTileDPLoops() argument
H A DX86FastPreTileConfig.cpp55 Register Row; member
/freebsd-src/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) -> bool { in decode()
269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
H A DDwarfTransformer.cpp346 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; convertFunctionLineTable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp186 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<() argument
194 for (const UnwindRow &Row : Rows) in dump() local
216 UnwindRow Row; in create() local
240 UnwindRow Row; create() local
515 parseRows(const CFIProgram & CFIP,UnwindRow & Row,const RegisterLocations * InitialLocs) parseRows() argument
[all...]
H A DDWARFDebugLine.cpp467 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } Row() function in DWARFDebugLine::Row
1286 DWARFDebugLine::Row Row; findRowInSeq() local
1471 const auto &Row = Rows[RowIndex]; getFileLineInfoForAddress() local
[all...]
H A DDWARFUnitIndex.cpp242 auto &Row = Rows[i]; in dump() local
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp164 for (const auto &Row : Constraints) { in dump() local
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c203 UINT8 *Row; AcpiDmDumpSlit() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h324 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { emitLineTableRows() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp485 auto Get = [&Distances, Columns](size_t Column, std::size_t Row) -> char & { in nearestMatchesForCodepointName()
499 auto &VisitNode) -> void { in nearestMatchesForCodepointName()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4485 struct Row { struct
4487 Row *parent; argument
4496 std::vector<Row> children; argument
4498 Row(const ValueObjectSP &v, Row *p) in Row() argument
4510 std::vector<Row> &GetChildren() { in GetChildren() argument
4565 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() argument
4531 UnexpandRow Unexpand() argument
4537 DrawTreeRow DrawTree() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp187 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp77 for (auto &Row : DepMatrix) { in printDepMatrix() local
202 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local
1134 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp541 const auto &Row = *R; in emitLogicalOperandSizeMappings() local
633 const auto &Row = *LogicalOpTypeList[r]; in emitLogicalOperandTypeMappings() local
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/sys/dev/acpica/
H A Dacpi_apei.c106 uint16_t Row; member
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1071 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local
[all...]

12