|
| | ContractOpAdaptor (ContractOp op) |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| | ContractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | ContractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
| | ContractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
| | ContractOpGenericAdaptor (RangeT values, const ContractOpGenericAdaptorBase &base) |
| template<typename LateInst = ContractOp, typename = std::enable_if_t<std::is_same_v<LateInst, ContractOp>>> |
| | ContractOpGenericAdaptor (RangeT values, LateInst op) |
| | ContractOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::ValueRange | getODSOperands (unsigned index) |
| ::mlir::ValueRange | getOperands () |
| | ContractOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | ContractOpGenericAdaptorBase (ContractOp op) |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::StringAttr | getSymNameAttr () |
| ::llvm::StringRef | getSymName () |
| ::mlir::SymbolRefAttr | getTargetAttr () |
| ::mlir::SymbolRefAttr | getTarget () |
| ::mlir::TypeAttr | getFunctionTypeAttr () |
| ::mlir::FunctionType | getFunctionType () |
| ::mlir::ArrayAttr | getArgAttrsAttr () |
| ::std::optional< ::mlir::ArrayAttr > | getArgAttrs () |
| ::mlir::Region & | getBody () |
| ::mlir::RegionRange | getRegions () |
Definition at line 321 of file Ops.h.inc.
◆ ContractOpAdaptor()
| llzk::verif::ContractOpAdaptor::ContractOpAdaptor |
( |
ContractOp | op | ) |
|
◆ ContractOpGenericAdaptor() [1/5]
| llzk::verif::ContractOpGenericAdaptor< RangeT >::ContractOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs, |
|
|
::mlir::OpaqueProperties | properties, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ ContractOpGenericAdaptor() [2/5]
◆ ContractOpGenericAdaptor() [3/5]
◆ ContractOpGenericAdaptor() [4/5]
◆ ContractOpGenericAdaptor() [5/5]
template<typename LateInst = ContractOp, typename = std::enable_if_t<std::is_same_v<LateInst, ContractOp>>>
◆ verify()
| llvm::LogicalResult llzk::verif::ContractOpAdaptor::verify |
( |
::mlir::Location | loc | ) |
|
The documentation for this class was generated from the following files: