llvm/tools/mlir/include/mlir/Interfaces/DataLayoutAttrInterface.cpp.inc

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

/// Returns the attribute associated with the key.
::mlir::FailureOr<::mlir::Attribute> mlir::DLTIQueryInterface::query(::mlir::DataLayoutEntryKey key) const {}
/// Returns the key of the this layout entry.
::mlir::DataLayoutEntryKey mlir::DataLayoutEntryInterface::getKey() const {}
/// Returns the value of this layout entry.
::mlir::Attribute mlir::DataLayoutEntryInterface::getValue() const {}
/// Checks that the entry is well-formed, reports errors at the provided location.
::llvm::LogicalResult mlir::DataLayoutEntryInterface::verifyEntry(::mlir::Location loc) const {}
/// Combines the current layout with the given list of layouts, provided from the outermost (oldest) to the innermost (newest). Returns null on failure.
::mlir::DataLayoutSpecInterface mlir::DataLayoutSpecInterface::combineWith(::llvm::ArrayRef<::mlir::DataLayoutSpecInterface> specs) const {}
/// Returns the list of layout entries.
::mlir::DataLayoutEntryListRef mlir::DataLayoutSpecInterface::getEntries() const {}
/// Returns the endianness identifier.
::mlir::StringAttr mlir::DataLayoutSpecInterface::getEndiannessIdentifier(::mlir::MLIRContext * context) const {}
/// Returns the alloca memory space identifier.
::mlir::StringAttr mlir::DataLayoutSpecInterface::getAllocaMemorySpaceIdentifier(::mlir::MLIRContext * context) const {}
/// Returns the program memory space identifier.
::mlir::StringAttr mlir::DataLayoutSpecInterface::getProgramMemorySpaceIdentifier(::mlir::MLIRContext * context) const {}
/// Returns the global memory space identifier.
::mlir::StringAttr mlir::DataLayoutSpecInterface::getGlobalMemorySpaceIdentifier(::mlir::MLIRContext * context) const {}
/// Returns the stack alignment identifier.
::mlir::StringAttr mlir::DataLayoutSpecInterface::getStackAlignmentIdentifier(::mlir::MLIRContext * context) const {}
/// Returns a copy of the entries related to a specific type class regardles of type parameters.
::mlir::DataLayoutEntryList mlir::DataLayoutSpecInterface::getSpecForType(::mlir::TypeID type) const {}
/// Returns the entry related to the given identifier, if present.
::mlir::DataLayoutEntryInterface mlir::DataLayoutSpecInterface::getSpecForIdentifier(::mlir::StringAttr identifier) const {}
/// Verifies the validity of the specification and reports any errors at the given location.
::llvm::LogicalResult mlir::DataLayoutSpecInterface::verifySpec(::mlir::Location loc) const {}
/// Returns the attribute associated with the key.
::mlir::FailureOr<::mlir::Attribute> mlir::DataLayoutSpecInterface::query(::mlir::DataLayoutEntryKey key) const {}
/// Returns the list of layout entries.
::mlir::DataLayoutEntryListRef mlir::TargetDeviceSpecInterface::getEntries() const {}
/// Returns the entry related to the given identifier, if present.
::mlir::DataLayoutEntryInterface mlir::TargetDeviceSpecInterface::getSpecForIdentifier(::mlir::StringAttr identifier) const {}
/// Checks that the entry is well-formed, reports errors at the provided location.
::llvm::LogicalResult mlir::TargetDeviceSpecInterface::verifyEntry(::mlir::Location loc) const {}
/// Returns the attribute associated with the key.
::mlir::FailureOr<::mlir::Attribute> mlir::TargetDeviceSpecInterface::query(::mlir::DataLayoutEntryKey key) const {}
/// Returns the list of layout entries.
llvm::ArrayRef<DeviceIDTargetDeviceSpecPair> mlir::TargetSystemSpecInterface::getEntries() const {}
/// Returns the device description spec for given device ID
std::optional<::mlir::TargetDeviceSpecInterface> mlir::TargetSystemSpecInterface::getDeviceSpecForDeviceID(StringAttr deviceID) const {}
/// Verifies the validity of the specification and reports any errors at the given location.
::llvm::LogicalResult mlir::TargetSystemSpecInterface::verifySpec(::mlir::Location loc) const {}
/// Returns the attribute associated with the key.
::mlir::FailureOr<::mlir::Attribute> mlir::TargetSystemSpecInterface::query(::mlir::DataLayoutEntryKey key) const {}