TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
mlir::tt::ttir::IndexOp Class Reference
Inheritance diagram for mlir::tt::ttir::IndexOp:

Public Types

using Adaptor = IndexOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = IndexOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getBeginAttrName ()
 
::mlir::StringAttr getDimAttrName ()
 
::mlir::StringAttr getEndAttrName ()
 
::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::IntegerAttr getDimAttr ()
 
uint32_t getDim ()
 
::mlir::IntegerAttr getBeginAttr ()
 
uint32_t getBegin ()
 
::mlir::IntegerAttr getEndAttr ()
 
uint32_t getEnd ()
 
::mlir::IntegerAttr getStepAttr ()
 
uint32_t getStep ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 
void setDimAttr (::mlir::IntegerAttr attr)
 
void setDim (uint32_t attrValue)
 
void setBeginAttr (::mlir::IntegerAttr attr)
 
void setBegin (uint32_t attrValue)
 
void setEndAttr (::mlir::IntegerAttr attr)
 
void setEnd (uint32_t attrValue)
 
void setStepAttr (::mlir::IntegerAttr attr)
 
void setStep (uint32_t attrValue)
 
void setOperandConstraintsAttr (::mlir::ArrayAttr attr)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
MutableOperandRange getDpsInitsMutable ()
 

Static Public Member Functions

::mlir::StringAttr getBeginAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getDimAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getEndAttrName (::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::IntegerAttr dim, ::mlir::IntegerAttr begin, ::mlir::IntegerAttr end, ::mlir::IntegerAttr step, ::mlir::ArrayAttr operand_constraints)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, ::mlir::IntegerAttr dim, ::mlir::IntegerAttr begin, ::mlir::IntegerAttr end, ::mlir::IntegerAttr step, ::mlir::ArrayAttr operand_constraints)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value output, uint32_t dim, uint32_t begin, uint32_t end, uint32_t step, ::mlir::ArrayAttr operand_constraints)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, uint32_t dim, uint32_t begin, uint32_t end, uint32_t 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)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttir::IndexOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttir::IndexOp::GenericAdaptor = IndexOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttir::IndexOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes = {} 
)
static

◆ build() [2/5]

void mlir::tt::ttir::IndexOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
::mlir::IntegerAttr  dim,
::mlir::IntegerAttr  begin,
::mlir::IntegerAttr  end,
::mlir::IntegerAttr  step,
::mlir::ArrayAttr  operand_constraints 
)
static

◆ build() [3/5]

void mlir::tt::ttir::IndexOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
uint32_t  dim,
uint32_t  begin,
uint32_t  end,
uint32_t  step,
::mlir::ArrayAttr  operand_constraints 
)
static

◆ build() [4/5]

void mlir::tt::ttir::IndexOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
::mlir::IntegerAttr  dim,
::mlir::IntegerAttr  begin,
::mlir::IntegerAttr  end,
::mlir::IntegerAttr  step,
::mlir::ArrayAttr  operand_constraints 
)
static

◆ build() [5/5]

void mlir::tt::ttir::IndexOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
uint32_t  dim,
uint32_t  begin,
uint32_t  end,
uint32_t  step,
::mlir::ArrayAttr  operand_constraints 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttir::IndexOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::IndexOp::getAttributeNames ( )
inline

◆ getBegin()

uint32_t mlir::tt::ttir::IndexOp::getBegin ( )

◆ getBeginAttr()

::mlir::IntegerAttr mlir::tt::ttir::IndexOp::getBeginAttr ( )
inline

◆ getBeginAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getBeginAttrName ( )
inline

◆ getBeginAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getBeginAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDim()

uint32_t mlir::tt::ttir::IndexOp::getDim ( )

◆ getDimAttr()

::mlir::IntegerAttr mlir::tt::ttir::IndexOp::getDimAttr ( )
inline

◆ getDimAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getDimAttrName ( )
inline

◆ getDimAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getDimAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDpsInitsMutable()

MutableOperandRange mlir::tt::ttir::IndexOp::getDpsInitsMutable ( )
inline

◆ getEnd()

uint32_t mlir::tt::ttir::IndexOp::getEnd ( )

◆ getEndAttr()

::mlir::IntegerAttr mlir::tt::ttir::IndexOp::getEndAttr ( )
inline

◆ getEndAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getEndAttrName ( )
inline

◆ getEndAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getEndAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getInherentAttr()

std::optional< mlir::Attribute > mlir::tt::ttir::IndexOp::getInherentAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop,
llvm::StringRef  name 
)
static

◆ getInput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::IndexOp::getInput ( )
inline

◆ getInputMutable()

::mlir::OpOperand& mlir::tt::ttir::IndexOp::getInputMutable ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::IndexOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttir::IndexOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::IndexOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttir::IndexOp::getODSResults ( unsigned  index)
inline

◆ getOperandConstraints()

mlir::ArrayAttr mlir::tt::ttir::IndexOp::getOperandConstraints ( )

◆ getOperandConstraintsAttr()

::mlir::ArrayAttr mlir::tt::ttir::IndexOp::getOperandConstraintsAttr ( )
inline

◆ getOperandConstraintsAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getOperandConstraintsAttrName ( )
inline

◆ getOperandConstraintsAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getOperandConstraintsAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttir::IndexOp::getOperationName ( )
inlinestatic

◆ getOutput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::IndexOp::getOutput ( )
inline

◆ getOutputMutable()

::mlir::OpOperand& mlir::tt::ttir::IndexOp::getOutputMutable ( )
inline

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttir::IndexOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::IndexOp::getResult ( )
inline

◆ getStep()

uint32_t mlir::tt::ttir::IndexOp::getStep ( )

◆ getStepAttr()

::mlir::IntegerAttr mlir::tt::ttir::IndexOp::getStepAttr ( )
inline

◆ getStepAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getStepAttrName ( )
inline

◆ getStepAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::IndexOp::getStepAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateInherentAttrs()

void mlir::tt::ttir::IndexOp::populateInherentAttrs ( ::mlir::MLIRContext *  ctx,
const Properties prop,
::mlir::NamedAttrList &  attrs 
)
static

◆ readProperties()

llvm::LogicalResult mlir::tt::ttir::IndexOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ setBegin()

void mlir::tt::ttir::IndexOp::setBegin ( uint32_t  attrValue)

◆ setBeginAttr()

void mlir::tt::ttir::IndexOp::setBeginAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setDim()

void mlir::tt::ttir::IndexOp::setDim ( uint32_t  attrValue)

◆ setDimAttr()

void mlir::tt::ttir::IndexOp::setDimAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setEnd()

void mlir::tt::ttir::IndexOp::setEnd ( uint32_t  attrValue)

◆ setEndAttr()

void mlir::tt::ttir::IndexOp::setEndAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setInherentAttr()

void mlir::tt::ttir::IndexOp::setInherentAttr ( Properties prop,
llvm::StringRef  name,
mlir::Attribute  value 
)
static

◆ setOperandConstraintsAttr()

void mlir::tt::ttir::IndexOp::setOperandConstraintsAttr ( ::mlir::ArrayAttr  attr)
inline

◆ setPropertiesFromAttr()

llvm::LogicalResult mlir::tt::ttir::IndexOp::setPropertiesFromAttr ( Properties prop,
::mlir::Attribute  attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ setStep()

void mlir::tt::ttir::IndexOp::setStep ( uint32_t  attrValue)

◆ setStepAttr()

void mlir::tt::ttir::IndexOp::setStepAttr ( ::mlir::IntegerAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttir::IndexOp::verify ( )

◆ verifyInherentAttrs()

llvm::LogicalResult mlir::tt::ttir::IndexOp::verifyInherentAttrs ( ::mlir::OperationName  opName,
::mlir::NamedAttrList &  attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttir::IndexOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttir::IndexOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttir::IndexOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

The documentation for this class was generated from the following files: