|
| ArangeOpAdaptor (ArangeOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ArangeOp, typename = std::enable_if_t<std::is_same_v<LateInst, ArangeOp>>> |
| ArangeOpGenericAdaptor (RangeT values, LateInst op) |
|
| ArangeOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| ArangeOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getOperands () |
|
| ArangeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptorBase (ArangeOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::IntegerAttr | getStartAttr () |
|
int64_t | getStart () |
|
::mlir::IntegerAttr | getEndAttr () |
|
int64_t | getEnd () |
|
::mlir::IntegerAttr | getStepAttr () |
|
int64_t | getStep () |
|
::mlir::IntegerAttr | getArangeDimensionAttr () |
|
uint64_t | getArangeDimension () |
|