Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp479 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 …]
H A DCodeGenModule.h330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
647 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
648 return *OpenMPRuntime; in getOpenMPRuntime()