|
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, unsigned count, mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input) |
| 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 8419 of file SMT.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ build() [1/4]
| void llzk::smt::RepeatOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/4]
| void llzk::smt::RepeatOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Type | result, |
|
|
::mlir::Value | input ) |
|
static |
◆ build() [3/4]
| void llzk::smt::RepeatOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::Value | input ) |
|
static |
◆ build() [4/4]
| void llzk::smt::RepeatOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
unsigned | count, |
|
|
mlir::Value | input ) |
|
static |
◆ getAttributeNames()
| ::llvm::ArrayRef<::llvm::StringRef > llzk::smt::RepeatOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getCount()
| unsigned RepeatOp::getCount |
( |
| ) |
|
Get the number of times the input operand is repeated.
Definition at line 204 of file SMTOps.cpp.
◆ getEffects()
| void llzk::smt::RepeatOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
|
◆ getInput()
◆ getInputMutable()
| ::mlir::OpOperand & llzk::smt::RepeatOp::getInputMutable |
( |
| ) |
|
|
inline |
◆ getODSOperandIndexAndLength()
| std::pair< unsigned, unsigned > llzk::smt::RepeatOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSOperands()
| ::mlir::Operation::operand_range llzk::smt::RepeatOp::getODSOperands |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
| std::pair< unsigned, unsigned > llzk::smt::RepeatOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResults()
| ::mlir::Operation::result_range llzk::smt::RepeatOp::getODSResults |
( |
unsigned | index | ) |
|
|
inline |
◆ getOperationName()
| constexpr ::llvm::StringLiteral llzk::smt::RepeatOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getResult()
◆ parse()
| ParseResult RepeatOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ print()
| void RepeatOp::print |
( |
::mlir::OpAsmPrinter & | p | ) |
|
◆ verify()
| LogicalResult RepeatOp::verify |
( |
| ) |
|
◆ verifyInvariants()
| llvm::LogicalResult llzk::smt::RepeatOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
| llvm::LogicalResult llzk::smt::RepeatOp::verifyInvariantsImpl |
( |
| ) |
|
The documentation for this class was generated from the following files: