Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp209 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()
213 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
215 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
370 if (OpenMPRuntime) in clear()
371 OpenMPRuntime->clear(); in clear()
411 if (OpenMPRuntime) { in Release()
413 OpenMPRuntime->emitRegistrationFunction()) { in Release()
418 OpenMPRuntime->clear(); in Release()
2170 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
3474 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
[all …]
H A DCodeGenModule.h318 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
572 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
573 return *OpenMPRuntime; in getOpenMPRuntime()