llvm/tools/mlir/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* AttrDef Declarations                                                       *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

#ifdef GET_ATTRDEF_CLASSES
#undef GET_ATTRDEF_CLASSES


namespace mlir {
class AsmParser;
class AsmPrinter;
} // namespace mlir
namespace mlir {
namespace polynomial {
class IntPolynomialAttr;
class FloatPolynomialAttr;
class TypedIntPolynomialAttr;
class TypedFloatPolynomialAttr;
class RingAttr;
class PrimitiveRootAttr;
namespace detail {
struct IntPolynomialAttrStorage;
} // namespace detail
class IntPolynomialAttr : public ::mlir::Attribute::AttrBase<IntPolynomialAttr, ::mlir::Attribute, detail::IntPolynomialAttrStorage> {};
namespace detail {
struct FloatPolynomialAttrStorage;
} // namespace detail
class FloatPolynomialAttr : public ::mlir::Attribute::AttrBase<FloatPolynomialAttr, ::mlir::Attribute, detail::FloatPolynomialAttrStorage> {};
namespace detail {
struct TypedIntPolynomialAttrStorage;
} // namespace detail
class TypedIntPolynomialAttr : public ::mlir::Attribute::AttrBase<TypedIntPolynomialAttr, ::mlir::Attribute, detail::TypedIntPolynomialAttrStorage, ::mlir::TypedAttr::Trait> {};
namespace detail {
struct TypedFloatPolynomialAttrStorage;
} // namespace detail
class TypedFloatPolynomialAttr : public ::mlir::Attribute::AttrBase<TypedFloatPolynomialAttr, ::mlir::Attribute, detail::TypedFloatPolynomialAttrStorage, ::mlir::TypedAttr::Trait> {};
namespace detail {
struct RingAttrStorage;
} // namespace detail
class RingAttr : public ::mlir::Attribute::AttrBase<RingAttr, ::mlir::Attribute, detail::RingAttrStorage> {};
namespace detail {
struct PrimitiveRootAttrStorage;
} // namespace detail
class PrimitiveRootAttr : public ::mlir::Attribute::AttrBase<PrimitiveRootAttr, ::mlir::Attribute, detail::PrimitiveRootAttrStorage> {};
} // namespace polynomial
} // namespace mlir
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::IntPolynomialAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::FloatPolynomialAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::TypedIntPolynomialAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::TypedFloatPolynomialAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::RingAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::polynomial::PrimitiveRootAttr)

#endif  // GET_ATTRDEF_CLASSES