Lines Matching refs:fastMemorySpace
52 LoopFusion(unsigned fastMemorySpace, uint64_t localBufSizeThresholdBytes, in LoopFusion()
54 this->fastMemorySpace = fastMemorySpace; in LoopFusion()
66 mlir::createLoopFusionPass(unsigned fastMemorySpace, in createLoopFusionPass() argument
69 return std::make_unique<LoopFusion>(fastMemorySpace, localBufSizeThreshold, in createLoopFusionPass()
892 Optional<unsigned> fastMemorySpace, in createPrivateMemRef() argument
948 if (bufSize <= localBufSizeThreshold && fastMemorySpace.has_value()) { in createPrivateMemRef()
949 newMemSpace = fastMemorySpace.value(); in createPrivateMemRef()
1365 Optional<unsigned> fastMemorySpace; member
1376 Optional<unsigned> fastMemorySpace, bool maximalFusion, in GreedyFusion()
1379 fastMemorySpace(fastMemorySpace), maximalFusion(maximalFusion), in GreedyFusion()
1658 fastMemorySpace, localBufSizeThreshold); in fuseProducerConsumerNodes()
1980 if (fastMemorySpace.hasValue()) in runOnOperation()
1981 fastMemorySpaceOpt = fastMemorySpace; in runOnOperation()