Searched refs:OMPParallelDirective (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/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 | 926 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
|
| H A D | StmtPrinter.cpp | 737 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 611 class OMPParallelDirective : public OMPExecutableDirective { 622 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() function 628 explicit OMPParallelDirective() in OMPParallelDirective() function 651 static OMPParallelDirective * 661 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 669 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2953 DEF_TRAVERSE_STMT(OMPParallelDirective,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 225 def OMPParallelDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2302 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective() 3247 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2213 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 207 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3504 void EmitOMPParallelDirective(const OMPParallelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 1302 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 1715 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1240 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2139 void VisitOMPParallelDirective(const OMPParallelDirective *D); 3019 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { in VisitOMPParallelDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8624 TreeTransform<Derived>::TransformOMPParallelDirective(OMPParallelDirective *D) { in TransformOMPParallelDirective()
|
| H A D | SemaOpenMP.cpp | 7666 return OMPParallelDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPParallelDirective()
|