Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2743 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, in EmitOMPSimdDirective()
2758 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPSimdDirective()
3252 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_distribute, CodeGen); in EmitOMPDistributeParallelForDirective()
3262 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_distribute, CodeGen); in EmitOMPDistributeParallelForSimdDirective()
3271 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPDistributeSimdDirective()
3979 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_for, CodeGen, in EmitOMPForDirective()
4002 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPForSimdDirective()
4154 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_sections, CodeGen, in EmitSections()
5888 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_distribute, CodeGen); in EmitOMPDistributeDirective()
6667 CGM.getOpenMPRuntime().emitInlinedDirective( in emitCommonOMPTargetDirective()
[all …]
H A DCGOpenMPRuntime.cpp2035 emitInlinedDirective(CGF, OMPD_critical, CriticalOpGen); in emitCriticalRegion()
2057 emitInlinedDirective(CGF, OMPD_master, MasterOpGen); in emitMasterRegion()
2086 emitInlinedDirective(CGF, OMPD_masked, MaskedOpGen); in emitMaskedRegion()
2127 emitInlinedDirective(CGF, OMPD_taskgroup, TaskgroupOpGen); in emitTaskgroupRegion()
2241 emitInlinedDirective(CGF, OMPD_single, SingleOpGen); in emitSingleRegion()
2306 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
2309 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
5676 void CGOpenMPRuntime::emitInlinedDirective(CodeGenFunction &CGF, in emitInlinedDirective() function in CGOpenMPRuntime
9663 OMPRuntime->emitInlinedDirective(CGF, D.getDirectiveKind(), ThenGen); in emitTargetCallKernelLaunch()
9685 OMPRuntime->emitInlinedDirective(CGF, D.getDirectiveKind(), ElseGen); in emitTargetCallElse()
[all …]
H A DCGOpenMPRuntime.h1194 virtual void emitInlinedDirective(CodeGenFunction &CGF,