Searched refs:OMPReverseDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 471 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 D | StmtProfile.cpp | 1020 void StmtProfiler::VisitOMPReverseDirective(const OMPReverseDirective *S) { in VisitOMPReverseDirective()
|
| H A D | StmtPrinter.cpp | 782 void StmtPrinter::VisitOMPReverseDirective(OMPReverseDirective *Node) { in VisitOMPReverseDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 234 def OMPReverseDirective : StmtNode<OMPLoopTransformationDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5779 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 D | RecursiveASTVisitor.h | 3090 DEF_TRAVERSE_STMT(OMPReverseDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2461 void ASTStmtReader::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective() 3607 S = OMPReverseDirective::CreateEmpty(Context, NumLoops); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2469 void ASTStmtWriter::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 232 EmitOMPReverseDirective(cast<OMPReverseDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 196 } else if (const auto *Reverse = dyn_cast<OMPReverseDirective>(&S)) { in emitPreInitStmt() 2912 void CodeGenFunction::EmitOMPReverseDirective(const OMPReverseDirective &S) { in EmitOMPReverseDirective()
|
| H A D | CodeGenFunction.h | 3860 void EmitOMPReverseDirective(const OMPReverseDirective &S);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14229 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 D | TreeTransform.h | 9667 TreeTransform<Derived>::TransformOMPReverseDirective(OMPReverseDirective *D) { in TransformOMPReverseDirective()
|