TT-MLIR
|
Public Types | |
using | Adaptor = SliceOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = SliceOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getBeginsAttrName () |
::mlir::StringAttr | getEndsAttrName () |
::mlir::StringAttr | getOperandConstraintsAttrName () |
::mlir::StringAttr | getStepAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getInput () |
::mlir::TypedValue<::mlir::RankedTensorType > | getOutput () |
::mlir::OpOperand & | getInputMutable () |
::mlir::OpOperand & | getOutputMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getResult () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::ArrayAttr | getBeginsAttr () |
::mlir::ArrayAttr | getBegins () |
::mlir::ArrayAttr | getEndsAttr () |
::mlir::ArrayAttr | getEnds () |
::mlir::ArrayAttr | getStepAttr () |
::mlir::ArrayAttr | getStep () |
::mlir::ArrayAttr | getOperandConstraintsAttr () |
::mlir::ArrayAttr | getOperandConstraints () |
void | setBeginsAttr (::mlir::ArrayAttr attr) |
void | setEndsAttr (::mlir::ArrayAttr attr) |
void | setStepAttr (::mlir::ArrayAttr attr) |
void | setOperandConstraintsAttr (::mlir::ArrayAttr attr) |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
MutableOperandRange | getDpsInitsMutable () |
Static Public Member Functions | |
::mlir::StringAttr | getBeginsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getEndsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOperandConstraintsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getStepAttrName (::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::Type result, ::mlir::Value input, ::mlir::Value output, ::mlir::ArrayAttr begins, ::mlir::ArrayAttr ends, ::mlir::ArrayAttr step, ::mlir::ArrayAttr operand_constraints) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, ::mlir::ArrayAttr begins, ::mlir::ArrayAttr ends, ::mlir::ArrayAttr step, ::mlir::ArrayAttr operand_constraints) |
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::SliceOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttir::SliceOp::GenericAdaptor = SliceOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
mlir::ArrayAttr mlir::tt::ttir::SliceOp::getBegins | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
mlir::ArrayAttr mlir::tt::ttir::SliceOp::getEnds | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
mlir::ArrayAttr mlir::tt::ttir::SliceOp::getOperandConstraints | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
static |
|
inline |
mlir::ArrayAttr mlir::tt::ttir::SliceOp::getStep | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
inline |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
::llvm::LogicalResult mlir::tt::ttir::SliceOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttir::SliceOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttir::SliceOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttir::SliceOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |