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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp213 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this));
217 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this));
219 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));
382 if (OpenMPRuntime)
383 OpenMPRuntime->clear();
423 if (OpenMPRuntime) {
425 OpenMPRuntime->emitRequiresDirectiveRegFun()) {
428 OpenMPRuntime->createOffloadEntriesAndInfoMetadata();
429 OpenMPRuntime->clear();
2156 if (LangOpts.OpenMP && OpenMPRuntime
2784 OpenMPRuntime && "Expected OpenMP device mode."); local
[all...]
H A DCodeGenModule.h324 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; member in class:clang::CodeGen::CodeGenModule
588 assert(OpenMPRuntime != nullptr);
589 return *OpenMPRuntime;

Completed in 123 milliseconds