|
| DispatchOpAdaptor (DispatchOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs) |
|
template<typename LateInst = DispatchOp, typename = std::enable_if_t<std::is_same_v<LateInst, DispatchOp>>> |
| DispatchOpGenericAdaptor (RangeT values, LateInst op) |
|
| DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs) |
|
| DispatchOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getInputs () |
|
::mlir::ValueRange | getOutputs () |
|
::mlir::ValueRange | getOperands () |
|
| DispatchOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DispatchOpGenericAdaptorBase (DispatchOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::ArrayAttr | getCoreRangesAttr () |
|
::mlir::ArrayAttr | getCoreRanges () |
|
::mlir::ArrayAttr | getKernelConfigsAttr () |
|
::mlir::ArrayAttr | getKernelConfigs () |
|
::mlir::RegionRange | getRegions () |
|