Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp384 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
389 llvm::alignTo(sizeof(OMPParallelForSimdDirective), alignof(OMPClause *)); in Create()
393 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create()
421 OMPParallelForSimdDirective *
422 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
426 llvm::alignTo(sizeof(OMPParallelForSimdDirective), alignof(OMPClause *)); in CreateEmpty()
430 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp816 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp698 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1632 class OMPParallelForSimdDirective : public OMPLoopDirective {
1641 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1652 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function
1669 static OMPParallelForSimdDirective *
1681 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2671 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td217 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2046 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
2885 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2014 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp224 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3119 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp2760 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7868 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp6118 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()