|
| ::mlir::StringAttr | getLoopArgTypesAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getLoopNameAttrName (::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::StringRef loop_name, ::llvm::ArrayRef<::mlir::Type > loop_arg_types={}, ::llvm::ArrayRef<::mlir::Location > loop_arg_locs={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
Definition at line 1686 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ Properties
◆ build()
| void llzk::verif::InvariantOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::StringRef | loop_name, |
|
|
::llvm::ArrayRef<::mlir::Type > | loop_arg_types = {}, |
|
|
::llvm::ArrayRef<::mlir::Location > | loop_arg_locs = {} ) |
|
static |
◆ computePropertiesHash()
| llvm::hash_code llzk::verif::InvariantOp::computePropertiesHash |
( |
const Properties & | prop | ) |
|
|
static |
◆ getAttributeNames()
| ::llvm::ArrayRef<::llvm::StringRef > llzk::verif::InvariantOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getInherentAttr()
| std::optional< mlir::Attribute > llzk::verif::InvariantOp::getInherentAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
llvm::StringRef | name ) |
|
static |
◆ getLoopArgTypes()
| mlir::ArrayAttr llzk::verif::InvariantOp::getLoopArgTypes |
( |
| ) |
|
◆ getLoopArgTypesAttr()
| ::mlir::ArrayAttr llzk::verif::InvariantOp::getLoopArgTypesAttr |
( |
| ) |
|
|
inline |
◆ getLoopArgTypesAttrName() [1/2]
| ::mlir::StringAttr llzk::verif::InvariantOp::getLoopArgTypesAttrName |
( |
| ) |
|
|
inline |
◆ getLoopArgTypesAttrName() [2/2]
| ::mlir::StringAttr llzk::verif::InvariantOp::getLoopArgTypesAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getLoopName()
| llvm::StringRef llzk::verif::InvariantOp::getLoopName |
( |
| ) |
|
◆ getLoopNameAttr()
| ::mlir::StringAttr llzk::verif::InvariantOp::getLoopNameAttr |
( |
| ) |
|
|
inline |
◆ getLoopNameAttrName() [1/2]
| ::mlir::StringAttr llzk::verif::InvariantOp::getLoopNameAttrName |
( |
| ) |
|
|
inline |
◆ getLoopNameAttrName() [2/2]
| ::mlir::StringAttr llzk::verif::InvariantOp::getLoopNameAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getODSOperandIndexAndLength()
| std::pair< unsigned, unsigned > llzk::verif::InvariantOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSOperands()
| ::mlir::Operation::operand_range llzk::verif::InvariantOp::getODSOperands |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
| std::pair< unsigned, unsigned > llzk::verif::InvariantOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResults()
| ::mlir::Operation::result_range llzk::verif::InvariantOp::getODSResults |
( |
unsigned | index | ) |
|
|
inline |
◆ getOperationName()
| constexpr ::llvm::StringLiteral llzk::verif::InvariantOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getParentContract()
| ContractOp llzk::verif::InvariantOp::getParentContract |
( |
| ) |
|
Returns the contract operation that contains this invariant.
Definition at line 1233 of file Ops.cpp.
◆ getPropertiesAsAttr()
| mlir::Attribute llzk::verif::InvariantOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop ) |
|
static |
◆ getRegion()
| ::mlir::Region & llzk::verif::InvariantOp::getRegion |
( |
| ) |
|
|
inline |
◆ getTarget()
Returns the loop target.
Definition at line 1237 of file Ops.cpp.
◆ parse()
| ParseResult llzk::verif::InvariantOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ populateInherentAttrs()
| void llzk::verif::InvariantOp::populateInherentAttrs |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
::mlir::NamedAttrList & | attrs ) |
|
static |
◆ print()
| void llzk::verif::InvariantOp::print |
( |
::mlir::OpAsmPrinter & | p | ) |
|
◆ readProperties()
| llvm::LogicalResult llzk::verif::InvariantOp::readProperties |
( |
::mlir::DialectBytecodeReader & | reader, |
|
|
::mlir::OperationState & | state ) |
|
static |
◆ setInherentAttr()
| void llzk::verif::InvariantOp::setInherentAttr |
( |
Properties & | prop, |
|
|
llvm::StringRef | name, |
|
|
mlir::Attribute | value ) |
|
static |
◆ setLoopArgTypesAttr()
| void llzk::verif::InvariantOp::setLoopArgTypesAttr |
( |
::mlir::ArrayAttr | attr | ) |
|
|
inline |
◆ setLoopName()
| void llzk::verif::InvariantOp::setLoopName |
( |
::llvm::StringRef | attrValue | ) |
|
◆ setLoopNameAttr()
| void llzk::verif::InvariantOp::setLoopNameAttr |
( |
::mlir::StringAttr | attr | ) |
|
|
inline |
◆ setPropertiesFromAttr()
| llvm::LogicalResult llzk::verif::InvariantOp::setPropertiesFromAttr |
( |
Properties & | prop, |
|
|
::mlir::Attribute | attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verify()
| LogicalResult llzk::verif::InvariantOp::verify |
( |
| ) |
|
◆ verifyInherentAttrs()
| llvm::LogicalResult llzk::verif::InvariantOp::verifyInherentAttrs |
( |
::mlir::OperationName | opName, |
|
|
::mlir::NamedAttrList & | attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInvariants()
| llvm::LogicalResult llzk::verif::InvariantOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
| llvm::LogicalResult llzk::verif::InvariantOp::verifyInvariantsImpl |
( |
| ) |
|
◆ writeProperties()
| void llzk::verif::InvariantOp::writeProperties |
( |
::mlir::DialectBytecodeWriter & | writer | ) |
|
The documentation for this class was generated from the following files: