Searched refs:OMPTaskgroupDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | StmtOpenMP.cpp | 670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create() 673 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create() 677 OMPTaskgroupDirective *Dir = in Create() 678 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create() 685 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 688 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty() 692 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 868 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
|
| HD | StmtPrinter.cpp | 749 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 2193 class OMPTaskgroupDirective : public OMPExecutableDirective { 2201 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskgroupDirective() function 2210 explicit OMPTaskgroupDirective(unsigned NumClauses) in OMPTaskgroupDirective() function 2230 static OMPTaskgroupDirective * 2240 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
|
| HD | RecursiveASTVisitor.h | 2833 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 233 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2333 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective() 3167 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2304 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 244 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 221 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope() 3557 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
|
| HD | CodeGenFunction.h | 3150 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 8233 OMPTaskgroupDirective *D) { in TransformOMPTaskgroupDirective()
|
| HD | SemaOpenMP.cpp | 8484 return OMPTaskgroupDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTaskgroupDirective()
|