Searched refs:projectOut (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | IntegerRelation.h | 387 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 D | AffineStructures.h | 349 void projectOut(Value val); 350 using IntegerPolyhedron::projectOut;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | Utils.cpp | 267 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 D | AffineAnalysis.cpp | 438 dependenceDomain->projectOut(numCommonLoops, numIdsToEliminate); in computeDirectionVector()
|
| H A D | AffineStructures.cpp | 1413 void FlatAffineValueConstraints::projectOut(Value val) { in projectOut() function in FlatAffineValueConstraints
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | IntegerRelation.cpp | 1524 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 D | Utils.cpp | 1781 fac.projectOut(newRank, fac.getNumVars() - newRank - fac.getNumLocalVars()); in normalizeMemRefType()
|