Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp1572 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()
1576 auto *Dir = createDirective<OMPDistributeDirective>( in Create()
1608 OMPDistributeDirective *
1609 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1611 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
HDStmtProfile.cpp1191 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
HDStmtPrinter.cpp1016 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td277 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h4442 class OMPDistributeDirective : public OMPLoopDirective {
4452 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
4462 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function
4478 static OMPDistributeDirective *
4491 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
HDRecursiveASTVisitor.h3172 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2686 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3747 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
HDASTWriterStmt.cpp2731 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp359 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3870 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
HDCGStmtOpenMP.cpp5883 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9751 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
HDSemaOpenMP.cpp13615 auto *DistributeDirective = OMPDistributeDirective::Create( in ActOnOpenMPDistributeDirective()