llvm/tools/mlir/include/mlir/Dialect/SCF/IR/DeviceMappingAttrInterface.cpp.inc

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

/// Return mapping as an integer from the attribute.
int64_t mlir::DeviceMappingAttrInterface::getMappingId() const {}
/// Return true if the attribute specifies a linear mapping
bool mlir::DeviceMappingAttrInterface::isLinearMapping() const {}
/// Return the [0..n) relative index of the attribute depending on its group.
/// This can be used to index into a contiguous array.
int64_t mlir::DeviceMappingAttrInterface::getRelativeIndex() const {}