Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h33 : Row(Row), Col(Col) { in Row() argument
87 MachineOperand *Row; global() variable
[all...]
/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 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 Dconstexpr-nqueens.cpp39 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 DX86LowerAMXType.cpp126 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 DX86FastTileConfig.cpp117 MachineOperand &Row = MI.getOperand(1); configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp149 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 Dconstexpr-nqueens.cpp
/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()
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp81 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 DDWARFDebugFrame.cpp194 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 DDWARFDebugLine.cpp483 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 DDWARFUnitIndex.cpp242 auto &Row = Rows[i]; in dump() local
/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()
/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp164 for (const auto &Row : Constraints) { dump() local
/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h38 if (Row.empty()) in getLastCoefficient() argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h325 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DCombinationGeneratorTest.cpp142 TEST(CombinationGenerator, Row) { in TEST() argument
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp10 short Row; member
/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()
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp187 SmallVector<unsigned, 4> Row(ArgumentSetIdxMap.size()); in collect() local
/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...]
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h225 enum class Orientation { Row, Column }; enumerator
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp77 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 DInstrInfoEmitter.cpp541 const auto &Row = *R; emitLogicalOperandSizeMappings() local
633 const auto &Row = *LogicalOpTypeList[r]; emitLogicalOperandTypeMappings() local
/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp249 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {} Row() function in UnwindPlan::Row
[all...]

12