Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1534 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()
1538 auto *Dir = createDirective<OMPDistributeDirective>( in Create()
1570 OMPDistributeDirective *
1571 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1573 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1180 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
H A DStmtPrinter.cpp1003 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td273 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4438 class OMPDistributeDirective : public OMPLoopDirective {
4448 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
4458 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function
4474 static OMPDistributeDirective *
4487 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3102 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2658 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3670 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2682 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp349 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3642 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
H A DCGStmtOpenMP.cpp5829 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9422 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
H A DSemaOpenMP.cpp14169 auto *DistributeDirective = OMPDistributeDirective::Create( in ActOnOpenMPDistributeDirective()