Home
last modified time | relevance | path

Searched refs:from_domain (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/polly/unittests/DeLICM/
DDeLICMTest.cpp194 Ctx.get(), isl::union_map::from_domain(ExistingOccupied), ExistingUnused, in checkIsConflictingNonsymmetric()
195 isl::union_map::from_domain(ExistingWritten), in checkIsConflictingNonsymmetric()
196 isl::union_map::from_domain(ProposedOccupied), ProposedUnused, in checkIsConflictingNonsymmetric()
197 isl::union_map::from_domain(ProposedWritten)); in checkIsConflictingNonsymmetric()
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
229 return isl::union_map::from_domain(Domain); in makeUnknownForDomain()
240 return isl::map::from_domain(Domain); in makeUnknownForDomain()
1120 WriteReachDefZone.unite(isl::union_map::from_domain(NonReachDef)); in computeKnownFromLoad()
DScheduleTreeTransform.cpp236 return isl::schedule::from_domain(Leaf.get_domain()); in visitLeaf()
336 return isl::schedule::from_domain(Domain); in visitLeaf()
DMaximalStaticExpansion.cpp359 auto NewAccessMap = isl::map::from_domain(Domain); in expandAccess()
DDeLICM.cpp103 auto WritesMap = isl::union_map::from_domain(Writes); in computeScalarReachingOverwrite()
DScheduleOptimizer.cpp313 isl::map IsolateRelation = isl::map::from_domain(IsolateDomain); in getIsolateOptions()
/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py249 node = isl.schedule_node.from_domain(A.union(B))
Disl_test_cpp-generic.cc246 auto node = isl::schedule_node::from_domain(A.unite(B)); in construct_schedule_tree()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h662 static inline basic_map from_domain(basic_set bset);
1196 inline local_space from_domain() const;
1293 static inline map from_domain(set set);
2132 static inline pw_multi_aff from_domain(set set);
2471 static inline schedule from_domain(union_set domain);
2575 static inline schedule_node from_domain(union_set domain);
2884 inline space from_domain() const;
3097 static inline union_map from_domain(union_set uset);
5653 basic_map basic_map::from_domain(basic_set bset) in from_domain() function
7844 local_space local_space::from_domain() const in from_domain() function
[all …]
Dcpp-checked.h2121 static inline isl::checked::schedule from_domain(isl::checked::union_set domain);
2218 static inline isl::checked::schedule_node from_domain(isl::checked::union_set domain);
2771 static inline isl::checked::union_map from_domain(isl::checked::union_set uset);
9023 isl::checked::schedule schedule::from_domain(isl::checked::union_set domain) in from_domain() function
9392 isl::checked::schedule_node schedule_node::from_domain(isl::checked::union_set domain) in from_domain() function
11345 isl::checked::union_map union_map::from_domain(isl::checked::union_set uset) in from_domain() function
Dcpp.h2186 static inline isl::schedule from_domain(isl::union_set domain);
2283 static inline isl::schedule_node from_domain(isl::union_set domain);
2836 static inline isl::union_map from_domain(isl::union_set uset);
12346 isl::schedule schedule::from_domain(isl::union_set domain) in from_domain() function
12919 isl::schedule_node schedule_node::from_domain(isl::union_set domain) in from_domain() function
16070 isl::union_map union_map::from_domain(isl::union_set uset) in from_domain() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2346 auto S = isl::schedule::from_domain(getDomains()); in setSchedule()
DScopBuilder.cpp1266 auto StmtSchedule = isl::schedule::from_domain(UDomain); in buildSchedule()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp257 isl::schedule KillSchedule = isl::schedule::from_domain(KillStmtDomain); in computeMustKillsInfo()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6508 def from_domain(arg0): member in union_map
11444 def from_domain(arg0): member in schedule
11957 def from_domain(arg0): member in schedule_node