Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp637 Space = Space.align_params(Statement->getDomainSpace()); in createBasicAccessMap()
640 isl::basic_set::universe(Statement->getDomainSpace()), in createBasicAccessMap()
819 isl::space Space = Statement->getDomainSpace(); in foldAccessRelation()
873 Space = Statement->getDomainSpace(); in buildAccessRelation()
1072 isl::space OriginalDomainSpace = getStatement()->getDomainSpace(); in setNewAccessRelation()
1126 return isl::map::from_aff(isl::aff(isl::local_space(getDomainSpace()))); in getSchedule()
1132 return isl::map::from_aff(isl::aff(isl::local_space(getDomainSpace()))); in getSchedule()
1262 isl::space ScopStmt::getDomainSpace() const { return Domain.get_space(); } in getDomainSpace() function in ScopStmt
2371 Stmt.restrictDomain(isl::set::empty(Stmt.getDomainSpace())); in restrictDomains()
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp952 isl::space DomSpace = Stmt->getDomainSpace(); in tryForwardTree()
DZoneAlgo.cpp610 Stmt->getDomainSpace().map_from_domain_and_range(ScatterSpace); in getScatterFor()
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp302 isl_space *Space = Stmt.getDomainSpace().release(); in importSchedule()
/external/llvm-project/polly/include/polly/
DScopInfo.h1287 isl::space getDomainSpace() const;