Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h250 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.h793 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
1727 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeGPU.cpp1168 void CGOpenMPRuntimeGPU::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp2036 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime
12397 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1580 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()