Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp141 class AMDGPUInformationCache : public InformationCache { class
143 AMDGPUInformationCache(const Module &M, AnalysisGetter &AG, in AMDGPUInformationCache() function in __anon93435ae10111::AMDGPUInformationCache
452 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl()
558 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in checkForQueuePtr()
763 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize()
783 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest()
829 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize()
848 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl()
891 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest()
1035 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM); in runImpl()