Searched refs:InnermostKind (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ ! |
| H A D | CGOpenMPRuntimeGPU.h | 192 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, 207 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
|
| H A D | CGOpenMPRuntime.h | 745 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, 759 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, 780 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, 1195 OpenMPDirectiveKind InnermostKind, 1697 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, 1711 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, 1732 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
|
| H A D | CGOpenMPRuntimeGPU.cpp | 915 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 D | CGOpenMPRuntime.cpp | 1214 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOrTeamsOutlinedFunction() argument 1242 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() 1243 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction() 1265 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument 1269 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction() 1275 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument 1279 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction() 1286 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument 1322 InnermostKind, HasCancel, Action); in emitTaskOutlinedFunction() 11948 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument [all …]
|
| H A D | CGStmtOpenMP.cpp | 1566 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitCommonOMPParallelDirective() argument 1572 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective() 6783 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument 6788 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPTeamsDirective()
|