Home
last modified time | relevance | path

Searched defs:getNumColumns (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h77 unsigned getNumColumns() const { return nColumns; } in getNumColumns() function
H A DSimplex.h325 unsigned getNumColumns() const { return tableau.getNumColumns(); } in getNumColumns() function
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1143 unsigned MatrixType::getNumColumns() const { return getImpl()->columnCount; } in getNumColumns() function in MatrixType
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp256 unsigned getNumColumns() const { in getNumColumns() function in __anon8ba1aee70111::LowerMatrixIntrinsics::MatrixTy