Searched refs:OMPParallelDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 627 class OMPParallelDirective : public OMPExecutableDirective { 638 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() function 644 explicit OMPParallelDirective() in OMPParallelDirective() function 667 static OMPParallelDirective * 677 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 685 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2959 DEF_TRAVERSE_STMT(OMPParallelDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 281 OMPParallelDirective *OMPParallelDirective::Create( in Create() 285 auto *Dir = createDirective<OMPParallelDirective>( in Create() 292 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 295 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 965 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
|
| H A D | StmtPrinter.cpp | 743 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 226 def OMPParallelDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2394 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective() 3377 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2373 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 210 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3593 void EmitOMPParallelDirective(const OMPParallelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 1298 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 1726 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1218 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8893 TreeTransform<Derived>::TransformOMPParallelDirective(OMPParallelDirective *D) { in TransformOMPParallelDirective()
|
| H A D | SemaOpenMP.cpp | 7901 return OMPParallelDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPParallelDirective()
|