Searched refs:OMPForSimdDirective (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 733 class OMPForSimdDirective : public OMPLoopDirective { 742 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function 752 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective() function 768 static OMPForSimdDirective * 780 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | DataRecursiveASTVisitor.h | 2316 DEF_TRAVERSE_STMT(OMPForSimdDirective,
|
| H A D | RecursiveASTVisitor.h | 2338 DEF_TRAVERSE_STMT(OMPForSimdDirective,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1571 OMPForSimdDirective * 1572 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1576 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in Create() 1581 OMPForSimdDirective *Dir = new (Mem) in Create() 1582 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 1605 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1609 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in CreateEmpty() 1614 return new (Mem) OMPForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 407 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { in VisitOMPForSimdDirective()
|
| H A D | StmtPrinter.cpp | 839 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { in VisitOMPForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 187 def OMPForSimdDirective : DStmt<OMPLoopDirective>;
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 610 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &) { in EmitOMPForSimdDirective() argument
|
| H A D | CGStmt.cpp | 189 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 2011 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2045 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective() 2655 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1922 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1870 void VisitOMPForSimdDirective(const OMPForSimdDirective *D); 2362 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3002 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
|
| H A D | TreeTransform.h | 6706 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) { in TransformOMPForSimdDirective()
|