/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | reduction.cu | 208 uint32_t NumTeams = GetNumberOfBlocksInKernel(); in __kmpc_nvptx_teams_reduce_nowait_v2() local
|
/external/llvm-project/openmp/libomptarget/plugins/ve/src/ |
D | rtl.cpp | 406 int32_t NumTeams, int32_t ThreadLimit, in __tgt_rtl_run_target_team_region()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.cpp | 357 const Expr *NumTeams, in emitNumTeamsClause()
|
D | CGOpenMPRuntime.cpp | 4893 llvm::Value *NumTeams = CGF.EmitScalarExpr(NTE->getNumTeams()); in emitNumTeamsClauseForTargetDirective() local 5825 auto *NumTeams = emitNumTeamsClauseForTargetDirective(RT, CGF, D); in emitTargetCall() local 6031 const Expr *NumTeams, in emitNumTeamsClause()
|
D | CGStmtOpenMP.cpp | 3330 Expr *NumTeams = (NT) ? NT->getNumTeams() : nullptr; in emitCommonOMPTeamsDirective() local
|
/external/llvm-project/openmp/libomptarget/src/ |
D | device.cpp | 477 int32_t NumTeams, int32_t ThreadLimit, in runTeamRegion()
|
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/ |
D | rtl.cpp | 127 int NumTeams = 0; member
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 324 std::vector<int> NumTeams; member in RTLDeviceInfoTy
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 6574 const Expr *NumTeams = in emitNumTeamsForTargetDirective() local 6598 const Expr *NumTeams = in emitNumTeamsForTargetDirective() local 9965 llvm::Value *NumTeams = emitNumTeamsForTargetDirective(CGF, D); in emitTargetCall() local 10709 const Expr *NumTeams, in emitNumTeamsClause() 12676 const Expr *NumTeams, in emitNumTeamsClause()
|
D | CGOpenMPRuntimeGPU.cpp | 1548 const Expr *NumTeams, in emitNumTeamsClause()
|
D | CGStmtOpenMP.cpp | 5592 const Expr *NumTeams = NT ? NT->getNumTeams() : nullptr; in emitCommonOMPTeamsDirective() local
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3464 Stmt *NumTeams; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5640 Stmt *NumTeams = nullptr; variable
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11295 OMPClause *Sema::ActOnOpenMPNumTeamsClause(Expr *NumTeams, in ActOnOpenMPNumTeamsClause()
|
D | TreeTransform.h | 1686 OMPClause *RebuildOMPNumTeamsClause(Expr *NumTeams, SourceLocation StartLoc, in RebuildOMPNumTeamsClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 1925 OMPClause *RebuildOMPNumTeamsClause(Expr *NumTeams, SourceLocation StartLoc, in RebuildOMPNumTeamsClause()
|
D | SemaOpenMP.cpp | 18267 OMPClause *Sema::ActOnOpenMPNumTeamsClause(Expr *NumTeams, in ActOnOpenMPNumTeamsClause()
|