| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 33 : 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 D | DWARFDebugLine.h | 133 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 D | DWARFUnwindTablePrinter.cpp | 155 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 D | DWARFDebugFrame.cpp | 48 UnwindRow Row; in createUnwindTable() local 78 UnwindRow Row; in createUnwindTable() local
|
| H A D | DWARFDebugLine.cpp | 482 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 D | DWARFUnitIndex.cpp | 242 auto &Row = Rows[i]; in dump() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 220 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 D | X86FastTileConfig.cpp | 128 MachineOperand &Row = MI.getOperand(1); in configBasicBlock() local
|
| H A D | X86LowerAMXIntrinsics.cpp | 147 BasicBlock *Start, BasicBlock *End, IRBuilderBase &B, Value *Row, in createTileLoadStoreLoops() 240 IRBuilderBase &B, Value *Row, in createTileDPLoops()
|
| H A D | X86PreAMXConfig.cpp | |
| H A D | X86FastPreTileConfig.cpp | 54 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...] |
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 83 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 D | EntryPointStats.cpp | 191 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 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/include/llvm/Analysis/ |
| H A D | ConstraintSystem.h | 38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstraintSystem.cpp | 185 for (const auto &Row : Constraints) { in dump() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.cpp | 81 llvm::dwarf::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
|
| /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/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump3.c | 204 UINT8 *Row; in AcpiDmDumpSlit() 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 | 4487 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 D | RemarkCounter.cpp | 175 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 121 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 D | UnwindPlan.cpp | 259 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} in Row() function in UnwindPlan::Row
|