Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1654 OMPDistributeParallelForSimdDirective *
1655 OMPDistributeParallelForSimdDirective::Create( in Create()
1659 auto *Dir = createDirective<OMPDistributeParallelForSimdDirective>( in Create()
1703 OMPDistributeParallelForSimdDirective *
1704 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1708 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1204 const OMPDistributeParallelForSimdDirective *S) { in VisitOMPDistributeParallelForSimdDirective()
H A DStmtPrinter.cpp1021 OMPDistributeParallelForSimdDirective *Node) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td275 def OMPDistributeParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4657 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4667 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4678 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4694 static OMPDistributeParallelForSimdDirective *Create(
4705 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h3108 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2674 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
3686 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2701 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp360 cast<OMPDistributeParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3646 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp3211 const OMPDistributeParallelForSimdDirective &S) { in EmitOMPDistributeParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9445 OMPDistributeParallelForSimdDirective *D) { in TransformOMPDistributeParallelForSimdDirective()
H A DSemaOpenMP.cpp14272 return OMPDistributeParallelForSimdDirective::Create( in ActOnOpenMPDistributeParallelForSimdDirective()