Home
last modified time | relevance | path

Searched refs:resizeVertically (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp40 resizeVertically(nRows + 1); in appendExtraRow()
61 resizeVertically(newNRows); in resize()
64 void Matrix::resizeVertically(unsigned newNRows) { in resizeVertically() function in Matrix
164 resizeVertically(nRows + count); in insertRows()
179 resizeVertically(nRows - count); in removeRows()
H A DIntegerRelation.cpp380 equalities.resizeVertically(0); in clearConstraints()
381 inequalities.resizeVertically(0); in clearConstraints()
1047 inequalities.resizeVertically(pos); in removeRedundantInequalities()
1068 inequalities.resizeVertically(pos); in removeRedundantConstraints()
1080 equalities.resizeVertically(pos); in removeRedundantConstraints()
1686 inequalities.resizeVertically(pos); in removeTrivialRedundancy()
H A DPWMAFunction.cpp108 output.resizeVertically(count); in truncateOutput()
H A DSimplex.cpp1128 tableau.resizeVertically(getNumRows() - 1); in removeLastConstraintRowOrientation()
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp70 TEST(MatrixTest, resizeVertically) { in TEST() argument
78 mat.resizeVertically(3); in TEST()
86 mat.resizeVertically(5); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h166 void resizeVertically(unsigned newNRows);