Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h208 OpenMPDirectiveKind InnermostKind,
223 OpenMPDirectiveKind InnermostKind,
H A DCGOpenMPRuntime.h742 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen);
754 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen);
774 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
1183 OpenMPDirectiveKind InnermostKind,
1677 OpenMPDirectiveKind InnermostKind,
1691 OpenMPDirectiveKind InnermostKind,
1712 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
H A DCGOpenMPRuntimeGPU.cpp910 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
916 D, ThreadIDVar, InnermostKind, CodeGen)); in emitParallelOutlinedFunction()
967 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitTeamsOutlinedFunction() argument
1028 D, ThreadIDVar, InnermostKind, CodeGen); in emitTeamsOutlinedFunction()
H A DCGOpenMPRuntime.cpp1230 const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, in emitParallelOrTeamsOutlinedFunction() argument
1258 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction()
1259 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction()
1267 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
1270 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitParallelOutlinedFunction()
1275 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitTeamsOutlinedFunction() argument
1278 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(), CodeGen); in emitTeamsOutlinedFunction()
1284 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument
1320 InnermostKind, HasCancel, Action); in emitTaskOutlinedFunction()
12379 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOutlinedFunction() argument
[all …]
H A DCGStmtOpenMP.cpp1544 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitCommonOMPParallelDirective() argument
1550 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
6654 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument
6659 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPTeamsDirective()