Home
last modified time | relevance | path

Searched refs:emitBarrierCall (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h300 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGStmtOpenMP.cpp1126 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 DCGOpenMPRuntime.h1058 virtual void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
2040 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeGPU.cpp2174 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 DCGOpenMPRuntime.cpp2564 void CGOpenMPRuntime::emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, in emitBarrierCall() function in CGOpenMPRuntime
12663 void CGOpenMPSIMDRuntime::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall() function in CGOpenMPSIMDRuntime