Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp703 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
707 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
738 OMPParallelForSimdDirective *
739 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
742 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1068 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp843 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td244 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2244 class OMPParallelForSimdDirective : public OMPLoopDirective {
2253 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2263 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2279 static OMPParallelForSimdDirective *
2291 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3125 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2517 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3673 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2536 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp262 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3872 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4677 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9787 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10973 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()