Searched refs:OMPInterchangeDirective (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 470 OMPInterchangeDirective *OMPInterchangeDirective::Create( in Create() 474 OMPInterchangeDirective *Dir = createDirective<OMPInterchangeDirective>( in Create() 482 OMPInterchangeDirective * 483 OMPInterchangeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 485 return createEmptyDirective<OMPInterchangeDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 993 const OMPInterchangeDirective *S) { in VisitOMPInterchangeDirective()
|
| H A D | StmtPrinter.cpp | 771 void StmtPrinter::VisitOMPInterchangeDirective(OMPInterchangeDirective *Node) { in VisitOMPInterchangeDirective()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 234 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5787 class OMPInterchangeDirective final : public OMPLoopTransformationDirective { 5797 explicit OMPInterchangeDirective(SourceLocation StartLoc, in OMPInterchangeDirective() function 5826 static OMPInterchangeDirective * 5836 static OMPInterchangeDirective *
|
| H A D | RecursiveASTVisitor.h | 3038 DEF_TRAVERSE_STMT(OMPInterchangeDirective,
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2442 void ASTStmtReader::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective() 3477 S = OMPInterchangeDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2445 void ASTStmtWriter::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 229 EmitOMPInterchangeDirective(cast<OMPInterchangeDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 193 dyn_cast<OMPInterchangeDirective>(&S)) { in emitPreInitStmt() 2777 const OMPInterchangeDirective &S) { in EmitOMPInterchangeDirective()
|
| H A D | CodeGenFunction.h | 3824 void EmitOMPInterchangeDirective(const OMPInterchangeDirective &S);
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14057 else if (auto *Dir = dyn_cast<OMPInterchangeDirective>(Transform)) in checkTransformableLoopNest() 14888 return OMPInterchangeDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPInterchangeDirective() 15011 return OMPInterchangeDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPInterchangeDirective()
|
| H A D | TreeTransform.h | 9255 OMPInterchangeDirective *D) { in TransformOMPInterchangeDirective()
|