Home
last modified time | relevance | path

Searched refs:getRows (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h161 unsigned getRows() const { in getRows() function
248 assert((M.getRows() != 0) && "Zero-row matrix badness.");
249 for (unsigned i = 0; i < M.getRows(); ++i)
H A DReductionRules.h105 YLen = YXECosts->getRows(), in applyR2()
106 ZLen = ZXECosts->getRows(); in applyR2()
H A DGraph.h410 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()
436 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h170 ArrayRef<Entry> getRows() const { in getRows() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp507 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
913 assert(M.getRows() != 0 && "No rows in matrix."); in dump()
915 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump()
940 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h56 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
60 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h413 unsigned getRows() const;
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp188 for (const DWARFUnitIndex::Entry &E : TUIndex.getRows()) { in addAllTypesFromDWP()
720 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp280 if (DWOCtx && !DWOCtx->getCUIndex().getRows().empty()) in updateDebugInfo()
372 IsDWP = !DWOCtx->getCUIndex().getRows().empty(); in updateUnitDebugInfo()
1384 IsDWP = !CUIndex->getRows().empty(); in writeDWP()
1553 IsDWP = !CUIndex->getRows().empty(); in writeDWOFiles()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp857 os << "coopmatrix<" << type.getRows() << "x" << type.getColumns() << "x"; in print()
H A DSPIRVTypes.cpp234 unsigned CooperativeMatrixNVType::getRows() const { return getImpl()->rows; } in getRows() function in CooperativeMatrixNVType
H A DSPIRVOps.cpp3824 if (typeA.getRows() != typeR.getRows() || in verifyCoopMatrixMulAdd()
3825 typeA.getColumns() != typeB.getRows() || in verifyCoopMatrixMulAdd()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1164 if (!CUIndex.getRows().empty()) { in addUnitAbbreviations()
1266 bool IsDWP = !Context.getCUIndex().getRows().empty(); in finalize()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp591 operands.push_back(getConstantOp(cooperativeMatrixType.getRows())); in prepareBasicType()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp412 for (const DWARFUnitIndex::Entry &E : Index.getRows()) { in verifyIndex()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp178 adaptor.getMatrix(), transOp.getRows(), transOp.getColumns()); in matchAndRewrite()