TT-MLIR
|
Public Types | |
using | Adaptor = MultiplyOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = MultiplyOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::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 | getOutputs () |
::mlir::MutableOperandRange | getInputsMutable () |
::mlir::MutableOperandRange | getOutputsMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::Operation::result_range | getResults () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::ArrayAttr | getOperandConstraintsAttr () |
::mlir::ArrayAttr | getOperandConstraints () |
void | setOperandConstraintsAttr (::mlir::ArrayAttr attr) |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
MutableOperandRange | getDpsInitsMutable () |
void | buildGenericRegion (::mlir::OpBuilder &opBuilder, ::mlir::Block *block) |
std::pair<::mlir::ArrayAttr, ::mlir::ArrayAttr > | getIndexingMaps (Builder &builder) |
Static Public Member Functions | |
::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, Value lhs, Value rhs, Value out, ArrayAttr operand_constraints) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange results, ::mlir::ValueRange inputs, ::mlir::ValueRange outputs, ::mlir::ArrayAttr operand_constraints) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
static bool | sameRank (mlir::OperandRange operands) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttir::MultiplyOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttir::MultiplyOp::GenericAdaptor = MultiplyOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
void mlir::tt::ttir::MultiplyOp::buildGenericRegion | ( | ::mlir::OpBuilder & | opBuilder, |
::mlir::Block * | block | ||
) |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
static |
|
inline |
mlir::MutableOperandRange mlir::tt::ttir::MultiplyOp::getInputsMutable | ( | ) |
std::pair< unsigned, unsigned > mlir::tt::ttir::MultiplyOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
|
inline |
std::pair< unsigned, unsigned > mlir::tt::ttir::MultiplyOp::getODSResultIndexAndLength | ( | unsigned | index | ) |
|
inline |
mlir::ArrayAttr mlir::tt::ttir::MultiplyOp::getOperandConstraints | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
mlir::MutableOperandRange mlir::tt::ttir::MultiplyOp::getOutputsMutable | ( | ) |
|
static |
|
inline |
|
static |
|
static |
|
inlinestatic |
|
static |
|
inline |
|
static |
|
static |
llvm::LogicalResult mlir::tt::ttir::MultiplyOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttir::MultiplyOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttir::MultiplyOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |