Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2840 return isl::set::universe(Array->getSpace()); in getExtent()
2849 return isl::set::empty(Array->getSpace()); in getExtent()
2851 isl::set AccessSet = AccessUSet.extract_set(Array->getSpace()); in getExtent()
2853 isl::local_space LS = isl::local_space(Array->getSpace()); in getExtent()
2863 isl::set Extent = isl::set::universe(Array->getSpace()); in getExtent()
2882 isl::local_space(Array->getSpace()), isl::dim::set, i); in getExtent()
3007 PPCGArray.space = Array->getSpace().release(); in createArrays()
3043 isl_space *Space = Array->getSpace().release(); in getArrayIdentity()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp250 isl::space ScopArrayInfo::getSpace() const { in getSpace() function in ScopArrayInfo
258 isl::space Space = getSpace(); in isReadOnly()
415 isl::space ArraySpace = SAI->getSpace(); in wrapConstantDimensions()
467 isl::space ArraySpace = SAI->getSpace(); in updateDimensionality()
DScopBuilder.cpp2364 isl::space Space = Array->getSpace(); in foldSizeConstantsToRight()
2371 isl::map Transform = isl::map::universe(Array->getSpace().map_from_set()); in foldSizeConstantsToRight()
/external/llvm-project/polly/include/polly/
DScopInfo.h355 isl::space getSpace() const;