Searched refs:CGOpenMPSIMDRuntime (Results 1 – 3 of 3) sorted by relevance
8932 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()8948 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()11946 llvm::Function *CGOpenMPSIMDRuntime::emitParallelOutlinedFunction( in emitParallelOutlinedFunction()11953 llvm::Function *CGOpenMPSIMDRuntime::emitTeamsOutlinedFunction( in emitTeamsOutlinedFunction()11960 llvm::Function *CGOpenMPSIMDRuntime::emitTaskOutlinedFunction( in emitTaskOutlinedFunction()11968 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall()11977 void CGOpenMPSIMDRuntime::emitCriticalRegion( in emitCriticalRegion()11984 void CGOpenMPSIMDRuntime::emitMasterRegion(CodeGenFunction &CGF, in emitMasterRegion()11990 void CGOpenMPSIMDRuntime::emitMaskedRegion(CodeGenFunction &CGF, in emitMaskedRegion()11997 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall()[all …]
1681 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {1683 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {} in CGOpenMPSIMDRuntime() function1684 ~CGOpenMPSIMDRuntime() override {} in ~CGOpenMPSIMDRuntime()
494 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()