Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.h234 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
HDCGOpenMPRuntime.h799 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
1747 void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
HDCGOpenMPRuntimeGPU.cpp1205 void CGOpenMPRuntimeGPU::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPRuntimeGPU
HDCGOpenMPRuntime.cpp1868 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime
11968 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall() function in CGOpenMPSIMDRuntime
HDCGStmtOpenMP.cpp1603 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()