Searched refs:OMPParallelForSimdDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 384 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 389 llvm::alignTo(sizeof(OMPParallelForSimdDirective), alignof(OMPClause *)); in Create() 393 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create() 421 OMPParallelForSimdDirective * 422 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 426 llvm::alignTo(sizeof(OMPParallelForSimdDirective), alignof(OMPClause *)); in CreateEmpty() 430 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 816 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
| H A D | StmtPrinter.cpp | 698 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1632 class OMPParallelForSimdDirective : public OMPLoopDirective { 1641 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1652 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function 1669 static OMPParallelForSimdDirective * 1681 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2671 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 217 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2046 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 2885 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2014 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 224 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3119 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 2760 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7868 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
|
| H A D | SemaOpenMP.cpp | 6118 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
|