Searched refs:OMPInterchangeDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 491 OMPInterchangeDirective *OMPInterchangeDirective::Create( in Create() 495 OMPInterchangeDirective *Dir = createDirective<OMPInterchangeDirective>( in Create() 503 OMPInterchangeDirective * 504 OMPInterchangeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 506 return createEmptyDirective<OMPInterchangeDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1025 const OMPInterchangeDirective *S) { in VisitOMPInterchangeDirective()
|
| H A D | StmtPrinter.cpp | 787 void StmtPrinter::VisitOMPInterchangeDirective(OMPInterchangeDirective *Node) { in VisitOMPInterchangeDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 235 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5851 class OMPInterchangeDirective final : public OMPLoopTransformationDirective { 5861 explicit OMPInterchangeDirective(SourceLocation StartLoc, in OMPInterchangeDirective() function 5890 static OMPInterchangeDirective * 5900 static OMPInterchangeDirective *
|
| H A D | RecursiveASTVisitor.h | 3093 DEF_TRAVERSE_STMT(OMPInterchangeDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2465 void ASTStmtReader::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective() 3614 S = OMPInterchangeDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2474 void ASTStmtWriter::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 235 EmitOMPInterchangeDirective(cast<OMPInterchangeDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 199 dyn_cast<OMPInterchangeDirective>(&S)) { in emitPreInitStmt() 2919 const OMPInterchangeDirective &S) { in EmitOMPInterchangeDirective()
|
| H A D | CodeGenFunction.h | 3861 void EmitOMPInterchangeDirective(const OMPInterchangeDirective &S);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14231 else if (auto *Dir = dyn_cast<OMPInterchangeDirective>(Transform)) in checkTransformableLoopNest() 15333 return OMPInterchangeDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPInterchangeDirective() 15386 return OMPInterchangeDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPInterchangeDirective() 15497 return OMPInterchangeDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPInterchangeDirective()
|
| H A D | TreeTransform.h | 9678 OMPInterchangeDirective *D) { in TransformOMPInterchangeDirective()
|