Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp597 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
601 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
603 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
855 if (OpenMPRuntime) in clear()
856 OpenMPRuntime->clear(); in clear()
989 if (OpenMPRuntime) { in Release()
990 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
991 OpenMPRuntime->clear(); in Release()
3483 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
4033 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
[all …]
H A DCodeGenModule.h375 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
729 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
730 return *OpenMPRuntime; in getOpenMPRuntime()