Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1091 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 1095 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1126 OMPTaskLoopSimdDirective * 1127 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1129 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1089 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
| H A D | StmtPrinter.cpp | 934 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 262 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3732 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3741 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3751 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3767 static OMPTaskLoopSimdDirective * 3779 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3066 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2506 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3458 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2452 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 312 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3544 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7705 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2179 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D); 3185 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9030 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
| H A D | SemaOpenMP.cpp | 13293 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|