Lines Matching refs:OMPInformationCache
282 struct OMPInformationCache : public InformationCache { struct
283 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() function
927 OMPInformationCache &OMPInfoCache, Attributor &A) in OpenMPOpt()
1028 Use &U, OMPInformationCache::RuntimeFunctionInfo *RFI = nullptr) { in getCallIfRegularCall()
1040 Value &V, OMPInformationCache::RuntimeFunctionInfo *RFI = nullptr) { in getCallIfRegularCall()
1057 OMPInformationCache::RuntimeFunctionInfo &RFI = in mergeParallelRegions()
1064 OMPInformationCache::RuntimeFunctionInfo UnmergableCallsInfo[] = { in mergeParallelRegions()
1428 OMPInformationCache::RuntimeFunctionInfo &RFI = in deleteParallelRegions()
1785 getCombinedIdentFromCallUsesIn(OMPInformationCache::RuntimeFunctionInfo &RFI, in getCombinedIdentFromCallUsesIn()
1818 OMPInformationCache::RuntimeFunctionInfo &RFI, in deduplicateRuntimeCalls()
1943 OMPInformationCache::RuntimeFunctionInfo &GlobThreadNumRFI = in collectGlobalThreadIdArguments()
2038 OMPInformationCache &OMPInfoCache;
2117 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in getUniqueKernelFor()
2130 OMPInformationCache::foreachUse(F, [&](const Use &U) { in getUniqueKernelFor()
2145 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in rewriteDeviceCodeStateMachine()
2165 OMPInformationCache::foreachUse(*F, [&](Use &U) { in rewriteDeviceCodeStateMachine()
2317 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
2372 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in getValueForCall()
2563 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
2935 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in isInitialThreadOnlyEdge()
3420 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in findPotentialRemovedFreeCalls()
3446 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
3480 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in manifest()
3558 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
3700 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3704 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3706 OMPInformationCache::RuntimeFunctionInfo &DeinitRFI = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3712 OMPInformationCache::RuntimeFunctionInfo &RFI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3942 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in insertInstructionGuardsHelper()
4040 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in insertInstructionGuardsHelper()
4196 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in forceSingleThreadPerWorkgroupHelper()
4217 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in changeToSPMDMode()
4309 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in buildCustomStateMachine()
4821 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateParallelLevels()
4822 OMPInformationCache::RuntimeFunctionInfo &Parallel51RFI = in updateParallelLevels()
4897 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
5053 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
5221 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
5502 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in registerAAs()
5789 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ nullptr, PostLink); in run()
5869 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, in run()