Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h237 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.h799 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
1744 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeGPU.cpp1224 void CGOpenMPRuntimeGPU::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp1865 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime
11938 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1575 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()