Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1023 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
2006 void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGOpenMPRuntime.cpp2311 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime
12637 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp4755 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc()); in EmitOMPTaskyieldDirective()