Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
490 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()494 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()496 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()747 if (OpenMPRuntime) in clear()748 OpenMPRuntime->clear(); in clear()881 if (OpenMPRuntime) { in Release()882 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()883 OpenMPRuntime->clear(); in Release()3231 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()3777 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()[all …]
330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable667 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()668 return *OpenMPRuntime; in getOpenMPRuntime()