/freebsd-src/contrib/llvm-project/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; 173 uint8_t OpIndex; 176 uint8_t IsStmt : 1, [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 33 : Row(Row), Col(Col) { in Row() argument 87 MachineOperand *Row; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 119 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 D | X86FastTileConfig.cpp | 117 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
|
H A D | X86LowerAMXIntrinsics.cpp | 149 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() argument 242 IRBuilderBase &B, Value *Row, in createTileDPLoops() argument
|
H A D | X86FastPreTileConfig.cpp | 55 Register Row; member
|
/freebsd-src/contrib/llvm-project/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 | 346 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; convertFunctionLineTable() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 186 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 D | DWARFDebugLine.cpp | 467 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 D | DWARFUnitIndex.cpp | 242 auto &Row = Rows[i]; in dump() local
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 164 for (const auto &Row : Constraints) { in dump() local
|
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump3.c | 203 UINT8 *Row; AcpiDmDumpSlit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 324 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { emitLineTableRows() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 485 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 D | IOHandlerCursesGUI.cpp | 4485 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 D | RemarkCounter.cpp | 187 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 77 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 D | InstrInfoEmitter.cpp | 541 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 D | UnwindPlan.cpp | 249 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 D | LVELFReader.cpp |
|
/freebsd-src/sys/dev/acpica/ |
H A D | acpi_apei.c | 106 uint16_t Row; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1071 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local [all...] |