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()
1426 OMPInformationCache::RuntimeFunctionInfo &RFI = in deleteParallelRegions()
1785 getCombinedIdentFromCallUsesIn(OMPInformationCache::RuntimeFunctionInfo &RFI, in getCombinedIdentFromCallUsesIn()
1818 OMPInformationCache::RuntimeFunctionInfo &RFI, in deduplicateRuntimeCalls()
1944 OMPInformationCache::RuntimeFunctionInfo &GlobThreadNumRFI = in collectGlobalThreadIdArguments()
2039 OMPInformationCache &OMPInfoCache;
2118 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in getUniqueKernelFor()
2131 OMPInformationCache::foreachUse(F, [&](const Use &U) { in getUniqueKernelFor()
2146 OMPInformationCache::RuntimeFunctionInfo &KernelParallelRFI = in rewriteDeviceCodeStateMachine()
2166 OMPInformationCache::foreachUse(*F, [&](Use &U) { in rewriteDeviceCodeStateMachine()
2318 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
2373 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in getValueForCall()
2564 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
2936 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in isInitialThreadOnlyEdge()
3421 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in findPotentialRemovedFreeCalls()
3447 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
3481 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in manifest()
3559 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
3701 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3705 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3707 OMPInformationCache::RuntimeFunctionInfo &DeinitRFI = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3713 OMPInformationCache::RuntimeFunctionInfo &RFI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3943 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in insertInstructionGuardsHelper()
4040 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in insertInstructionGuardsHelper()
4195 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in forceSingleThreadPerWorkgroupHelper()
4216 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in changeToSPMDMode()
4308 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in buildCustomStateMachine()
4820 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateParallelLevels()
4821 OMPInformationCache::RuntimeFunctionInfo &Parallel51RFI = in updateParallelLevels()
4896 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
5052 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in updateImpl()
5220 auto &OMPInfoCache = static_cast<OMPInformationCache &>(A.getInfoCache()); in initialize()
5501 OMPInformationCache::RuntimeFunctionInfo &InitRFI = in registerAAs()
5788 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ nullptr, PostLink); in run()
5868 OMPInformationCache InfoCache(*(Functions.back()->getParent()), AG, Allocator, in run()