Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
479 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()483 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()485 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()705 if (OpenMPRuntime) in clear()706 OpenMPRuntime->clear(); in clear()839 if (OpenMPRuntime) { in Release()844 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()845 OpenMPRuntime->clear(); in Release()3197 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()3736 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()[all …]
330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable647 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()648 return *OpenMPRuntime; in getOpenMPRuntime()