Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp625 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
629 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
660 OMPParallelForSimdDirective *
661 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
664 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp982 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp803 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td238 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2191 class OMPParallelForSimdDirective : public OMPLoopDirective {
2200 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2210 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2226 static OMPParallelForSimdDirective *
2238 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2991 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2369 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3324 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2292 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp243 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3517 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4373 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2153 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
3075 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8755 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10868 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()