Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
209 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()213 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()215 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()370 if (OpenMPRuntime) in clear()371 OpenMPRuntime->clear(); in clear()411 if (OpenMPRuntime) { in Release()413 OpenMPRuntime->emitRegistrationFunction()) { in Release()418 OpenMPRuntime->clear(); in Release()2170 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()3474 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()[all …]
318 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable572 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()573 return *OpenMPRuntime; in getOpenMPRuntime()