Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1730 OMPDistributeParallelForSimdDirective *
1731 OMPDistributeParallelForSimdDirective::Create( in Create()
1735 auto *Dir = createDirective<OMPDistributeParallelForSimdDirective>( in Create()
1779 OMPDistributeParallelForSimdDirective *
1780 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1784 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1251 const OMPDistributeParallelForSimdDirective *S) { in VisitOMPDistributeParallelForSimdDirective()
H A DStmtPrinter.cpp1059 OMPDistributeParallelForSimdDirective *Node) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td280 def OMPDistributeParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4643 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4653 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4664 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4680 static OMPDistributeParallelForSimdDirective *Create(
4691 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h3233 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2730 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
3900 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2785 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp378 cast<OMPDistributeParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3919 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp3400 const OMPDistributeParallelForSimdDirective &S) { in EmitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10208 OMPDistributeParallelForSimdDirective *D) { in TransformOMPDistributeParallelForSimdDirective()
H A DSemaOpenMP.cpp13811 return OMPDistributeParallelForSimdDirective::Create( in ActOnOpenMPDistributeParallelForSimdDirective()