Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp571 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
575 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
606 OMPParallelForSimdDirective *
607 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
610 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp957 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp723 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td236 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2124 class OMPParallelForSimdDirective : public OMPLoopDirective {
2133 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2143 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2159 static OMPParallelForSimdDirective *
2171 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2883 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2371 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3265 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2281 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp239 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3454 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4141 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8640 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()
H A DSemaOpenMP.cpp10079 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()