Home
last modified time | relevance | path

Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DStmtOpenMP.cpp932 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()
DStmtProfile.cpp687 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
DStmtPrinter.cpp1156 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2634 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,
DRecursiveASTVisitor.h2558 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td229 def OMPTaskLoopSimdDirective : DStmt<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp275 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2501 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp3608 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2735 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3430 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2434 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1970 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D);
2729 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7056 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
DTreeTransform.h7563 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()