Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
250 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()254 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()256 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()447 if (OpenMPRuntime) in clear()448 OpenMPRuntime->clear(); in clear()544 if (OpenMPRuntime) { in Release()546 OpenMPRuntime->emitRequiresDirectiveRegFun()) { in Release()549 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()550 OpenMPRuntime->clear(); in Release()2799 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()[all …]
330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable637 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()638 return *OpenMPRuntime; in getOpenMPRuntime()