Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h830 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
1781 void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) override;
HDCGOpenMPRuntime.cpp2090 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime
11997 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPSIMDRuntime
HDCGStmtOpenMP.cpp5338 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc()); in EmitOMPTaskyieldDirective()