Searched refs:OMPParallelForSimdDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1169 class OMPParallelForSimdDirective : public OMPLoopDirective { 1178 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1189 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function 1206 static OMPParallelForSimdDirective * 1218 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2369 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
| HD | RecursiveASTVisitor.h | 2401 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1942 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 1946 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in Create() 1951 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create() 1976 OMPParallelForSimdDirective * 1977 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1980 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in CreateEmpty() 1985 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 491 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
| HD | StmtPrinter.cpp | 893 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 196 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2178 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 2817 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2029 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 208 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 1457 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
|
| HD | CodeGenFunction.h | 2205 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 3715 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
|
| HD | TreeTransform.h | 6998 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
|