|
| DeviceOpAdaptor (DeviceOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| DeviceOpGenericAdaptor (RangeT values, const DeviceOpGenericAdaptorBase &base) |
|
template<typename LateInst = DeviceOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeviceOp>>> |
| DeviceOpGenericAdaptor (RangeT values, LateInst op) |
|
| DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| DeviceOpGenericAdaptor (::mlir::ValueRange values, const DeviceOpGenericAdaptorBase &base) |
|
| DeviceOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getOperands () |
|
| DeviceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DeviceOpGenericAdaptorBase (DeviceOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::StringAttr | getSymNameAttr () |
|
::llvm::StringRef | getSymName () |
|
::mlir::tt::DeviceAttr | getDeviceAttrAttr () |
|
::mlir::tt::DeviceAttr | getDeviceAttr () |
|