Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp130 class AMDGPUInformationCache : public InformationCache { class
132 AMDGPUInformationCache(const Module &M, AnalysisGetter &AG, in AMDGPUInformationCache() function in __anon4805a6110111::AMDGPUInformationCache
405 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl()
501 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in checkForQueuePtr()
632 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize()
671 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest()
759 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, *TM); in runOnModule()