Searched refs:InnermostKind (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.h | 160 OpenMPDirectiveKind InnermostKind,
|
D | CGOpenMPRuntime.h | 516 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen); 536 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, 856 OpenMPDirectiveKind InnermostKind,
|
D | CGOpenMPRuntimeNVPTX.cpp | 363 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOrTeamsOutlinedFunction() argument 369 D, ThreadIDVar, InnermostKind, CodeGen); in emitParallelOrTeamsOutlinedFunction()
|
D | CGStmtOpenMP.cpp | 1192 OpenMPDirectiveKind InnermostKind, in emitCommonOMPParallelDirective() argument 1197 *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective() 3319 OpenMPDirectiveKind InnermostKind, in emitCommonOMPTeamsDirective() argument 3324 *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPTeamsDirective()
|
D | CGOpenMPRuntime.cpp | 843 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) { in emitParallelOrTeamsOutlinedFunction() argument 855 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction() 864 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen, in emitTaskOutlinedFunction() argument 886 InnermostKind, in emitTaskOutlinedFunction()
|