Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1336 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
2013 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGOpenMPRuntime.cpp6195 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPRuntime
9762 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp3223 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc()); in EmitOMPTaskwaitDirective()