Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h858 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
1677 void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGOpenMPRuntime.cpp3027 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime
9607 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp3215 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc()); in EmitOMPTaskyieldDirective()