Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1772 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPSimdDirective()
2185 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPDistributeSimdDirective()
2481 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_for, CodeGen, in EmitOMPForDirective()
4023 CGM.getOpenMPRuntime().emitInlinedDirective( in emitCommonOMPTargetDirective()
4225 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, OMPD_distribute, in emitTargetTeamsDistributeRegion()
4338 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, OMPD_simd, in EmitOMPTeamsDistributeSimdDirective()
4384 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in EmitOMPTeamsDistributeParallelForSimdDirective()
4409 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in emitTargetTeamsDistributeParallelForRegion()
4461 CGF.CGM.getOpenMPRuntime().emitInlinedDirective( in emitTargetTeamsDistributeParallelForSimdRegion()
4983 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, OMPD_taskloop, in EmitOMPTaskLoopBasedDirective()
[all …]
H A DCGOpenMPRuntime.cpp3005 emitInlinedDirective(CGF, OMPD_critical, CriticalOpGen); in emitCriticalRegion()
3023 emitInlinedDirective(CGF, OMPD_master, MasterOpGen); in emitMasterRegion()
3054 emitInlinedDirective(CGF, OMPD_taskgroup, TaskgroupOpGen); in emitTaskgroupRegion()
3162 emitInlinedDirective(CGF, OMPD_single, SingleOpGen); in emitSingleRegion()
3223 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
3226 emitInlinedDirective(CGF, OMPD_ordered, OrderedOpGen); in emitOrderedRegion()
8242 emitInlinedDirective(CGF, OMPD_unknown, CodeGen); in emitTargetNumIterationsCall()
8262 emitInlinedDirective(CGF, OMPD_unknown, ArgsCodegen); in emitTargetCall()
8486 emitInlinedDirective(CGF, D.getDirectiveKind(), ThenGen); in emitTargetCall()
8495 emitInlinedDirective(CGF, D.getDirectiveKind(), ElseGen); in emitTargetCall()
[all …]
H A DCGOpenMPRuntime.h1210 virtual void emitInlinedDirective(CodeGenFunction &CGF,