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.cpp883 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
886 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
892 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
895 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
H A DStmtProfile.cpp1110 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
H A DStmtPrinter.cpp896 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2722 class OMPTaskgroupDirective : public OMPExecutableDirective {
2730 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2736 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2754 static OMPTaskgroupDirective *
2764 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2770 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
H A DRecursiveASTVisitor.h3149 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td251 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2575 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
3717 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2652 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp286 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp279 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope()
5565 static bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder()
5570 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
H A DCodeGenFunction.h3880 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9897 OMPTaskgroupDirective *D) { in TransformOMPTaskgroupDirective()
H A DSemaOpenMP.cpp11129 return OMPTaskgroupDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskgroupDirective()