Searched refs:OMPTaskLoopDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 866 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() 871 llvm::alignTo(sizeof(OMPTaskLoopDirective), alignof(OMPClause *)); in Create() 875 OMPTaskLoopDirective *Dir = new (Mem) in Create() 876 OMPTaskLoopDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 903 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 908 llvm::alignTo(sizeof(OMPTaskLoopDirective), alignof(OMPClause *)); in CreateEmpty() 912 return new (Mem) OMPTaskLoopDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 900 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 801 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2841 class OMPTaskLoopDirective : public OMPLoopDirective { 2850 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function 2860 explicit OMPTaskLoopDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPTaskLoopDirective() function 2876 static OMPTaskLoopDirective * 2888 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2731 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 237 def OMPTaskLoopDirective : DStmt<OMPLoopDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2179 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective() 2987 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2157 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 281 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3142 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5001 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8088 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in TransformOMPTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 7400 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()
|