Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp86 return getDomainSpace().isCompatible(other.getDomainSpace()) && in isEqual()
148 if (!getDomainSpace().isCompatible(other.getDomainSpace())) in isEqualWhereDomainsOverlap()
199 assert(space.isCompatible(piece.getDomainSpace()) && in addPiece()
286 assert(mafA.getDomainSpace().isCompatible(mafB.getDomainSpace()) && in tiebreakLex()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h59 const PresburgerSpace &getDomainSpace() const { return domainSet.getSpace(); } in getDomainSpace() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp613 Space = Space.align_params(Statement->getDomainSpace()); in createBasicAccessMap()
616 isl::basic_set::universe(Statement->getDomainSpace()), in createBasicAccessMap()
795 isl::space Space = Statement->getDomainSpace(); in foldAccessRelation()
849 Space = Statement->getDomainSpace(); in buildAccessRelation()
1040 isl::space OriginalDomainSpace = getStatement()->getDomainSpace(); in setNewAccessRelation()
1096 return isl::map::from_aff(isl::aff(isl::local_space(getDomainSpace()))); in getSchedule()
1102 return isl::map::from_aff(isl::aff(isl::local_space(getDomainSpace()))); in getSchedule()
1228 isl::space ScopStmt::getDomainSpace() const { return Domain.get_space(); } in getDomainSpace() function in ScopStmt
2286 Stmt.restrictDomain(isl::set::empty(Stmt.getDomainSpace())); in restrictDomains()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp305 isl_space *Space = Stmt.getDomainSpace().release(); in importSchedule()
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp955 isl::space DomSpace = Stmt->getDomainSpace(); in tryForwardTree()
H A DZoneAlgo.cpp617 Stmt->getDomainSpace().map_from_domain_and_range(ScatterSpace); in getScatterFor()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1281 isl::space getDomainSpace() const;