Searched refs:OMPTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1013 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 1017 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1048 OMPTaskLoopSimdDirective * 1049 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1051 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1059 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
| H A D | StmtPrinter.cpp | 848 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 260 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3521 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3530 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3540 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3556 static OMPTaskLoopSimdDirective * 3568 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2955 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2499 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3393 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2432 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 308 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3481 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7025 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8904 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
| H A D | SemaOpenMP.cpp | 11594 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|