MLIR
22.0.0git
include
mlir
Dialect
Transform
SMTExtension
SMTExtension.h
Go to the documentation of this file.
1
//===- SMTExtension.h - SMT extension for Transform dialect -----*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
10
#define MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
11
12
#include "
mlir/Bytecode/BytecodeOpInterface.h
"
13
#include "
mlir/Dialect/Transform/IR/TransformDialect.h
"
14
#include "
mlir/Dialect/Transform/Interfaces/TransformInterfaces.h
"
15
#include "
mlir/IR/OpDefinition.h
"
16
#include "
mlir/IR/OpImplementation.h
"
17
18
namespace
mlir
{
19
class
DialectRegistry;
20
21
namespace
transform {
22
/// Registers the SMT extension of the Transform dialect in the given registry.
23
void
registerSMTExtension
(DialectRegistry &dialectRegistry);
24
}
// namespace transform
25
}
// namespace mlir
26
27
#endif
// MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
BytecodeOpInterface.h
OpDefinition.h
OpImplementation.h
TransformDialect.h
TransformInterfaces.h
mlir::transform::registerSMTExtension
void registerSMTExtension(DialectRegistry &dialectRegistry)
Registers the SMT extension of the Transform dialect in the given registry.
Definition:
SMTExtension.cpp:33
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
Generated on Tue Sep 23 2025 12:34:24 for MLIR by
1.9.1