Lines Matching refs:OpenMPRuntime
247 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()
2422 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
2883 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
3474 if (getLangOpts().OpenMPIsDevice && OpenMPRuntime && in GetOrCreateLLVMFunction()
3475 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
4157 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
4278 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
4279 OpenMPRuntime->emitTargetGlobalVariable(D)) in EmitGlobalVarDefinition()