Searched refs:OMPParallelForSimdDirective (Results 1 – 14 of 14) sorted by relevance
/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/clang/include/clang/Basic/ |
D | StmtNodes.td | 208 def OMPParallelForSimdDirective : DStmt<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/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/clang/tools/libclang/ |
D | CIndex.cpp | 1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D); 2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5853 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
|
D | TreeTransform.h | 7332 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
|