Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h275 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.h835 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
1654 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeNVPTX.cpp2448 void CGOpenMPRuntimeNVPTX::emitParallelCall( in emitParallelCall() function in CGOpenMPRuntimeNVPTX
H A DCGOpenMPRuntime.cpp2838 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime
9586 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1263 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()