Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp845 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
848 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
854 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
857 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
H A DStmtProfile.cpp1074 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
H A DStmtPrinter.cpp875 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2739 class OMPTaskgroupDirective : public OMPExecutableDirective {
2747 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2753 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2771 static OMPTaskgroupDirective *
2781 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2787 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
H A DRecursiveASTVisitor.h3094 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td250 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2547 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
3580 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2617 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp280 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp273 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope()
5363 bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder()
5368 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
H A DCodeGenFunction.h3842 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9463 OMPTaskgroupDirective *D) { in TransformOMPTaskgroupDirective()
H A DSemaOpenMP.cpp11063 return OMPTaskgroupDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskgroupDirective()