|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type length, ::mlir::Value arr_ref, ::mlir::Value dim) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::Value dim) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::Value dim) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
::mlir::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
|
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
|
Definition at line 119 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ build() [1/5]
void llzk::array::ArrayLengthOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/5]
void llzk::array::ArrayLengthOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Type | length, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::Value | dim ) |
|
static |
◆ build() [3/5]
void llzk::array::ArrayLengthOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::Value | dim ) |
|
static |
◆ build() [4/5]
void llzk::array::ArrayLengthOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::Value | dim ) |
|
static |
◆ build() [5/5]
void llzk::array::ArrayLengthOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ getArrRef()
◆ getArrRefMutable()
mlir::OpOperand & llzk::array::ArrayLengthOp::getArrRefMutable |
( |
| ) |
|
◆ getArrRefType()
Gets the type of the referenced base array.
Definition at line 158 of file Ops.h.inc.
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef > llzk::array::ArrayLengthOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getDim()
mlir::TypedValue<::mlir::IndexType > llzk::array::ArrayLengthOp::getDim |
( |
| ) |
|
◆ getDimMutable()
mlir::OpOperand & llzk::array::ArrayLengthOp::getDimMutable |
( |
| ) |
|
◆ getEffects()
void llzk::array::ArrayLengthOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
|
◆ getLength()
mlir::TypedValue<::mlir::IndexType > llzk::array::ArrayLengthOp::getLength |
( |
| ) |
|
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > llzk::array::ArrayLengthOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSOperands()
mlir::Operation::operand_range llzk::array::ArrayLengthOp::getODSOperands |
( |
unsigned | index | ) |
|
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > llzk::array::ArrayLengthOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSResults()
mlir::Operation::result_range llzk::array::ArrayLengthOp::getODSResults |
( |
unsigned | index | ) |
|
◆ getOperationName()
static constexpr ::llvm::StringLiteral llzk::array::ArrayLengthOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ inferReturnTypes()
mlir::LogicalResult llzk::array::ArrayLengthOp::inferReturnTypes |
( |
::mlir::MLIRContext * | context, |
|
|
::std::optional<::mlir::Location > | location, |
|
|
::mlir::ValueRange | operands, |
|
|
::mlir::DictionaryAttr | attributes, |
|
|
::mlir::OpaqueProperties | properties, |
|
|
::mlir::RegionRange | regions, |
|
|
::llvm::SmallVectorImpl<::mlir::Type > & | inferredReturnTypes ) |
|
static |
◆ parse()
mlir::ParseResult llzk::array::ArrayLengthOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ print()
void llzk::array::ArrayLengthOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ verifyInvariants()
mlir::LogicalResult llzk::array::ArrayLengthOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
mlir::LogicalResult llzk::array::ArrayLengthOp::verifyInvariantsImpl |
( |
| ) |
|
◆ verifySymbolUses()
LogicalResult llzk::array::ArrayLengthOp::verifySymbolUses |
( |
::mlir::SymbolTableCollection & | symbolTable | ) |
|
The documentation for this class was generated from the following files: