Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h220 OpenMPDirectiveKind InnermostKind,
235 OpenMPDirectiveKind InnermostKind,
H A DCGOpenMPRuntime.h967 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen);
979 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen);
999 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
1403 OpenMPDirectiveKind InnermostKind,
1946 OpenMPDirectiveKind InnermostKind,
1960 OpenMPDirectiveKind InnermostKind,
1981 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
H A DCGOpenMPRuntimeGPU.cpp1242 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
1266 D, ThreadIDVar, InnermostKind, CodeGen)); in emitParallelOutlinedFunction()
1319 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitTeamsOutlinedFunction() argument
1380 D, ThreadIDVar, InnermostKind, CodeGen); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp1234 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOrTeamsOutlinedFunction() argument
1262 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction()
1263 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction()
1271 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
1274 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitParallelOutlinedFunction()
1279 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitTeamsOutlinedFunction() argument
1288 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument
1324 InnermostKind, HasCancel, Action); in emitTaskOutlinedFunction()
12767 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
12773 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitTeamsOutlinedFunction() argument
[all …]
H A DCGStmtOpenMP.cpp1541 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitCommonOMPParallelDirective() argument
1547 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
6678 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument
6683 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPTeamsDirective()