Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp471 if (C->getNumThreads()) in VisitOMPNumThreadsClause()
472 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
H A DOpenMPClause.cpp1743 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6184 static void getNumThreads(CodeGenFunction &CGF, const CapturedStmt *CS, in getNumThreads() function
6240 const Expr *NTExpr = NumThreadsClause->getNumThreads(); in getNumThreads()
6311 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6352 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6365 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6371 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6382 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
6421 CheckForConstExpr(NumThreadsClause->getNumThreads(), nullptr); in getNumThreadsExprForTargetDirective()
6422 return NumThreadsClause->getNumThreads(); in getNumThreadsExprForTargetDirective()
H A DCGStmtOpenMP.cpp1548 NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective()
1737 NumThreads = EmitScalarExpr(NumThreadsClause->getNumThreads(), in EmitOMPParallelDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3240 TRY_TO(TraverseStmt(C->getNumThreads()));
H A DOpenMPClause.h705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6544 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9706 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()