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.cpp682 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
686 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
717 OMPParallelForSimdDirective *
718 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
721 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1036 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp827 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td243 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2261 class OMPParallelForSimdDirective : public OMPLoopDirective {
2270 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2280 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2296 static OMPParallelForSimdDirective *
2308 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3070 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2494 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3536 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2507 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp256 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3834 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4477 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9364 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10907 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()