|
| CoreIndexOpAdaptor (CoreIndexOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| CoreIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| CoreIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| CoreIndexOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| CoreIndexOpGenericAdaptor (RangeT values, const CoreIndexOpGenericAdaptorBase &base) |
|
template<typename LateInst = CoreIndexOp, typename = std::enable_if_t<std::is_same_v<LateInst, CoreIndexOp>>> |
| CoreIndexOpGenericAdaptor (RangeT values, LateInst op) |
|
| CoreIndexOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| CoreIndexOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| CoreIndexOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| CoreIndexOpGenericAdaptor (::mlir::ValueRange values, const CoreIndexOpGenericAdaptorBase &base) |
|
| CoreIndexOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getOperands () |
|
| CoreIndexOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| CoreIndexOpGenericAdaptorBase (CoreIndexOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::IntegerAttr | getDimAttr () |
|
uint64_t | getDim () |
|