/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 34 Row(Row) Row() argument 88 MachineOperand *Row; global() variable [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 126 Value *Row = nullptr, *Col = nullptr; in getShape() local 246 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local 275 Value *Row = II->getOperand(0); in combineBitcastStore() local 330 Value *Row = nullptr, *Col = nullptr; in transformBitcast() local 348 Value *Row = II->getOperand(0); in transformBitcast() local 474 Value *Row = II->getOperand(0); in createTileStore() local 500 Value *Row = II->getOperand(0); in replaceWithTileLoad() local 792 Value *Row = nullptr, *Col = nullptr; in optimizeAMXCastFromPhi() local 938 Value *Row = II->getOperand(0); in combineCastStore() local 957 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 | 149 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() 242 IRBuilderBase &B, Value *Row, in createTileDPLoops()
|
H A D | X86PreAMXConfig.cpp |
|
H A D | X86FastPreTileConfig.cpp | 55 Register Row; member
|
/freebsd/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) in decode() argument 269 __anona32c1b310202(const LineEntry &Row) lookup() argument [all...] |
H A D | DwarfTransformer.cpp | 356 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 81 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; in getLeafConstructs() local 90 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; in getLeafConstructsOrSelf() local
|
/freebsd/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 <<() 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 | 483 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row 1302 DWARFDebugLine::Row Row; in findRowInSeq() local 1487 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
|
H A D | DWARFUnitIndex.cpp | 242 auto &Row = Rows[i]; in dump() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 164 for (const auto &Row : Constraints) { in dump() local
|
/freebsd/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() argument
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump3.c | 203 UINT8 *Row; in AcpiDmDumpSlit() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 325 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 488 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 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 4531 void Unexpand() { in Unexpand() 4537 void DrawTree(Window &window) { in DrawTree() 4565 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() argument
|
/freebsd/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
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 744 for (const DWARFDebugLine::Row &Row : Lines->Rows) { in createLineAndFileRecords() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|