Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp247 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()
252 OpenMPRuntime.reset(new CGOpenMPRuntimeAMDGCN(*this)); in createOpenMPRuntime()
258 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
413 if (OpenMPRuntime) in clear()
414 OpenMPRuntime->clear(); in clear()
494 if (OpenMPRuntime) { in Release()
500 OpenMPRuntime->clear(); in Release()
2452 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
2913 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
4308 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
[all …]
H A DCodeGenModule.h330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
617 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
618 return *OpenMPRuntime; in getOpenMPRuntime()