Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h576 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
DCGStmtOpenMP.cpp2589 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getLocStart()); in EmitOMPTaskyieldDirective()
DCGOpenMPRuntime.cpp2120 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1015 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
1987 void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) override;
DCGOpenMPRuntime.cpp2258 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime
12459 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPSIMDRuntime
DCGStmtOpenMP.cpp4333 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc()); in EmitOMPTaskyieldDirective()