Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp300 OMPSimdDirective *
301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
305 auto *Dir = createDirective<OMPSimdDirective>( in Create()
327 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
331 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp999 void StmtProfiler::VisitOMPSimdDirective(const OMPSimdDirective *S) { in VisitOMPSimdDirective()
H A DStmtPrinter.cpp762 void StmtPrinter::VisitOMPSimdDirective(OMPSimdDirective *Node) { in VisitOMPSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td229 def OMPSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1571 class OMPSimdDirective : public OMPLoopDirective {
1580 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() function
1589 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective() function
1604 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc,
1617 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
H A DRecursiveASTVisitor.h3078 DEF_TRAVERSE_STMT(OMPSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2439 void ASTStmtReader::VisitOMPSimdDirective(OMPSimdDirective *D) { in VisitOMPSimdDirective()
3577 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2443 void ASTStmtWriter::VisitOMPSimdDirective(OMPSimdDirective *D) { in VisitOMPSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp220 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3856 void EmitOMPSimdDirective(const OMPSimdDirective &S);
H A DCGStmtOpenMP.cpp2896 void CodeGenFunction::EmitOMPSimdDirective(const OMPSimdDirective &S) { in EmitOMPSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9623 TreeTransform<Derived>::TransformOMPSimdDirective(OMPSimdDirective *D) { in TransformOMPSimdDirective()
H A DSemaOpenMP.cpp10446 auto *SimdDirective = OMPSimdDirective::Create( in ActOnOpenMPSimdDirective()