Lines Matching refs:InfoCache

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