Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1619 OMPDistributeParallelForSimdDirective *
1620 OMPDistributeParallelForSimdDirective::Create( in Create()
1624 auto *Dir = createDirective<OMPDistributeParallelForSimdDirective>( in Create()
1668 OMPDistributeParallelForSimdDirective *
1669 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1673 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1158 const OMPDistributeParallelForSimdDirective *S) { in VisitOMPDistributeParallelForSimdDirective()
H A DStmtPrinter.cpp1005 OMPDistributeParallelForSimdDirective *Node) { in VisitOMPDistributeParallelForSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td273 def OMPDistributeParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4587 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4597 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4608 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4624 static OMPDistributeParallelForSimdDirective *Create(
4635 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h3099 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2570 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
3546 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2528 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp354 cast<OMPDistributeParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3556 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp3153 const OMPDistributeParallelForSimdDirective &S) { in EmitOMPDistributeParallelForSimdDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2198 const OMPDistributeParallelForSimdDirective *D);
3240 const OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9154 OMPDistributeParallelForSimdDirective *D) { in TransformOMPDistributeParallelForSimdDirective()
H A DSemaOpenMP.cpp13847 return OMPDistributeParallelForSimdDirective::Create( in ActOnOpenMPDistributeParallelForSimdDirective()