Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp262 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
266 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
268 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
459 if (OpenMPRuntime) in clear()
460 OpenMPRuntime->clear(); in clear()
548 if (OpenMPRuntime) { in Release()
554 OpenMPRuntime->clear(); in Release()
2670 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3187 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
4672 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
[all …]
H A DCodeGenModule.h326 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
628 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
629 return *OpenMPRuntime; in getOpenMPRuntime()