Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp644 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
648 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
679 OMPParallelForSimdDirective *
680 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
683 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1025 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp814 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td239 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2260 class OMPParallelForSimdDirective : public OMPLoopDirective {
2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2295 static OMPParallelForSimdDirective *
2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3000 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2466 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3459 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2458 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp246 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3606 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4432 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9035 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp11191 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()