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.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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6199 static void getNumThreads(CodeGenFunction &CGF, const CapturedStmt *CS, in getNumThreads() function
6255 const Expr *NTExpr = NumThreadsClause->getNumThreads(); in getNumThreads()
6326 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6367 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6380 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6386 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6397 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
6436 CheckForConstExpr(NumThreadsClause->getNumThreads(), nullptr); in getNumThreadsExprForTargetDirective()
6437 return NumThreadsClause->getNumThreads(); in getNumThreadsExprForTargetDirective()
H A DCGStmtOpenMP.cpp1576 NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective()
1765 NumThreads = EmitScalarExpr(NumThreadsClause->getNumThreads(), in EmitOMPParallelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3310 TRY_TO(TraverseStmt(C->getNumThreads()));
H A DOpenMPClause.h705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7123 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10035 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()