Lines Matching defs:fastMemorySpace
57 LoopFusion(unsigned fastMemorySpace, uint64_t localBufSizeThresholdBytes,
59 this->fastMemorySpace = fastMemorySpace;
247 std::optional<unsigned> fastMemorySpace,
304 if (bufSize <= localBufSizeThreshold && fastMemorySpace.has_value()) {
305 newMemSpace = *fastMemorySpace;
707 std::optional<unsigned> fastMemorySpace;
718 std::optional<unsigned> fastMemorySpace, bool maximalFusion,
721 fastMemorySpace(fastMemorySpace), maximalFusion(maximalFusion),
1024 fastMemorySpace, localBufSizeThreshold);
1380 if (fastMemorySpace.hasValue())
1381 fastMemorySpaceOpt = fastMemorySpace;
1409 unsigned fastMemorySpace, uint64_t localBufSizeThreshold,
1411 return std::make_unique<LoopFusion>(fastMemorySpace, localBufSizeThreshold,