Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1163 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create()
1167 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create()
1198 OMPTaskLoopSimdDirective *
1199 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1201 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1146 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
H A DStmtPrinter.cpp963 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td268 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3805 class OMPTaskLoopSimdDirective : public OMPLoopDirective {
3814 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function
3824 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function
3840 static OMPTaskLoopSimdDirective *
3852 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3145 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2638 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3675 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2674 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp328 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3862 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7833 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9650 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13275 return OMPTaskLoopSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()