Searched refs:OMPSimdDirective (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 256 OMPSimdDirective * 257 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 261 auto *Dir = createDirective<OMPSimdDirective>( in Create() 283 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 287 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 903 void StmtProfiler::VisitOMPSimdDirective(const OMPSimdDirective *S) { in VisitOMPSimdDirective()
|
| H A D | StmtPrinter.cpp | 661 void StmtPrinter::VisitOMPSimdDirective(OMPSimdDirective *Node) { in VisitOMPSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1469 class OMPSimdDirective : public OMPLoopDirective { 1478 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() function 1487 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective() function 1502 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1515 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
|
| H A D | RecursiveASTVisitor.h | 2822 DEF_TRAVERSE_STMT(OMPSimdDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 224 def OMPSimdDirective : StmtNode<OMPLoopDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2306 void ASTStmtReader::VisitOMPSimdDirective(OMPSimdDirective *D) { in VisitOMPSimdDirective() 3178 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2204 void ASTStmtWriter::VisitOMPSimdDirective(OMPSimdDirective *D) { in VisitOMPSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 206 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3442 void EmitOMPSimdDirective(const OMPSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 2562 void CodeGenFunction::EmitOMPSimdDirective(const OMPSimdDirective &S) { in EmitOMPSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2046 void VisitOMPSimdDirective(const OMPSimdDirective *D); 2891 void EnqueueVisitor::VisitOMPSimdDirective(const OMPSimdDirective *D) { in VisitOMPSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8497 TreeTransform<Derived>::TransformOMPSimdDirective(OMPSimdDirective *D) { in TransformOMPSimdDirective()
|
| H A D | SemaOpenMP.cpp | 9661 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
|