Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1714 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1718 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1749 OMPDistributeSimdDirective *
1750 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1753 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1209 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp1027 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td276 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4722 class OMPDistributeSimdDirective final : public OMPLoopDirective {
4732 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
4742 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
4758 static OMPDistributeSimdDirective *
4769 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3111 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2679 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3695 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2707 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp363 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3647 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp3221 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9456 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp14328 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()