Lines Matching refs:OpenMPRuntime
262 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
266 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
268 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
459 if (OpenMPRuntime) in clear()
460 OpenMPRuntime->clear(); in clear()
548 if (OpenMPRuntime) { in Release()
550 OpenMPRuntime->emitRequiresDirectiveRegFun()) { in Release()
553 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
554 OpenMPRuntime->clear(); in Release()
2670 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3187 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
3858 if (getLangOpts().OpenMPIsDevice && OpenMPRuntime && in GetOrCreateLLVMFunction()
3859 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
4548 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
4672 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
4673 OpenMPRuntime->emitTargetGlobalVariable(D)) in EmitGlobalVarDefinition()