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.cpp1692 OMPDistributeParallelForSimdDirective *
1693 OMPDistributeParallelForSimdDirective::Create( in Create()
1697 auto *Dir = createDirective<OMPDistributeParallelForSimdDirective>( in Create()
1741 OMPDistributeParallelForSimdDirective *
1742 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1746 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1215 const OMPDistributeParallelForSimdDirective *S) { in VisitOMPDistributeParallelForSimdDirective()
H A DStmtPrinter.cpp1034 OMPDistributeParallelForSimdDirective *Node) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td279 def OMPDistributeParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4661 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4671 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4682 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4698 static OMPDistributeParallelForSimdDirective *Create(
4709 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h3178 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2702 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
3763 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2750 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp370 cast<OMPDistributeParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3874 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp3256 const OMPDistributeParallelForSimdDirective &S) { in EmitOMPDistributeParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9774 OMPDistributeParallelForSimdDirective *D) { in TransformOMPDistributeParallelForSimdDirective()
H A DSemaOpenMP.cpp13673 return OMPDistributeParallelForSimdDirective::Create( in ActOnOpenMPDistributeParallelForSimdDirective()