Lines Matching refs:OpenMPRuntime
209 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()
213 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()
215 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
370 if (OpenMPRuntime) in clear()
371 OpenMPRuntime->clear(); in clear()
411 if (OpenMPRuntime) { in Release()
413 OpenMPRuntime->emitRegistrationFunction()) { in Release()
418 OpenMPRuntime->clear(); in Release()
2170 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()
2712 if (getLangOpts().OpenMPIsDevice && OpenMPRuntime && in GetOrCreateLLVMFunction()
2713 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
3474 if (LangOpts.OpenMPIsDevice && OpenMPRuntime && in EmitGlobalVarDefinition()
3475 OpenMPRuntime->emitTargetGlobalVariable(D)) in EmitGlobalVarDefinition()