Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
597 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()601 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()603 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()855 if (OpenMPRuntime) in clear()856 OpenMPRuntime->clear(); in clear()989 if (OpenMPRuntime) { in Release()990 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()991 OpenMPRuntime->clear(); in Release()3483 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()4033 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()[all …]
375 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable729 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()730 return *OpenMPRuntime; in getOpenMPRuntime()