Lines Matching refs:fastMemorySpace
52 LoopFusion(unsigned fastMemorySpace, uint64_t localBufSizeThresholdBytes, in LoopFusion()
54 this->fastMemorySpace = fastMemorySpace; in LoopFusion()
65 mlir::createLoopFusionPass(unsigned fastMemorySpace, in createLoopFusionPass() argument
67 return std::make_unique<LoopFusion>(fastMemorySpace, localBufSizeThreshold, in createLoopFusionPass()
777 Optional<unsigned> fastMemorySpace, in createPrivateMemRef() argument
834 if (bufSize <= localBufSizeThreshold && fastMemorySpace.hasValue()) { in createPrivateMemRef()
835 newMemSpace = fastMemorySpace.getValue(); in createPrivateMemRef()
1330 Optional<unsigned> fastMemorySpace; member
1341 Optional<unsigned> fastMemorySpace, bool maximalFusion, in GreedyFusion()
1344 fastMemorySpace(fastMemorySpace), maximalFusion(maximalFusion), in GreedyFusion()
1565 fastMemorySpace, localBufSizeThreshold); in fuseProducerConsumerNodes()
1914 if (fastMemorySpace.hasValue()) in runOnFunction()
1915 fastMemorySpaceOpt = fastMemorySpace; in runOnFunction()