Lines Matching refs:InfoCache
405 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl() local
406 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in updateImpl()
407 bool SupportsGetDoorbellID = InfoCache.supportsGetDoorbellID(*F); in updateImpl()
501 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in checkForQueuePtr() local
514 bool HasApertureRegs = InfoCache.hasApertureRegs(*F); in checkForQueuePtr()
538 if (InfoCache.needsQueuePtr(C, *F)) in checkForQueuePtr()
632 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize() local
634 std::tie(MinGroupSize, MaxGroupSize) = InfoCache.getFlatWorkGroupSizes(*F); in initialize()
671 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest() local
673 std::tie(Min, Max) = InfoCache.getMaximumFlatWorkGroupRange(*F); in manifest()
759 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, *TM); in runOnModule() local
770 Attributor A(Functions, InfoCache, AC); in runOnModule()