Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp31 IntegerPolyhedron domainSet = rel.getDomainSet(); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp620 FlatAffineValueConstraints srcDomain = srcRel.getDomainSet(); in checkMemrefAccessDependence()
621 FlatAffineValueConstraints dstDomain = dstRel.getDomainSet(); in checkMemrefAccessDependence()
H A DAffineStructures.cpp1618 FlatAffineValueConstraints FlatAffineRelation::getDomainSet() const { in getDomainSet() function in FlatAffineRelation
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h526 IntegerPolyhedron getDomainSet() const;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h541 FlatAffineValueConstraints getDomainSet() const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2140 IntegerPolyhedron IntegerRelation::getDomainSet() const { in getDomainSet() function in IntegerRelation
2168 assert(getDomainSet().getSpace().isCompatible(poly.getSpace()) && in intersectDomain()
2204 assert(getRangeSet().getSpace().isCompatible(rel.getDomainSet().getSpace()) && in compose()