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.cpp490 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
494 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
496 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
747 if (OpenMPRuntime) in clear()
748 OpenMPRuntime->clear(); in clear()
881 if (OpenMPRuntime) { in Release()
882 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
883 OpenMPRuntime->clear(); in Release()
3231 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3777 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
[all …]
H A DCodeGenModule.h330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
667 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
668 return *OpenMPRuntime; in getOpenMPRuntime()