Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 975 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 979 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1010 OMPTaskLoopSimdDirective * 1011 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1013 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1048 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
H A D | StmtPrinter.cpp | 842 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3488 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3497 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3507 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3523 static OMPTaskLoopSimdDirective * 3535 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 2926 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 258 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2485 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3368 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2416 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 305 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3480 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 6992 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2081 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D); 3039 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 8870 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
H A D | SemaOpenMP.cpp | 11579 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|