Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1137 class OMPParallelForSimdDirective : public OMPLoopDirective {
1146 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1157 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function
1174 static OMPParallelForSimdDirective *
1186 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DDataRecursiveASTVisitor.h2339 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
H A DRecursiveASTVisitor.h2361 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1771 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
1775 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in Create()
1780 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create()
1804 OMPParallelForSimdDirective *
1805 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1808 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in CreateEmpty()
1813 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp438 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp880 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td194 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp652 const OMPParallelForSimdDirective &) { in EmitOMPParallelForSimdDirective() argument
H A DCGStmt.cpp210 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2018 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2084 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
2693 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp1966 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1877 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2393 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3134 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
H A DTreeTransform.h6782 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()