/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 33 : Row(Row), Col(Col) { in Row() argument 87 MachineOperand *Row; global() variable [all...] |
/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 AddressRow global() argument 156 LineRow global() argument 160 ColumnRow global() argument 163 FileRow global() argument 166 DiscriminatorRow global() argument 169 IsaRow global() argument 173 OpIndexRow global() argument 176 IsStmtRow global() argument 201 EpilogueBeginRow global() argument 414 struct Row Row; global() member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-nqueens.cpp | 39 int N, int Col, int Row, const Board &B) { in tryBoard() 42 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B) { in buildBoardScan() 58 constexpr bool Board::check(const char *p, int Row, int Col) const { in check()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 126 Value *Row = nullptr, *Col = nullptr; getShape() local 246 Value *Row = nullptr, *Col = nullptr; combineLoadBitcast() local 275 Value *Row = II->getOperand(0); combineBitcastStore() local 330 Value *Row = nullptr, *Col = nullptr; transformBitcast() local 348 Value *Row = II->getOperand(0); transformBitcast() local 474 Value *Row = II->getOperand(0); createTileStore() local 500 Value *Row = II->getOperand(0); replaceWithTileLoad() local 792 Value *Row = nullptr, *Col = nullptr; optimizeAMXCastFromPhi() local 938 Value *Row = II->getOperand(0); combineCastStore() local 957 Value *Row = nullptr, *Col = nullptr; combineLoadCast() local 1174 Value *Row = nullptr, *Col = nullptr; transformAMXCast() local 1194 Value *Row = II->getOperand(0); transformAMXCast() local [all...] |
H A D | X86FastTileConfig.cpp | 117 MachineOperand &Row = MI.getOperand(1); configBasicBlock() local
|
H A D | X86LowerAMXIntrinsics.cpp | 149 createTileLoadStoreLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * Ptr,Value * Stride,Value * Tile) createTileLoadStoreLoops() argument 242 createTileDPLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * K,Value * Acc,Value * LHS,Value * RHS) createTileDPLoops() argument
|
/llvm-project/clang/test/AST/Interp/ |
H A D | constexpr-nqueens.cpp |
|
/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()
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 81 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; getLeafConstructs() local 90 const auto *Row = LeafConstructTable[LeafConstructTableOrdering[Idx]]; getLeafConstructsOrSelf() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 194 Row.dump(OS, DumpOpts, IndentLevel); in dump() local 216 Row.setAddress(Fde->getInitialLocation()); in create() local 186 operator <<(raw_ostream & OS,const UnwindRow & Row) operator <<() argument 240 UnwindRow Row; create() local 515 parseRows(const CFIProgram & CFIP,UnwindRow & Row,const RegisterLocations * InitialLocs) parseRows() argument [all...] |
H A D | DWARFDebugLine.cpp | 483 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } Row() function in DWARFDebugLine::Row 1302 DWARFDebugLine::Row Row; findRowInSeq() local 1487 const auto &Row = Rows[RowIndex]; getFileLineInfoForAddress() local [all...] |
H A D | DWARFUnitIndex.cpp | 242 auto &Row = Rows[i]; in dump() local
|
/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()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 164 for (const auto &Row : Constraints) { dump() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 38 if (Row.empty()) in getLastCoefficient() argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 325 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | CombinationGeneratorTest.cpp | 142 TEST(CombinationGenerator, Row) { in TEST() argument
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | ClassLayoutTest.cpp | 10 short Row; member
|
/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()
|
/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkCounter.cpp | 187 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
|
/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...] |
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Simplex.h | 225 enum class Orientation { Row, Column }; enumerator
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 77 for (auto &Row : DepMatrix) { printDepMatrix() local 202 for (unsigned Row = 0; Row < NumRows; ++Row) { isLegalToInterChangeLoops() local 1134 for (auto &Row : DepMatrix) { isProfitableForVectorization() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 541 const auto &Row = *R; emitLogicalOperandSizeMappings() local 633 const auto &Row = *LogicalOpTypeList[r]; emitLogicalOperandTypeMappings() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 249 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} Row() function in UnwindPlan::Row [all...] |