Home
last modified time | relevance | path

Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp250 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 …]
H A DCodeGenModule.h330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
637 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
638 return *OpenMPRuntime; in getOpenMPRuntime()