Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp9411 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9425 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
12418 llvm::Function *CGOpenMPSIMDRuntime::emitParallelOutlinedFunction( in emitParallelOutlinedFunction()
12424 llvm::Function *CGOpenMPSIMDRuntime::emitTeamsOutlinedFunction( in emitTeamsOutlinedFunction()
12430 llvm::Function *CGOpenMPSIMDRuntime::emitTaskOutlinedFunction( in emitTaskOutlinedFunction()
12438 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall()
12446 void CGOpenMPSIMDRuntime::emitCriticalRegion( in emitCriticalRegion()
12453 void CGOpenMPSIMDRuntime::emitMasterRegion(CodeGenFunction &CGF, in emitMasterRegion()
12459 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall()
12464 void CGOpenMPSIMDRuntime::emitTaskgroupRegion( in emitTaskgroupRegion()
[all …]
DCGOpenMPRuntime.h1900 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
1902 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {} in CGOpenMPSIMDRuntime() function
1903 ~CGOpenMPSIMDRuntime() override {} in ~CGOpenMPSIMDRuntime()
DCodeGenModule.cpp226 OpenMPRuntime.reset(new CGOpenMPSIMDRuntime(*this)); in createOpenMPRuntime()