Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h218 void emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D,
H A DCGOpenMPRuntime.h1429 virtual void emitTeamsCall(CodeGenFunction &CGF,
2226 void emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D,
H A DCGOpenMPRuntimeGPU.cpp1180 void CGOpenMPRuntimeGPU::emitTeamsCall(CodeGenFunction &CGF, in emitTeamsCall() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp10166 void CGOpenMPRuntime::emitTeamsCall(CodeGenFunction &CGF, in emitTeamsCall() function in CGOpenMPRuntime
12211 void CGOpenMPSIMDRuntime::emitTeamsCall(CodeGenFunction &CGF, in emitTeamsCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp6804 CGF.CGM.getOpenMPRuntime().emitTeamsCall(CGF, S, S.getBeginLoc(), OutlinedFn, in emitCommonOMPTeamsDirective()