Home
last modified time | relevance | path

Searched defs:InfoCache (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp452 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl() local
558 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in checkForQueuePtr() local
763 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize() local
783 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest() local
829 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in initialize() local
848 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in updateImpl() local
891 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); in manifest() local
1035 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM); in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp292 InformationCache &InfoCache) { in isValidAtPosition()
841 InformationCache &InfoCache = A.getInfoCache(); in isAssumedThreadLocalObject() local
1066 InformationCache &InfoCache, in Attributor()
3812 static bool runAttributorOnFunctions(InformationCache &InfoCache, in runAttributorOnFunctions()
3915 static bool runAttributorLightOnFunctions(InformationCache &InfoCache, in runAttributorLightOnFunctions()
4037 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
4065 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
4089 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
4121 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
H A DAttributorAttributes.cpp1128 InformationCache &InfoCache = A.getInfoCache(); in forallInterferingAccesses() local
2433 InformationCache &InfoCache = A.getInfoCache(); in isImpliedByIR() local
4197 InformationCache &InfoCache = A.getInfoCache(); in isDeadStore() local
9064 InformationCache &InfoCache = A.getInfoCache(); in isValidCtxInstructionForOutsideAnalysis() local
10182 InformationCache &InfoCache = A.getInfoCache(); in followUseInMBEC() local
11001 InformationCache &InfoCache = A.getInfoCache(); in handleCmp() local
11135 InformationCache &InfoCache = A.getInfoCache(); in handleLoadInst() local
11271 InformationCache &InfoCache = A.getInfoCache(); in handleGenericInst() local
H A DOpenMPOpt.cpp3277 auto &InfoCache = A.getInfoCache(); in updateImpl() local
5789 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ nullptr, PostLink); in run() local
5869 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, in run() local