Lines Matching defs:accCache
276 accCache;
313 auto *accIt = accCache.find(accOffets);
314 if (accIt != accCache.end())
329 accCache[dstOffets] = newOp->getResult(0);
334 for (const auto &it : accCache) {
365 accCache;
389 auto *accIt = accCache.find(destOffset);
390 if (accIt != accCache.end())
401 accCache[destOffset] = result;
407 for (const auto &it : accCache) {