Home
last modified time | relevance | path

Searched defs:NumTeams (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu208 uint32_t NumTeams = GetNumberOfBlocksInKernel(); in __kmpc_nvptx_teams_reduce_nowait_v2() local
/external/llvm-project/openmp/libomptarget/plugins/ve/src/
Drtl.cpp406 int32_t NumTeams, int32_t ThreadLimit, in __tgt_rtl_run_target_team_region()
/external/llvm-project/openmp/libomptarget/src/
Ddevice.cpp477 int32_t NumTeams, int32_t ThreadLimit, in runTeamRegion()
/external/clang/lib/CodeGen/
DCGOpenMPRuntimeNVPTX.cpp357 const Expr *NumTeams, in emitNumTeamsClause()
DCGOpenMPRuntime.cpp4893 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()
DCGStmtOpenMP.cpp3330 Expr *NumTeams = (NT) ? NT->getNumTeams() : nullptr; in emitCommonOMPTeamsDirective() local
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp127 int NumTeams = 0; member
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp324 std::vector<int> NumTeams; member in RTLDeviceInfoTy
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6574 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()
DCGOpenMPRuntimeGPU.cpp1548 const Expr *NumTeams, in emitNumTeamsClause()
DCGStmtOpenMP.cpp5592 const Expr *NumTeams = NT ? NT->getNumTeams() : nullptr; in emitCommonOMPTeamsDirective() local
/external/clang/include/clang/AST/
DOpenMPClause.h3464 Stmt *NumTeams; variable
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5640 Stmt *NumTeams = nullptr; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp11295 OMPClause *Sema::ActOnOpenMPNumTeamsClause(Expr *NumTeams, in ActOnOpenMPNumTeamsClause()
DTreeTransform.h1686 OMPClause *RebuildOMPNumTeamsClause(Expr *NumTeams, SourceLocation StartLoc, in RebuildOMPNumTeamsClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h1925 OMPClause *RebuildOMPNumTeamsClause(Expr *NumTeams, SourceLocation StartLoc, in RebuildOMPNumTeamsClause()
DSemaOpenMP.cpp18267 OMPClause *Sema::ActOnOpenMPNumTeamsClause(Expr *NumTeams, in ActOnOpenMPNumTeamsClause()