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.cpp1201 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create()
1205 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create()
1236 OMPTaskLoopSimdDirective *
1237 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1239 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1182 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
H A DStmtPrinter.cpp988 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3788 class OMPTaskLoopSimdDirective : public OMPLoopDirective {
3797 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function
3807 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function
3823 static OMPTaskLoopSimdDirective *
3835 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3200 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2666 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3812 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2709 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp334 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3900 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp8057 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10084 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13413 return OMPTaskLoopSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()