Searched defs:InfoCache (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 452 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 in manifest() local 829 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); initialize() local 848 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); updateImpl() local 891 auto &InfoCache = static_cast<AMDGPUInformationCache &>(A.getInfoCache()); manifest() local 945 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM); runImpl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 292 InformationCache &InfoCache) { in isValidAtPosition() argument 841 InformationCache &InfoCache = A.getInfoCache(); in isAssumedThreadLocalObject() local 1066 InformationCache &InfoCache, in Attributor() argument 3807 runAttributorOnFunctions(InformationCache & InfoCache,SetVector<Function * > & Functions,AnalysisGetter & AG,CallGraphUpdater & CGUpdater,bool DeleteFns,bool IsModulePass) runAttributorOnFunctions() argument 3910 runAttributorLightOnFunctions(InformationCache & InfoCache,SetVector<Function * > & Functions,AnalysisGetter & AG,CallGraphUpdater & CGUpdater,FunctionAnalysisManager & FAM,bool IsModulePass) runAttributorLightOnFunctions() argument 4032 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); run() local 4060 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); run() local 4084 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); run() local 4116 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); run() local [all...] |
H A D | AttributorAttributes.cpp | 1127 InformationCache &InfoCache = A.getInfoCache(); forallInterferingAccesses() local 2431 InformationCache &InfoCache = A.getInfoCache(); isImpliedByIR() local 4194 InformationCache &InfoCache = A.getInfoCache(); isDeadStore() local 9049 InformationCache &InfoCache = A.getInfoCache(); isValidCtxInstructionForOutsideAnalysis() local 10167 InformationCache &InfoCache = A.getInfoCache(); followUseInMBEC() local 10331 InformationCache &InfoCache = A.getInfoCache(); followUseInMBEC() local 11010 InformationCache &InfoCache = A.getInfoCache(); handleCmp() local 11144 InformationCache &InfoCache = A.getInfoCache(); handleLoadInst() local 11280 InformationCache &InfoCache = A.getInfoCache(); handleGenericInst() local [all...] |
H A D | OpenMPOpt.cpp | 3278 if (!I.mayHaveSideEffects() && InfoCache.isOnlyUsedByAssume(I)) in updateImpl() local 5788 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ nullptr, PostLink); run() local 5868 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, run() local
|