Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp491 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 DStmtProfile.cpp1025 const OMPInterchangeDirective *S) { in VisitOMPInterchangeDirective()
H A DStmtPrinter.cpp787 void StmtPrinter::VisitOMPInterchangeDirective(OMPInterchangeDirective *Node) { in VisitOMPInterchangeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td235 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5851 class OMPInterchangeDirective final : public OMPLoopTransformationDirective {
5861 explicit OMPInterchangeDirective(SourceLocation StartLoc, in OMPInterchangeDirective() function
5890 static OMPInterchangeDirective *
5900 static OMPInterchangeDirective *
H A DRecursiveASTVisitor.h3093 DEF_TRAVERSE_STMT(OMPInterchangeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2465 void ASTStmtReader::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
3614 S = OMPInterchangeDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2474 void ASTStmtWriter::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp235 EmitOMPInterchangeDirective(cast<OMPInterchangeDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp199 dyn_cast<OMPInterchangeDirective>(&S)) { in emitPreInitStmt()
2919 const OMPInterchangeDirective &S) { in EmitOMPInterchangeDirective()
H A DCodeGenFunction.h3861 void EmitOMPInterchangeDirective(const OMPInterchangeDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14231 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 DTreeTransform.h9678 OMPInterchangeDirective *D) { in TransformOMPInterchangeDirective()