Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp327 accCache; in matchAndRewrite() local
374 auto accIt = accCache.find(accOffets); in matchAndRewrite()
375 if (accIt != accCache.end()) in matchAndRewrite()
390 accCache[dstOffets] = newOp->getResult(0); in matchAndRewrite()
395 for (const auto &it : accCache) { in matchAndRewrite()
426 accCache; in matchAndRewrite() local
451 auto accIt = accCache.find(destOffset); in matchAndRewrite()
452 if (accIt != accCache.end()) in matchAndRewrite()
463 accCache[destOffset] = result; in matchAndRewrite()
469 for (const auto &it : accCache) { in matchAndRewrite()