Searched refs:emitBarrierCall (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.h | 247 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
|
H A D | CGOpenMPRuntime.h | 870 virtual void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, 1815 void emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc,
|
H A D | CGStmtOpenMP.cpp | 1149 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal() 1629 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in emitOMPCopyinClause() 3378 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPWorksharingLoop() 3830 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in emitScanBasedDirective() 3862 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getBeginLoc(), in emitWorksharingDirective() 3986 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForDirective() 4007 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForSimdDirective() 4097 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in EmitSections() 4162 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitSections() 4229 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitOMPSectionsDirective() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 1300 void CGOpenMPRuntimeGPU::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall() function in CGOpenMPRuntimeGPU
|
H A D | CGOpenMPRuntime.cpp | 2345 void CGOpenMPRuntime::emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, in emitBarrierCall() function in CGOpenMPRuntime 5744 emitBarrierCall(CGF, Loc, OMPD_unknown, /*EmitChecks=*/false); in emitCancellationPointCall() 5783 RT.emitBarrierCall(CGF, Loc, OMPD_unknown, /*EmitChecks=*/false); in emitCancelCall() 12023 void CGOpenMPSIMDRuntime::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall() function in CGOpenMPSIMDRuntime
|