Home
last modified time | relevance | path

Searched defs:numCols (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/
H A DArmSMEToSCF.cpp286 auto numCols = createMaskOp.getOperands()[1]; in matchAndRewrite() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp166 unsigned numCols = equations.getNumColumns(); in solveParametricEquations() local
H A DIntegerRelation.cpp592 unsigned numCols = getNumCols(); hasInvalidConstraint() local
642 unsigned numCols = constraints->getNumCols(); eliminateFromConstraint() local
758 unsigned numCols = getNumCols(); isEmptyByGCDTest() local
1063 unsigned numCols = getNumCols(); gcdTightenInequalities() local
[all...]
H A DSimplex.cpp975 for (unsigned col = 1, numCols = getNumColumns(); col < numCols; ++col) { pivot() local
2151 for (unsigned col = 0, numCols = getNumColumns(); col < numCols; ++col) print() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp388 unsigned numCols = dependenceDomain->getNumCols(); in addOrderingConstraints() local