|
| XorBoolOpAdaptor (XorBoolOp op) |
|
::mlir::LogicalResult | verify (::mlir::Location loc) |
|
| XorBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| XorBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
template<typename LateInst = XorBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, XorBoolOp>>> |
| XorBoolOpGenericAdaptor (RangeT values, LateInst op) |
|
| XorBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| XorBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| XorBoolOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getLhs () |
|
ValueT | getRhs () |
|
::mlir::ValueRange | getOperands () |
|
| XorBoolOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| XorBoolOpGenericAdaptorBase (XorBoolOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
::mlir::DictionaryAttr | getAttributes () |
|
Definition at line 843 of file Ops.h.inc.
◆ XorBoolOpAdaptor()
llzk::boolean::XorBoolOpAdaptor::XorBoolOpAdaptor |
( |
XorBoolOp | op | ) |
|
◆ verify()
mlir::LogicalResult llzk::boolean::XorBoolOpAdaptor::verify |
( |
::mlir::Location | loc | ) |
|
◆ XorBoolOpGenericAdaptor() [1/3]
llzk::boolean::XorBoolOpGenericAdaptor< RangeT >::XorBoolOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs, |
|
|
::mlir::OpaqueProperties | properties, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ XorBoolOpGenericAdaptor() [2/3]
llzk::boolean::XorBoolOpGenericAdaptor< RangeT >::XorBoolOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs = nullptr, |
|
|
const ::mlir::EmptyProperties & | properties = {}, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ XorBoolOpGenericAdaptor() [3/3]
template<typename LateInst = XorBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, XorBoolOp>>>
The documentation for this class was generated from the following files: