Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h195 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
210 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
H A DCGOpenMPRuntime.h745 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
759 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
780 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
1188 OpenMPDirectiveKind InnermostKind,
1694 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
1708 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind,
1729 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
H A DCGOpenMPRuntimeGPU.cpp935 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
942 CGF, D, ThreadIDVar, InnermostKind, CodeGen)); in emitParallelOutlinedFunction()
993 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument
1055 CGF, D, ThreadIDVar, InnermostKind, CodeGen); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp1212 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOrTeamsOutlinedFunction() argument
1240 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction()
1263 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
1267 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction()
1273 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument
1277 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction()
1284 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument
1320 InnermostKind, HasCancel, Action); in emitTaskOutlinedFunction()
11918 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOutlinedFunction() argument
11925 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitTeamsOutlinedFunction() argument
[all …]
H A DCGStmtOpenMP.cpp1538 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitCommonOMPParallelDirective() argument
1544 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()
6727 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument
6732 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPTeamsDirective()