Searched refs:getNumThreads (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 475 if (C->getNumThreads()) in VisitOMPNumThreadsClause() 476 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
|
| H A D | OpenMPClause.cpp | 1838 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6445 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 D | CGStmtOpenMP.cpp | 1617 NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective() 1806 NumThreads = EmitScalarExpr(NumThreadsClause->getNumThreads(), in EmitOMPParallelDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 3368 TRY_TO(TraverseStmt(C->getNumThreads()));
|
| H A D | OpenMPClause.h | 875 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 7802 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10469 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()
|