Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2189 Value *NumTeams; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp909 const Expr *NumTeams, in emitNumTeamsClause()
H A DCGOpenMPRuntime.cpp6039 const Expr *NumTeams = in getNumTeamsExprForTargetDirective() local
6069 const Expr *NumTeams = in getNumTeamsExprForTargetDirective() local
6160 const Expr *NumTeams = in emitNumTeamsForTargetDirective() local
9637 llvm::Value *NumTeams = OMPRuntime->emitNumTeamsForTargetDirective(CGF, D); in emitTargetCallKernelLaunch() local
10192 const Expr *NumTeams, in emitNumTeamsClause()
12220 const Expr *NumTeams, in emitNumTeamsClause()
H A DCGStmtOpenMP.cpp6794 const Expr *NumTeams = NT ? NT->getNumTeams() : nullptr; in emitCommonOMPTeamsDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1041 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads, in emitTargetKernel()
7059 Constant *OutlinedFnID, int32_t NumTeams, int32_t NumThreads, in emitTargetCall()
7120 InsertPointTy CodeGenIP, TargetRegionEntryInfo &EntryInfo, int32_t NumTeams, in createTarget()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6141 Stmt *NumTeams = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2068 OMPClause *RebuildOMPNumTeamsClause(Expr *NumTeams, SourceLocation StartLoc, in RebuildOMPNumTeamsClause()
H A DSemaOpenMP.cpp21708 OMPClause *SemaOpenMP::ActOnOpenMPNumTeamsClause(Expr *NumTeams, in ActOnOpenMPNumTeamsClause()