#include "mlir/IR/AttributeSupport.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/Sequence.h"
#include "DialectSymbolRegistry.def"
Go to the source code of this file.
|
#define | DEFINE_SYM_KIND_RANGE(Dialect) FIRST_##Dialect##_ATTR, LAST_##Dialect##_ATTR = FIRST_##Dialect##_ATTR + 0xff, |
|
|
enum | mlir::StandardAttributes::Kind {
mlir::StandardAttributes::AffineMap = Attribute::FIRST_STANDARD_ATTR,
mlir::StandardAttributes::Array,
mlir::StandardAttributes::Bool,
mlir::StandardAttributes::Dictionary,
mlir::StandardAttributes::Float,
mlir::StandardAttributes::Integer,
mlir::StandardAttributes::IntegerSet,
mlir::StandardAttributes::Opaque,
mlir::StandardAttributes::String,
mlir::StandardAttributes::SymbolRef,
mlir::StandardAttributes::Type,
mlir::StandardAttributes::Unit,
mlir::StandardAttributes::DenseElements,
mlir::StandardAttributes::OpaqueElements,
mlir::StandardAttributes::SparseElements,
mlir::StandardAttributes::FIRST_ELEMENTS_ATTR = DenseElements,
mlir::StandardAttributes::LAST_ELEMENTS_ATTR = SparseElements,
mlir::StandardAttributes::CallSiteLocation,
mlir::StandardAttributes::FileLineColLocation,
mlir::StandardAttributes::FusedLocation,
mlir::StandardAttributes::NameLocation,
mlir::StandardAttributes::OpaqueLocation,
mlir::StandardAttributes::UnknownLocation,
mlir::StandardAttributes::FIRST_LOCATION_ATTR = CallSiteLocation,
mlir::StandardAttributes::LAST_LOCATION_ATTR = UnknownLocation
} |
|
◆ DEFINE_SYM_KIND_RANGE
#define DEFINE_SYM_KIND_RANGE |
( |
|
Dialect | ) |
FIRST_##Dialect##_ATTR, LAST_##Dialect##_ATTR = FIRST_##Dialect##_ATTR + 0xff, |