Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1125 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create()
1129 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create()
1160 OMPTaskLoopSimdDirective *
1161 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1163 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1135 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
H A DStmtPrinter.cpp950 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td264 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3801 class OMPTaskLoopSimdDirective : public OMPLoopDirective {
3810 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function
3820 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function
3836 static OMPTaskLoopSimdDirective *
3848 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3075 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2610 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3598 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2625 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp318 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3634 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7761 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9321 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13713 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()