Searched refs:OMPParallelForSimdDirective (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1137 class OMPParallelForSimdDirective : public OMPLoopDirective { 1146 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1157 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function 1174 static OMPParallelForSimdDirective * 1186 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | DataRecursiveASTVisitor.h | 2339 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
| H A D | RecursiveASTVisitor.h | 2361 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1771 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 1775 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in Create() 1780 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create() 1804 OMPParallelForSimdDirective * 1805 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1808 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in CreateEmpty() 1813 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 438 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
| H A D | StmtPrinter.cpp | 880 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 194 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 652 const OMPParallelForSimdDirective &) { in EmitOMPParallelForSimdDirective() argument
|
| H A D | CGStmt.cpp | 210 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 2018 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2084 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 2693 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1966 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1877 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D); 2393 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3134 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
|
| H A D | TreeTransform.h | 6782 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
|