Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1752 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1756 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1787 OMPDistributeSimdDirective *
1788 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1791 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1220 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp1040 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td280 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4726 class OMPDistributeSimdDirective final : public OMPLoopDirective {
4736 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
4746 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
4762 static OMPDistributeSimdDirective *
4773 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3181 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2707 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3772 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2756 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp373 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3875 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp3266 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9785 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp13702 return OMPDistributeSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()