Home
last modified time | relevance | path

Searched refs:emitParallelCall (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h287 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.h992 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
1972 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeGPU.cpp2084 void CGOpenMPRuntimeGPU::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp2071 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime
12609 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1585 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()