Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h905 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
DCGStmtOpenMP.cpp2597 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getLocStart()); in EmitOMPTaskwaitDirective()
DCGOpenMPRuntime.cpp4621 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPRuntime
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1515 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
2347 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) override;
DCGOpenMPRuntime.cpp6185 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPRuntime
12621 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPSIMDRuntime
DCGStmtOpenMP.cpp4341 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc()); in EmitOMPTaskwaitDirective()