Home
last modified time | relevance | path

Searched refs:getNumThreads (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp475 if (C->getNumThreads()) in VisitOMPNumThreadsClause()
476 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
H A DOpenMPClause.cpp1838 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6445 static void getNumThreads(CodeGenFunction &CGF, const CapturedStmt *CS, in getNumThreads() function
6501 const Expr *NTExpr = NumThreadsClause->getNumThreads(); in getNumThreads()
6572 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6615 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6629 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6635 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6647 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
6687 CheckForConstExpr(NumThreadsClause->getNumThreads(), nullptr); in getNumThreadsExprForTargetDirective()
6688 return NumThreadsClause->getNumThreads(); in getNumThreadsExprForTargetDirective()
H A DCGStmtOpenMP.cpp1617 NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective()
1806 NumThreads = EmitScalarExpr(NumThreadsClause->getNumThreads(), in EmitOMPParallelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3368 TRY_TO(TraverseStmt(C->getNumThreads()));
H A DOpenMPClause.h875 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7802 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10469 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()