Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp625 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
629 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
660 OMPParallelForSimdDirective *
661 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
664 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp997 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp804 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td239 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2192 class OMPParallelForSimdDirective : public OMPLoopDirective {
2201 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2211 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2227 static OMPParallelForSimdDirective *
2239 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2989 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2409 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3371 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2326 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp244 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3519 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4432 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2160 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
3097 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8865 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10951 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()