Home
last modified time | relevance | path

Searched defs:ThreadLimit (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp930 emitNumTeamsClause(CodeGenFunction & CGF,const Expr * NumTeams,const Expr * ThreadLimit,SourceLocation Loc) emitNumTeamsClause() argument
H A DCGOpenMPRuntime.cpp10168 emitNumTeamsClause(CodeGenFunction & CGF,const Expr * NumTeams,const Expr * ThreadLimit,SourceLocation Loc) emitNumTeamsClause() argument
10196 emitThreadLimitClause(CodeGenFunction & CGF,const Expr * ThreadLimit,SourceLocation Loc) emitThreadLimitClause() argument
12186 emitNumTeamsClause(CodeGenFunction & CGF,const Expr * NumTeams,const Expr * ThreadLimit,SourceLocation Loc) emitNumTeamsClause() argument
H A DCGStmtOpenMP.cpp6739 const Expr *ThreadLimit = TL ? TL->getThreadLimit() : nullptr; emitCommonOMPTeamsDirective() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4651 int32_t ThreadLimit = readThreadBoundsForKernel() local
6215 createTeams(const LocationDescription & Loc,BodyGenCallbackTy BodyGenCB,Value * NumTeamsLower,Value * NumTeamsUpper,Value * ThreadLimit,Value * IfExpr) createTeams() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6177 Stmt *ThreadLimit = nullptr; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2055 RebuildOMPThreadLimitClause(Expr * ThreadLimit,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPThreadLimitClause() argument
H A DSemaOpenMP.cpp22907 ActOnOpenMPThreadLimitClause(Expr * ThreadLimit,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPThreadLimitClause() argument