|
| AllocOpAdaptor (AllocOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| AllocOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllocOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllocOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = AllocOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllocOp>>> |
| AllocOpGenericAdaptor (RangeT values, LateInst op) |
|
| AllocOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllocOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllocOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| AllocOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getOperands () |
|
| AllocOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllocOpGenericAdaptorBase (AllocOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::IntegerAttr | getAddressAttr () |
|
uint64_t | getAddress () |
|
::mlir::IntegerAttr | getSizeAttr () |
|
uint64_t | getSize () |
|
::mlir::tt::MemorySpaceAttr | getMemorySpaceAttr () |
|
::mlir::tt::MemorySpace | getMemorySpace () |
|