TT-MLIR
|
Public Types | |
using | Adaptor = GenericOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = GenericOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getGridAttrName () |
::mlir::StringAttr | getIndexingMapsAttrName () |
::mlir::StringAttr | getIteratorTypesAttrName () |
::mlir::StringAttr | getOperandCbMappingAttrName () |
::mlir::StringAttr | getOperandConstraintsAttrName () |
::mlir::StringAttr | getOperandSegmentSizesAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::Operation::operand_range | getInputs () |
::mlir::Operation::operand_range | getCbs () |
::mlir::Operation::operand_range | getOutputs () |
::mlir::MutableOperandRange | getInputsMutable () |
::mlir::MutableOperandRange | getCbsMutable () |
::mlir::MutableOperandRange | getOutputsMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::Operation::result_range | getResults () |
::mlir::Region & | getRegion () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::tt::GridAttr | getGridAttr () |
::mlir::tt::GridAttr | getGrid () |
::mlir::ArrayAttr | getIndexingMapsAttr () |
::mlir::ArrayAttr | getIndexingMaps () |
::mlir::ArrayAttr | getIteratorTypesAttr () |
::mlir::ArrayAttr | getIteratorTypes () |
::mlir::ArrayAttr | getOperandConstraintsAttr () |
::mlir::ArrayAttr | getOperandConstraints () |
::mlir::DenseI64ArrayAttr | getOperandCbMappingAttr () |
::llvm::ArrayRef< int64_t > | getOperandCbMapping () |
void | setGridAttr (::mlir::tt::GridAttr attr) |
void | setIndexingMapsAttr (::mlir::ArrayAttr attr) |
void | setIteratorTypesAttr (::mlir::ArrayAttr attr) |
void | setOperandConstraintsAttr (::mlir::ArrayAttr attr) |
void | setOperandCbMappingAttr (::mlir::DenseI64ArrayAttr attr) |
void | setOperandCbMapping (::std::optional<::llvm::ArrayRef< int64_t >> attrValue) |
::mlir::Attribute | removeOperandCbMappingAttr () |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
Value | getMatchingOperand (size_t blockArgIndex) |
MutableOperandRange | getDpsInitsMutable () |
Static Public Member Functions | |
::mlir::StringAttr | getGridAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getIndexingMapsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getIteratorTypesAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOperandCbMappingAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOperandConstraintsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOperandSegmentSizesAttrName (::mlir::OperationName name) |
static constexpr ::llvm::StringLiteral | getOperationName () |
::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
static llvm::hash_code | computePropertiesHash (const Properties &prop) |
static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange results, ::mlir::ValueRange inputs, ::mlir::ValueRange cbs, ::mlir::ValueRange outputs, ::mlir::tt::GridAttr grid, ::mlir::ArrayAttr indexing_maps, ::mlir::ArrayAttr iterator_types, ::mlir::ArrayAttr operand_constraints, ::mlir::DenseI64ArrayAttr operand_cb_mapping) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange results, ::mlir::ValueRange inputs, ::mlir::ValueRange cbs, ::mlir::ValueRange outputs, ::mlir::tt::GridAttr grid, ::mlir::ArrayAttr indexing_maps, ::mlir::ArrayAttr iterator_types, ::mlir::ArrayAttr operand_constraints, ::llvm::ArrayRef< int64_t > operand_cb_mapping={}) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttir::GenericOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttir::GenericOp::GenericAdaptor = GenericOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
inline |
mlir::MutableOperandRange mlir::tt::ttir::GenericOp::getCbsMutable | ( | ) |
|
inline |
mlir::tt::GridAttr mlir::tt::ttir::GenericOp::getGrid | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
mlir::ArrayAttr mlir::tt::ttir::GenericOp::getIndexingMaps | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
mlir::MutableOperandRange mlir::tt::ttir::GenericOp::getInputsMutable | ( | ) |
mlir::ArrayAttr mlir::tt::ttir::GenericOp::getIteratorTypes | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
std::pair< unsigned, unsigned > mlir::tt::ttir::GenericOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
|
inline |
std::pair< unsigned, unsigned > mlir::tt::ttir::GenericOp::getODSResultIndexAndLength | ( | unsigned | index | ) |
|
inline |
llvm::ArrayRef< int64_t > mlir::tt::ttir::GenericOp::getOperandCbMapping | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
mlir::ArrayAttr mlir::tt::ttir::GenericOp::getOperandConstraints | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
mlir::MutableOperandRange mlir::tt::ttir::GenericOp::getOutputsMutable | ( | ) |
|
static |
|
inline |
|
inline |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
void mlir::tt::ttir::GenericOp::setOperandCbMapping | ( | ::std::optional<::llvm::ArrayRef< int64_t >> | attrValue | ) |
|
inline |
|
inline |
|
static |
::llvm::LogicalResult mlir::tt::ttir::GenericOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttir::GenericOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttir::GenericOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttir::GenericOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |