Searched refs:getNumThreads (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 471 if (C->getNumThreads()) in VisitOMPNumThreadsClause() 472 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
|
| H A D | OpenMPClause.cpp | 1743 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6184 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 D | CGStmtOpenMP.cpp | 1548 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 D | RecursiveASTVisitor.h | 3240 TRY_TO(TraverseStmt(C->getNumThreads()));
|
| H A D | OpenMPClause.h | 705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6544 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9706 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()
|