Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OpenMPRuntime

247     OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this));
252 OpenMPRuntime.reset(new CGOpenMPRuntimeAMDGCN(*this));
256 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this));
258 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));
413 if (OpenMPRuntime)
414 OpenMPRuntime->clear();
494 if (OpenMPRuntime) {
496 OpenMPRuntime->emitRequiresDirectiveRegFun()) {
499 OpenMPRuntime->createOffloadEntriesAndInfoMetadata();
500 OpenMPRuntime->clear();
2422 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D))
2883 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD))
3474 if (getLangOpts().OpenMPIsDevice && OpenMPRuntime &&
3475 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() &&
4157 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS))
4278 if (LangOpts.OpenMPIsDevice && OpenMPRuntime &&
4279 OpenMPRuntime->emitTargetGlobalVariable(D))