Searched refs:emitBarrierCall (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.h | 300 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGStmtOpenMP.cpp | 1126 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal() 1759 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPParallelDirective() 3114 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPWorksharingLoop() 3513 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in emitScanBasedDirective() 3545 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getBeginLoc(), in emitWorksharingDirective() 3614 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForDirective() 3635 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForSimdDirective() 3725 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in EmitSections() 3790 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitSections() 3862 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitOMPSectionsDirective() [all …]
|
| H A D | CGOpenMPRuntime.h | 1058 virtual void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, 2040 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2174 void CGOpenMPRuntimeGPU::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall() function in CGOpenMPRuntimeGPU 2748 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction() 2800 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
|
| H A D | CGOpenMPRuntime.cpp | 2564 void CGOpenMPRuntime::emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, in emitBarrierCall() function in CGOpenMPRuntime 12663 void CGOpenMPSIMDRuntime::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall() function in CGOpenMPSIMDRuntime
|