Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1679 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1683 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1714 OMPDistributeSimdDirective *
1715 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1718 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1163 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp1011 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td274 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4652 class OMPDistributeSimdDirective final : public OMPLoopDirective {
4662 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
4672 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
4688 static OMPDistributeSimdDirective *
4699 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3102 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2575 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3555 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2534 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp357 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3557 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp3163 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2199 void VisitOMPDistributeSimdDirective(const OMPDistributeSimdDirective *D);
3245 const OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9165 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp13903 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()