Home
last modified time | relevance | path

Searched refs:OMPTaskLoopDirective (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp881 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create()
886 llvm::alignTo(sizeof(OMPTaskLoopDirective), llvm::alignOf<OMPClause *>()); in Create()
890 OMPTaskLoopDirective *Dir = new (Mem) in Create()
891 OMPTaskLoopDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
920 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
925 llvm::alignTo(sizeof(OMPTaskLoopDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty()
929 return new (Mem) OMPTaskLoopDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp682 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
DStmtPrinter.cpp1150 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2569 class OMPTaskLoopDirective : public OMPLoopDirective {
2578 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function
2588 explicit OMPTaskLoopDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPTaskLoopDirective() function
2604 static OMPTaskLoopDirective *
2616 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2555 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp867 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create()
871 auto *Dir = createDirective<OMPTaskLoopDirective>( in Create()
902 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
906 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
DStmtProfile.cpp994 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
DStmtPrinter.cpp828 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td228 def OMPTaskLoopDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3122 class OMPTaskLoopDirective : public OMPLoopDirective {
3134 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function
3143 explicit OMPTaskLoopDirective(unsigned CollapsedNum) in OMPTaskLoopDirective() function
3162 static OMPTaskLoopDirective *
3174 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2883 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td254 def OMPTaskLoopDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp272 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2500 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
DCGStmtOpenMP.cpp3603 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2465 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
3318 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
DASTWriterStmt.cpp2393 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2731 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
3422 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
DASTWriterStmt.cpp2429 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp294 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3426 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
DCGStmtOpenMP.cpp6552 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
/external/clang/tools/libclang/
DCIndex.cpp1969 void VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D);
2724 void EnqueueVisitor::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2076 void VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D);
2991 void EnqueueVisitor::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7013 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()

12