Home
last modified time | relevance | path

Searched refs:map_from_set (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp650 getDomainFor(TargetStmt).get_space().map_from_set()); in getDefToTarget()
/external/llvm-project/polly/lib/Support/
DISLTools.cpp184 isl::map IdentityMap = isl::map::identity(Set.get_space().map_from_set()); in makeIdentityMap()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp785 Space = Space.range().map_from_set(); in foldAccessRelation()
1002 isl::space Space = SetDomain.map_from_set(); in getEqualAndLarger()
DScopBuilder.cpp202 isl::space MapSpace = SetSpace.map_from_set(); in createNextIterationMap()
2371 isl::map Transform = isl::map::universe(Array->getSpace().map_from_set()); in foldSizeConstantsToRight()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h2636 inline isl::checked::space map_from_set() const;
10817 isl::checked::space space::map_from_set() const in map_from_set() function
Disl-noexceptions.h2907 inline space map_from_set() const;
15874 space space::map_from_set() const in map_from_set() function
Dcpp.h2701 inline isl::space map_from_set() const;
15200 isl::space space::map_from_set() const in map_from_set() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py13329 def map_from_set(arg0): member in space