Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp470 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 DStmtProfile.cpp993 const OMPInterchangeDirective *S) { in VisitOMPInterchangeDirective()
H A DStmtPrinter.cpp771 void StmtPrinter::VisitOMPInterchangeDirective(OMPInterchangeDirective *Node) { in VisitOMPInterchangeDirective()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td234 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5787 class OMPInterchangeDirective final : public OMPLoopTransformationDirective {
5797 explicit OMPInterchangeDirective(SourceLocation StartLoc, in OMPInterchangeDirective() function
5826 static OMPInterchangeDirective *
5836 static OMPInterchangeDirective *
H A DRecursiveASTVisitor.h3038 DEF_TRAVERSE_STMT(OMPInterchangeDirective,
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2442 void ASTStmtReader::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
3477 S = OMPInterchangeDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2445 void ASTStmtWriter::VisitOMPInterchangeDirective(OMPInterchangeDirective *D) { in VisitOMPInterchangeDirective()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp229 EmitOMPInterchangeDirective(cast<OMPInterchangeDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp193 dyn_cast<OMPInterchangeDirective>(&S)) { in emitPreInitStmt()
2777 const OMPInterchangeDirective &S) { in EmitOMPInterchangeDirective()
H A DCodeGenFunction.h3824 void EmitOMPInterchangeDirective(const OMPInterchangeDirective &S);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14057 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 DTreeTransform.h9255 OMPInterchangeDirective *D) { in TransformOMPInterchangeDirective()