Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp533 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
537 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
568 OMPParallelForSimdDirective *
569 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
572 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp946 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp717 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2091 class OMPParallelForSimdDirective : public OMPLoopDirective {
2100 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2110 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2126 static OMPParallelForSimdDirective *
2138 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2854 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td234 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2357 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3240 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2265 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp236 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3453 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4115 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2056 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2934 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8606 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10045 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()