Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp135 class AMDGPUInformationCache : public InformationCache { class
137 AMDGPUInformationCache(const Module &M, AnalysisGetter &AG, in AMDGPUInformationCache() function in __anoncd64cf5d0111::AMDGPUInformationCache
411 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl()
513 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in checkForQueuePtr()
655 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize()
694 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest()
782 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, *TM); in runOnModule()