Lines Matching defs:InfoCache
452 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
453 bool HasApertureRegs = InfoCache.hasApertureRegs(*F);
454 bool SupportsGetDoorbellID = InfoCache.supportsGetDoorbellID(*F);
455 unsigned COV = InfoCache.getCodeObjectVersion();
558 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
571 bool HasApertureRegs = InfoCache.hasApertureRegs(*F);
595 if (InfoCache.needsQueuePtr(C, *F))
763 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
765 std::tie(MinGroupSize, MaxGroupSize) = InfoCache.getFlatWorkGroupSizes(*F);
783 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
785 std::tie(Min, Max) = InfoCache.getMaximumFlatWorkGroupRange(*F);
829 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
835 std::tie(Min, Max) = InfoCache.getWavesPerEU(
848 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
865 std::tie(Min, Max) = InfoCache.getEffectiveWavesPerEU(
891 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache());
892 unsigned Max = InfoCache.getMaxWavesPerEU(*F);
1035 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM);
1051 Attributor A(Functions, InfoCache, AC);