Searched refs:OMPTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1081 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() 1085 auto *Dir = createDirective<OMPTaskLoopDirective>( in Create() 1116 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1120 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1130 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 944 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 263 def OMPTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3728 class OMPTaskLoopDirective : public OMPLoopDirective { 3740 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function 3749 explicit OMPTaskLoopDirective(unsigned CollapsedNum) in OMPTaskLoopDirective() function 3768 static OMPTaskLoopDirective * 3780 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3072 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2605 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective() 3590 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2619 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 315 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3633 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7754 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1311 else if (const auto *TD = dyn_cast<OMPTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9310 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in TransformOMPTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13662 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()
|