Home
last modified time | relevance | path

Searched refs:OMPTaskgroupDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp543 OMPTaskgroupDirective *OMPTaskgroupDirective::Create(const ASTContext &C, in Create()
548 llvm::alignTo(sizeof(OMPTaskgroupDirective), llvm::alignOf<Stmt *>()); in Create()
550 OMPTaskgroupDirective *Dir = in Create()
551 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc); in Create()
556 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
559 llvm::alignTo(sizeof(OMPTaskgroupDirective), llvm::alignOf<Stmt *>()); in CreateEmpty()
561 return new (Mem) OMPTaskgroupDirective(); in CreateEmpty()
DStmtProfile.cpp625 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
DStmtPrinter.cpp1078 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1721 class OMPTaskgroupDirective : public OMPExecutableDirective {
1728 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
1734 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
1746 static OMPTaskgroupDirective *Create(const ASTContext &C,
1755 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C, EmptyShell);
DRecursiveASTVisitor.h2513 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp597 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
600 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
606 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
609 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
DStmtProfile.cpp927 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
DStmtPrinter.cpp746 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2208 class OMPTaskgroupDirective : public OMPExecutableDirective {
2216 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2222 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2240 static OMPTaskgroupDirective *
2250 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
DRecursiveASTVisitor.h2835 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td214 def OMPTaskgroupDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td238 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp233 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2483 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
DCGStmtOpenMP.cpp2601 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2380 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
3231 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2342 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2637 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
3349 S = OMPTaskgroupDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2386 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp249 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp237 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope()
4345 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
DCodeGenFunction.h3407 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1954 void VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *D);
2666 const OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2059 void VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *D);
2923 const OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5941 return OMPTaskgroupDirective::Create(Context, StartLoc, EndLoc, AStmt); in ActOnOpenMPTaskgroupDirective()

12