Lines Matching refs:OpenMPRuntime
479 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
483 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
485 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
705 if (OpenMPRuntime) in clear()
706 OpenMPRuntime->clear(); in clear()
839 if (OpenMPRuntime) { in Release()
841 OpenMPRuntime->emitRequiresDirectiveRegFun()) { in Release()
844 OpenMPRuntime->createOffloadEntriesAndInfoMetadata(); in Release()
845 OpenMPRuntime->clear(); in Release()
3197 if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D)) in EmitDeferred()
3736 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
4478 if (getLangOpts().OpenMPIsTargetDevice && OpenMPRuntime && in GetOrCreateLLVMFunction()
4479 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
5148 if (OpenMPRuntime->hasAllocateAttributeForGlobalVar(D, AS)) in GetGlobalVarAddressSpace()
5277 if (LangOpts.OpenMPIsTargetDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
5278 OpenMPRuntime->emitTargetGlobalVariable(D)) in EmitGlobalVarDefinition()