Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h237 Optional<int64_t> getConstantBoundingSizeAndShape(
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp802 region.getConstantBoundingSizeAndShape(&newShape, &lbs, &lbDivisors); in createPrivateMemRef()
963 srcWriteRegion.getConstantBoundingSizeAndShape(&srcShape); in canFuseSrcWhichWritesToLiveOut()
986 dstRegion.getConstantBoundingSizeAndShape(&dstShape); in canFuseSrcWhichWritesToLiveOut()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp134 Optional<int64_t> MemRefRegion::getConstantBoundingSizeAndShape( in getConstantBoundingSizeAndShape() function in MemRefRegion
421 Optional<int64_t> numElements = getConstantBoundingSizeAndShape(); in getRegionSize()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2363 Optional<int64_t> numElements = region.getConstantBoundingSizeAndShape( in generateCopy()