Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 932 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 936 unsigned Size = llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), in Create() 941 OMPTaskLoopSimdDirective *Dir = new (Mem) in Create() 942 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 971 OMPTaskLoopSimdDirective * 972 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 974 unsigned Size = llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), in CreateEmpty() 979 return new (Mem) OMPTaskLoopSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 687 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
D | StmtPrinter.cpp | 1156 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2634 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 2643 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 2654 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPTaskLoopSimdDirective() function 2670 static OMPTaskLoopSimdDirective * 2682 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2558 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 229 def OMPTaskLoopSimdDirective : DStmt<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 275 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2501 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
D | CGStmtOpenMP.cpp | 3608 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2735 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3430 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2434 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1970 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D); 2729 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7056 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|
D | TreeTransform.h | 7563 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|