Home
last modified time | relevance | path

Searched refs:resultMatrix (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DLinearTransform.cpp39 Matrix resultMatrix = Matrix::identity(m.getNumColumns()); in makeTransformToColumnEchelon() local
64 resultMatrix.swapColumns(nonZeroCol, echelonCol); in makeTransformToColumnEchelon()
70 resultMatrix.negateColumn(echelonCol); in makeTransformToColumnEchelon()
81 resultMatrix.negateColumn(i); in makeTransformToColumnEchelon()
97 modEntryColumnOperation(m, row, sourceCol, targetCol, resultMatrix); in makeTransformToColumnEchelon()
105 resultMatrix.swapColumns(i, echelonCol); in makeTransformToColumnEchelon()
112 return {echelonCol, LinearTransform(std::move(resultMatrix))}; in makeTransformToColumnEchelon()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3851 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local
3862 if (inputMatrix.getNumColumns() != resultMatrix.getNumColumns()) in verify()
3867 if (inputMatrix.getNumRows() != resultMatrix.getNumRows()) in verify()
3872 if (inputMatrix.getElementType() != resultMatrix.getElementType()) in verify()
3978 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local
3981 if (inputMatrix.getNumRows() != resultMatrix.getNumColumns()) in verify()
3985 if (inputMatrix.getNumColumns() != resultMatrix.getNumRows()) in verify()
4004 auto resultMatrix = result().getType().cast<spirv::MatrixType>(); in verify() local
4012 if (rightMatrix.getNumColumns() != resultMatrix.getNumColumns()) in verify()
4022 if (leftMatrix.getElementType() != resultMatrix.getElementType()) in verify()
[all …]