|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::ValueRange indices, ::mlir::Value rvalue) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::ValueRange indices, ::mlir::Value rvalue) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
|
Definition at line 602 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ build() [1/3]
void llzk::array::InsertArrayOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/3]
void llzk::array::InsertArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::ValueRange | indices, |
|
|
::mlir::Value | rvalue ) |
|
static |
◆ build() [3/3]
void llzk::array::InsertArrayOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Value | arr_ref, |
|
|
::mlir::ValueRange | indices, |
|
|
::mlir::Value | rvalue ) |
|
static |
◆ getArrRef()
◆ getArrRefMutable()
mlir::OpOperand & llzk::array::InsertArrayOp::getArrRefMutable |
( |
| ) |
|
◆ getArrRefType()
Gets the type of the referenced base array.
Definition at line 640 of file Ops.h.inc.
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef > llzk::array::InsertArrayOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getIndices()
mlir::Operation::operand_range llzk::array::InsertArrayOp::getIndices |
( |
| ) |
|
◆ getIndicesMutable()
mlir::MutableOperandRange llzk::array::InsertArrayOp::getIndicesMutable |
( |
| ) |
|
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > llzk::array::InsertArrayOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSOperands()
mlir::Operation::operand_range llzk::array::InsertArrayOp::getODSOperands |
( |
unsigned | index | ) |
|
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > llzk::array::InsertArrayOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSResults()
mlir::Operation::result_range llzk::array::InsertArrayOp::getODSResults |
( |
unsigned | index | ) |
|
◆ getOperationName()
static constexpr ::llvm::StringLiteral llzk::array::InsertArrayOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getRvalue()
◆ getRvalueMutable()
mlir::OpOperand & llzk::array::InsertArrayOp::getRvalueMutable |
( |
| ) |
|
◆ isRead()
bool llzk::array::InsertArrayOp::isRead |
( |
| ) |
|
Return true
if the op is a read, false
if it's a write.
Definition at line 1364 of file Ops.cpp.inc.
◆ parse()
mlir::ParseResult llzk::array::InsertArrayOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ print()
void llzk::array::InsertArrayOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ verify()
LogicalResult llzk::array::InsertArrayOp::verify |
( |
| ) |
|
◆ verifyInvariants()
mlir::LogicalResult llzk::array::InsertArrayOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
mlir::LogicalResult llzk::array::InsertArrayOp::verifyInvariantsImpl |
( |
| ) |
|
◆ verifySymbolUses()
LogicalResult llzk::array::InsertArrayOp::verifySymbolUses |
( |
::mlir::SymbolTableCollection & | symbolTable | ) |
|
The documentation for this class was generated from the following files: