Searched refs:OMPDistributeDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1610 OMPDistributeDirective * 1611 OMPDistributeDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1615 auto *Dir = createDirective<OMPDistributeDirective>( in Create() 1646 OMPDistributeDirective * 1647 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1649 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1227 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
|
| H A D | StmtPrinter.cpp | 1041 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 278 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 4425 class OMPDistributeDirective : public OMPLoopDirective { 4435 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function 4445 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function 4461 static OMPDistributeDirective * 4473 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3227 DEF_TRAVERSE_STMT(OMPDistributeDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2714 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective() 3884 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2766 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 367 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3915 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 6103 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10185 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
|
| H A D | SemaOpenMP.cpp | 13754 auto *DistributeDirective = OMPDistributeDirective::Create( in ActOnOpenMPDistributeDirective()
|