Searched refs:OMPTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1163 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 1167 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1198 OMPTaskLoopSimdDirective * 1199 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1201 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1146 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
H A D | StmtPrinter.cpp | 963 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 268 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3805 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3814 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3824 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3840 static OMPTaskLoopSimdDirective * 3852 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3145 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2638 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3675 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2674 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 328 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3862 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7833 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9650 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
H A D | SemaOpenMP.cpp | 13275 return OMPTaskLoopSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|