Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h301 Optional<int64_t> getConstantBoundingSizeAndShape(
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp345 Optional<int64_t> MemRefRegion::getConstantBoundingSizeAndShape( in getConstantBoundingSizeAndShape() function in MemRefRegion
632 Optional<int64_t> numElements = getConstantBoundingSizeAndShape(); in getRegionSize()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp917 region.getConstantBoundingSizeAndShape(&newShape, &lbs, &lbDivisors); in createPrivateMemRef()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2090 Optional<int64_t> numElements = region.getConstantBoundingSizeAndShape( in generateCopy()