Home
last modified time | relevance | path

Searched refs:emitInlinedDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2716 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, in EmitOMPSimdDirective()
3226 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPDistributeSimdDirective()
3934 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_for, CodeGen, in EmitOMPForDirective()
6611 CGM.getOpenMPRuntime().emitInlinedDirective( in emitCommonOMPTargetDirective()
6941 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, OMPD_simd, in EmitOMPTeamsDistributeSimdDirective()
6987 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in EmitOMPTeamsDistributeParallelForSimdDirective()
7067 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in emitTargetTeamsDistributeParallelForRegion()
7119 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in emitTargetTeamsDistributeParallelForSimdRegion()
7736 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, OMPD_taskloop, in EmitOMPTaskLoopBasedDirective()
7936 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in emitTargetTeamsGenericLoopRegion()
[all …]
H A DCGOpenMPRuntime.cpp2032 emitInlinedDirective(CGF, OMPD_critical, CriticalOpGen); in emitCriticalRegion()
2054 emitInlinedDirective(CGF, OMPD_master, MasterOpGen); in emitMasterRegion()
2083 emitInlinedDirective(CGF, OMPD_masked, MaskedOpGen); in emitMaskedRegion()
2124 emitInlinedDirective(CGF, OMPD_taskgroup, TaskgroupOpGen); in emitTaskgroupRegion()
2238 emitInlinedDirective(CGF, OMPD_single, SingleOpGen); in emitSingleRegion()
2303 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
2306 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
5661 void CGOpenMPRuntime::emitInlinedDirective(CodeGenFunction &CGF, in emitInlinedDirective() function in CGOpenMPRuntime
9600 OMPRuntime->emitInlinedDirective(CGF, D.getDirectiveKind(), ThenGen); in emitTargetCallKernelLaunch()
9654 emitInlinedDirective(CGF, OMPD_unknown, ArgsCodegen); in emitTargetCall()
[all …]
H A DCGOpenMPRuntime.h1187 virtual void emitInlinedDirective(CodeGenFunction &CGF,