Searched refs:OMPTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1125 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 1129 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1160 OMPTaskLoopSimdDirective * 1161 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1163 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1135 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
| H A D | StmtPrinter.cpp | 950 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 264 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3801 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3810 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3820 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3836 static OMPTaskLoopSimdDirective * 3848 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3075 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2610 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3598 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2625 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 318 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3634 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7761 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9321 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
| H A D | SemaOpenMP.cpp | 13713 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|