Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp247 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()
252 OpenMPRuntime.reset(new CGOpenMPRuntimeAMDGCN(*this)); in createOpenMPRuntime()
256 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*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()
496 OpenMPRuntime->emitRequiresDirectiveRegFun()) { in Release()
499 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
500 OpenMPRuntime->clear(); in Release()
[all …]
H A DCodeGenModule.h330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
617 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
618 return *OpenMPRuntime; in getOpenMPRuntime()