Searched refs:getNumThreads (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6199 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 D | CGStmtOpenMP.cpp | 1576 NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective() 1765 NumThreads = EmitScalarExpr(NumThreadsClause->getNumThreads(), in EmitOMPParallelDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 3310 TRY_TO(TraverseStmt(C->getNumThreads()));
|
H A D | OpenMPClause.h | 705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 7123 Record.AddStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 10035 ExprResult NumThreads = getDerived().TransformExpr(C->getNumThreads()); in TransformOMPNumThreadsClause()
|