Home
last modified time | relevance | path

Searched refs:projectOut (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h387 void projectOut(unsigned pos, unsigned num);
388 inline void projectOut(unsigned pos) { return projectOut(pos, 1); } in projectOut() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h349 void projectOut(Value val);
350 using IntegerPolyhedron::projectOut;
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp267 sliceConstraints.projectOut(ivs.size(), in isSliceValid()
568 cst.projectOut(var); in compute()
574 cst.projectOut(cst.getNumDimAndSymbolVars(), cst.getNumLocalVars()); in compute()
1066 dependenceConstraints->projectOut(pos, num); in getComputationSliceState()
H A DAffineAnalysis.cpp438 dependenceDomain->projectOut(numCommonLoops, numIdsToEliminate); in computeDirectionVector()
H A DAffineStructures.cpp1413 void FlatAffineValueConstraints::projectOut(Value val) { in projectOut() function in FlatAffineValueConstraints
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1524 projectOut(0, pos); in computeConstantLowerOrUpperBound()
1525 projectOut(1, getNumVars() - 1); in computeConstantLowerOrUpperBound()
1892 void IntegerRelation::projectOut(unsigned pos, unsigned num) { in projectOut() function in IntegerRelation
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1781 fac.projectOut(newRank, fac.getNumVars() - newRank - fac.getNumLocalVars()); in normalizeMemRefType()