Lines Matching refs:OpenMPRuntime
490 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
494 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
496 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
747 if (OpenMPRuntime) in clear()
748 OpenMPRuntime->clear(); in clear()
881 if (OpenMPRuntime) { in Release()
882 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
883 OpenMPRuntime->clear(); in Release()
3231 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3777 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
4576 if (getLangOpts().OpenMPIsTargetDevice && OpenMPRuntime && in GetOrCreateLLVMFunction()
4577 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
5264 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
5397 if (LangOpts.OpenMPIsTargetDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
5398 OpenMPRuntime->emitTargetGlobalVariable(D)) in EmitGlobalVarDefinition()