Home
last modified time | relevance | path

Searched refs:emitTaskwaitCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1549 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc,
2390 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp6129 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskwaitCall() function in CGOpenMPRuntime
12976 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp5205 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc(), Data); in EmitOMPTaskwaitDirective()