|
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| 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={}) |
| ::llvm::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) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, std::optional<::mlir::Location > location, Adaptor adaptor, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| static bool | isCompatibleReturnTypes (::mlir::TypeRange l, ::mlir::TypeRange r) |
Definition at line 564 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ build() [1/5]
| void llzk::array::ExtractArrayOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/5]
| void llzk::array::ExtractArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Type | result, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::ValueRange | indices ) |
|
static |
◆ build() [3/5]
| void llzk::array::ExtractArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::ValueRange | indices ) |
|
static |
◆ build() [4/5]
| void llzk::array::ExtractArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::ValueRange | indices ) |
|
static |
◆ build() [5/5]
| void llzk::array::ExtractArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ getArrRef()
◆ getArrRefMutable()
| ::mlir::OpOperand & llzk::array::ExtractArrayOp::getArrRefMutable |
( |
| ) |
|
|
inline |
◆ getArrRefType()
Gets the type of the referenced base array.
Definition at line 638 of file Ops.h.inc.
◆ getAttributeNames()
| ::llvm::ArrayRef<::llvm::StringRef > llzk::array::ExtractArrayOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getIndices()
| ::mlir::Operation::operand_range llzk::array::ExtractArrayOp::getIndices |
( |
| ) |
|
|
inline |
◆ getIndicesMutable()
| mlir::MutableOperandRange llzk::array::ExtractArrayOp::getIndicesMutable |
( |
| ) |
|
◆ getODSOperandIndexAndLength()
| std::pair< unsigned, unsigned > llzk::array::ExtractArrayOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSOperands()
| ::mlir::Operation::operand_range llzk::array::ExtractArrayOp::getODSOperands |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
| std::pair< unsigned, unsigned > llzk::array::ExtractArrayOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResults()
| ::mlir::Operation::result_range llzk::array::ExtractArrayOp::getODSResults |
( |
unsigned | index | ) |
|
|
inline |
◆ getOperationName()
| constexpr ::llvm::StringLiteral llzk::array::ExtractArrayOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getResult()
◆ inferReturnTypes() [1/2]
| ::llvm::LogicalResult llzk::array::ExtractArrayOp::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 |
◆ inferReturnTypes() [2/2]
| ::llvm::LogicalResult llzk::array::ExtractArrayOp::inferReturnTypes |
( |
::mlir::MLIRContext * | context, |
|
|
std::optional<::mlir::Location > | location, |
|
|
Adaptor | adaptor, |
|
|
::llvm::SmallVectorImpl<::mlir::Type > & | inferredReturnTypes ) |
|
static |
◆ isCompatibleReturnTypes()
| bool llzk::array::ExtractArrayOp::isCompatibleReturnTypes |
( |
::mlir::TypeRange | l, |
|
|
::mlir::TypeRange | r ) |
|
static |
◆ isRead()
| bool llzk::array::ExtractArrayOp::isRead |
( |
| ) |
|
Return true if the op is a read, false if it's a write.
Definition at line 964 of file Ops.cpp.inc.
◆ parse()
| mlir::ParseResult llzk::array::ExtractArrayOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ print()
| void llzk::array::ExtractArrayOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ verifyInvariants()
| llvm::LogicalResult llzk::array::ExtractArrayOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
| llvm::LogicalResult llzk::array::ExtractArrayOp::verifyInvariantsImpl |
( |
| ) |
|
◆ verifySymbolUses()
| LogicalResult llzk::array::ExtractArrayOp::verifySymbolUses |
( |
::mlir::SymbolTableCollection & | symbolTable | ) |
|
The documentation for this class was generated from the following files: