Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h192 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
207 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
H A DCGOpenMPRuntime.h727 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
741 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
762 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
1177 OpenMPDirectiveKind InnermostKind,
1691 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
1705 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
1726 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
H A DCGOpenMPRuntimeGPU.cpp915 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
922 CGF, D, ThreadIDVar, InnermostKind, CodeGen)); in emitParallelOutlinedFunction()
973 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument
1035 CGF, D, ThreadIDVar, InnermostKind, CodeGen); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp1209 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOrTeamsOutlinedFunction() argument
1237 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction()
1238 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction()
1260 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
1264 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction()
1270 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument
1274 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction()
1281 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument
1317 InnermostKind, HasCancel, Action); in emitTaskOutlinedFunction()
12013 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
[all …]
H A DCGStmtOpenMP.cpp1607 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitCommonOMPParallelDirective() argument
1613 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()
7002 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument
7007 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPTeamsDirective()