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.cpp1790 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1794 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1825 OMPDistributeSimdDirective *
1826 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1829 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1256 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp1065 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td281 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4708 class OMPDistributeSimdDirective final : public OMPLoopDirective {
4718 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
4728 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
4744 static OMPDistributeSimdDirective *
4755 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3236 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2735 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3909 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2791 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp381 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3920 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp3410 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10219 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp13840 return OMPDistributeSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()