Searched refs:emitTaskLoopCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 843 virtual void emitTaskLoopCall(
|
D | CGStmtOpenMP.cpp | 3593 CGF.CGM.getOpenMPRuntime().emitTaskLoopCall(CGF, S.getLocStart(), S, in EmitOMPTaskLoopBasedDirective()
|
D | CGOpenMPRuntime.cpp | 4056 void CGOpenMPRuntime::emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskLoopCall() function in CGOpenMPRuntime
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1355 virtual void emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, 2225 void emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGOpenMPRuntime.cpp | 5181 void CGOpenMPRuntime::emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskLoopCall() function in CGOpenMPRuntime 12579 void CGOpenMPSIMDRuntime::emitTaskLoopCall( in emitTaskLoopCall() function in CGOpenMPSIMDRuntime
|
D | CGStmtOpenMP.cpp | 6530 CGF.CGM.getOpenMPRuntime().emitTaskLoopCall(CGF, S.getBeginLoc(), S, in EmitOMPTaskLoopBasedDirective()
|