Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1091 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create()
1095 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create()
1126 OMPTaskLoopSimdDirective *
1127 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1129 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1089 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
H A DStmtPrinter.cpp934 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td262 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3732 class OMPTaskLoopSimdDirective : public OMPLoopDirective {
3741 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function
3751 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function
3767 static OMPTaskLoopSimdDirective *
3779 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3066 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2506 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3458 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2452 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp312 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3544 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7705 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2179 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D);
3185 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9030 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13293 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()