Searched refs:OMPReverseDirective (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 452 OMPReverseDirective * 453 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 456 OMPReverseDirective *Dir = createDirective<OMPReverseDirective>( in Create() 464 OMPReverseDirective *OMPReverseDirective::CreateEmpty(const ASTContext &C) { in CreateEmpty() 465 return createEmptyDirective<OMPReverseDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 988 void StmtProfiler::VisitOMPReverseDirective(const OMPReverseDirective *S) { in VisitOMPReverseDirective()
|
| H A D | StmtPrinter.cpp | 766 void StmtPrinter::VisitOMPReverseDirective(OMPReverseDirective *Node) { in VisitOMPReverseDirective()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 233 def OMPReverseDirective : StmtNode<OMPLoopTransformationDirective>;
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5722 class OMPReverseDirective final : public OMPLoopTransformationDirective { 5732 explicit OMPReverseDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseDirective() function 5755 static OMPReverseDirective * 5763 static OMPReverseDirective *CreateEmpty(const ASTContext &C);
|
| H A D | RecursiveASTVisitor.h | 3035 DEF_TRAVERSE_STMT(OMPReverseDirective,
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2438 void ASTStmtReader::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective() 3470 S = OMPReverseDirective::CreateEmpty(Context); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2440 void ASTStmtWriter::VisitOMPReverseDirective(OMPReverseDirective *D) { in VisitOMPReverseDirective()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 226 EmitOMPReverseDirective(cast<OMPReverseDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 190 } else if (const auto *Reverse = dyn_cast<OMPReverseDirective>(&S)) { in emitPreInitStmt() 2770 void CodeGenFunction::EmitOMPReverseDirective(const OMPReverseDirective &S) { in EmitOMPReverseDirective()
|
| H A D | CodeGenFunction.h | 3823 void EmitOMPReverseDirective(const OMPReverseDirective &S);
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14055 else if (auto *Dir = dyn_cast<OMPReverseDirective>(Transform)) in checkTransformableLoopNest() 14699 return OMPReverseDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPReverseDirective() 14859 return OMPReverseDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPReverseDirective()
|
| H A D | TreeTransform.h | 9244 TreeTransform<Derived>::TransformOMPReverseDirective(OMPReverseDirective *D) { in TransformOMPReverseDirective()
|