Searched refs:OMPTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 915 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 920 llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), alignof(OMPClause *)); in Create() 924 OMPTaskLoopSimdDirective *Dir = new (Mem) in Create() 925 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 952 OMPTaskLoopSimdDirective * 953 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 956 llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), alignof(OMPClause *)); in CreateEmpty() 960 return new (Mem) OMPTaskLoopSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 905 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
| H A D | StmtPrinter.cpp | 807 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2906 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 2915 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 2926 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPTaskLoopSimdDirective() function 2942 static OMPTaskLoopSimdDirective * 2954 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2734 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 238 def OMPTaskLoopSimdDirective : DStmt<OMPLoopDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2183 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 2995 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2162 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 284 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3143 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5006 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8099 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
| H A D | SemaOpenMP.cpp | 7449 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|