Home
last modified time | relevance | path

Searched refs:CGOpenMPSIMDRuntime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8932 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 …]
H A DCGOpenMPRuntime.h1681 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
1683 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {} in CGOpenMPSIMDRuntime() function
1684 ~CGOpenMPSIMDRuntime() override {} in ~CGOpenMPSIMDRuntime()
H A DCodeGenModule.cpp494 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()