|
| DMAOpAdaptor (DMAOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs) |
|
| DMAOpGenericAdaptor (RangeT values, const DMAOpGenericAdaptorBase &base) |
|
template<typename LateInst = DMAOp, typename = std::enable_if_t<std::is_same_v<LateInst, DMAOp>>> |
| DMAOpGenericAdaptor (RangeT values, LateInst op) |
|
| DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs) |
|
| DMAOpGenericAdaptor (::mlir::ValueRange values, const DMAOpGenericAdaptorBase &base) |
|
| DMAOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getSrc () |
|
::mlir::ValueRange | getSrcIndices () |
|
ValueT | getDst () |
|
::mlir::ValueRange | getDstIndices () |
|
::mlir::ValueRange | getMcastStartIndex () |
|
::mlir::ValueRange | getMcastShape () |
|
::mlir::ValueRange | getOperands () |
|
| DMAOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DMAOpGenericAdaptorBase (DMAOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::AffineMapAttr | getSrcAffineMapAttr () |
|
::std::optional< ::mlir::AffineMap > | getSrcAffineMap () |
|
::mlir::AffineMapAttr | getDstAffineMapAttr () |
|
::std::optional< ::mlir::AffineMap > | getDstAffineMap () |
|
::mlir::IntegerAttr | getOptNumElemsAttr () |
|
::std::optional< uint64_t > | getOptNumElems () |
|