/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in Create() 407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create() 437 OMPParallelForSimdDirective * 438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in CreateEmpty() 446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 600 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
D | StmtPrinter.cpp | 1047 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1382 class OMPParallelForSimdDirective : public OMPLoopDirective { 1391 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1402 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function 1419 static OMPParallelForSimdDirective * 1431 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2495 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 469 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 473 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create() 504 OMPParallelForSimdDirective * 505 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 508 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
|
D | StmtProfile.cpp | 897 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
D | StmtPrinter.cpp | 709 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 208 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1798 class OMPParallelForSimdDirective : public OMPLoopDirective { 1807 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1817 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function 1833 static OMPParallelForSimdDirective * 1845 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2814 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 231 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2477 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
D | CGStmtOpenMP.cpp | 2384 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2342 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 3198 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2248 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2601 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2288 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 228 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3400 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
D | CGStmtOpenMP.cpp | 3725 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D); 2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2052 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D); 2891 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5853 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
|