Home
last modified time | relevance | path

Searched refs:dim_max (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenAlgo.cpp218 auto PartMax = FirstSubScatterMap.dim_max(0); in tryFlattenSequence()
276 auto Max = SubExtent.dim_max(0); in tryFlattenLoop()
H A DMaximalStaticExpansion.cpp359 auto UpperBound = getConstant(CurrentStmtDomain.dim_max(i), true, false); in expandAccess()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1472 inline isl::pw_aff dim_max(int pos) const;
1712 inline isl::pw_aff dim_max(int pos) const;
2130 inline isl::pw_aff dim_max(int pos) const;
2887 inline isl::pw_aff dim_max(int pos) const;
3925 inline isl::pw_aff dim_max(int pos) const;
8078 return isl::map(*this).dim_max(pos); in dim_max()
9187 return isl::set(*this).dim_max(pos); in dim_max()
10777 isl::pw_aff map::dim_max(int pos) const in dim_max() function
14402 isl::pw_aff point::dim_max(int pos) const in dim_max() function
14404 return isl::basic_set(*this).dim_max(pos); in dim_max()
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2881 isl::pw_aff OuterMax = AccessSet.dim_max(0); in getExtent()