|
MLIR 23.0.0git
|
#include "mlir/Dialect/XeGPU/uArch/uArchBase.h"
Public Member Functions | |
| Subgroup2DBlockPrefetchInstruction () | |
| int32_t | getPackedFormatBitSize () const override |
| Public Member Functions inherited from mlir::xegpu::uArch::Instruction | |
| Instruction (InstructionKind kind, InstructionScope scope) | |
| ~Instruction ()=default | |
| InstructionKind | getInstructionKind () const |
| InstructionScope | getScope () const |
| Public Member Functions inherited from mlir::xegpu::uArch::BlockIOInstructionInterface | |
| std::optional< BlockShapes > | getBlockWidthHeightCount (Type elemTy, bool hasTransform=false, bool hasTranspose=false, bool upConv=false) const |
| virtual | ~BlockIOInstructionInterface ()=default |
Static Public Member Functions | |
| static bool | classof (const Instruction *B) |
| Static Public Member Functions inherited from mlir::xegpu::uArch::Instruction | |
| static llvm::StringRef | toString (InstructionKind instKind) |
Protected Member Functions | |
| std::optional< BlockShapes > | computeBlockWidthHeightCount (Type elemTy, bool, bool, bool) const override |
Additional Inherited Members | |
| Public Types inherited from mlir::xegpu::uArch::BlockIOInstructionInterface | |
| using | BlockShapes |
| Protected Attributes inherited from mlir::xegpu::uArch::Instruction | |
| const InstructionKind | instKind |
| const InstructionScope | scope |
Definition at line 329 of file uArchBase.h.
|
inline |
Definition at line 331 of file uArchBase.h.
References mlir::xegpu::uArch::Instruction::Instruction(), mlir::xegpu::uArch::Subgroup, and mlir::xegpu::uArch::Subgroup2DBlockPrefetch.
|
inlinestatic |
Definition at line 334 of file uArchBase.h.
References mlir::xegpu::uArch::Instruction::Instruction(), and mlir::xegpu::uArch::Subgroup2DBlockPrefetch.
|
inlineoverrideprotectedvirtual |
Implements mlir::xegpu::uArch::BlockIOInstructionInterface.
Definition at line 344 of file uArchBase.h.
References mlir::Type::getIntOrFloatBitWidth().
|
inlineoverridevirtual |
Implements mlir::xegpu::uArch::BlockIOInstructionInterface.
Definition at line 340 of file uArchBase.h.