Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
247 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()252 OpenMPRuntime.reset(new CGOpenMPRuntimeAMDGCN(*this)); in createOpenMPRuntime()256 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()258 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()413 if (OpenMPRuntime) in clear()414 OpenMPRuntime->clear(); in clear()494 if (OpenMPRuntime) { in Release()496 OpenMPRuntime->emitRequiresDirectiveRegFun()) { in Release()499 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()500 OpenMPRuntime->clear(); in Release()[all …]
330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable617 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()618 return *OpenMPRuntime; in getOpenMPRuntime()