Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1418 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1422 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1453 OMPDistributeSimdDirective *
1454 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1457 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1113 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp901 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td268 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4155 class OMPDistributeSimdDirective final : public OMPLoopDirective {
4165 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
4175 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
4191 static OMPDistributeSimdDirective *
4202 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2979 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2546 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3458 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2488 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp340 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3494 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp3029 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8994 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp11990 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()