|
| | CreateArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | CreateArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
| | CreateArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs) |
| | CreateArrayOpGenericAdaptor (RangeT values, const CreateArrayOpGenericAdaptorBase &base) |
| template<typename LateInst = CreateArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, CreateArrayOp>>> |
| | CreateArrayOpGenericAdaptor (RangeT values, LateInst op) |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| RangeT | getODSOperands (unsigned index) |
| RangeT | getElements () |
| ::llvm::SmallVector< RangeT > | getMapOperands () |
| RangeT | getOperands () |
| | CreateArrayOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | CreateArrayOpGenericAdaptorBase (CreateArrayOp op) |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::DenseI32ArrayAttr | getNumDimsPerMapAttr () |
| ::llvm::ArrayRef< int32_t > | getNumDimsPerMap () |
| ::mlir::DenseI32ArrayAttr | getMapOpGroupSizesAttr () |
| ::llvm::ArrayRef< int32_t > | getMapOpGroupSizes () |
template<typename RangeT>
class llzk::array::CreateArrayOpGenericAdaptor< RangeT >
Definition at line 284 of file Ops.h.inc.