Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp471 OMPReverseDirective *
472 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
476 OMPReverseDirective *Dir = createDirective<OMPReverseDirective>( in Create()
484 OMPReverseDirective *OMPReverseDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
486 return createEmptyDirective<OMPReverseDirective>( in CreateEmpty()
H A DStmtProfile.cpp1020 void StmtProfiler::VisitOMPReverseDirective(const OMPReverseDirective *S) { in VisitOMPReverseDirective()
H A DStmtPrinter.cpp782 void StmtPrinter::VisitOMPReverseDirective(OMPReverseDirective *Node) { in VisitOMPReverseDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td234 def OMPReverseDirective : StmtNode<OMPLoopTransformationDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5779 class OMPReverseDirective final : public OMPLoopTransformationDirective {
5789 explicit OMPReverseDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPReverseDirective() function
5816 static OMPReverseDirective *Create(const ASTContext &C,
5826 static OMPReverseDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3090 DEF_TRAVERSE_STMT(OMPReverseDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2461 void ASTStmtReader::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective()
3607 S = OMPReverseDirective::CreateEmpty(Context, NumLoops); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2469 void ASTStmtWriter::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp232 EmitOMPReverseDirective(cast<OMPReverseDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp196 } else if (const auto *Reverse = dyn_cast<OMPReverseDirective>(&S)) { in emitPreInitStmt()
2912 void CodeGenFunction::EmitOMPReverseDirective(const OMPReverseDirective &S) { in EmitOMPReverseDirective()
H A DCodeGenFunction.h3860 void EmitOMPReverseDirective(const OMPReverseDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14229 else if (auto *Dir = dyn_cast<OMPReverseDirective>(Transform)) in checkTransformableLoopNest()
15142 return OMPReverseDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPReverseDirective()
15302 return OMPReverseDirective::Create(Context, StartLoc, EndLoc, AStmt, NumLoops, in ActOnOpenMPReverseDirective()
H A DTreeTransform.h9667 TreeTransform<Derived>::TransformOMPReverseDirective(OMPReverseDirective *D) { in TransformOMPReverseDirective()