Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
262 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()266 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()268 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()459 if (OpenMPRuntime) in clear()460 OpenMPRuntime->clear(); in clear()548 if (OpenMPRuntime) { in Release()554 OpenMPRuntime->clear(); in Release()2670 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()3187 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()4672 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()[all …]
326 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable628 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()629 return *OpenMPRuntime; in getOpenMPRuntime()