MLIR 23.0.0git
mlir::xegpu::uArch::LoadGatherInstructionInterface Struct Referenceabstract

#include "mlir/Dialect/XeGPU/uArch/uArchBase.h"

Inheritance diagram for mlir::xegpu::uArch::LoadGatherInstructionInterface:

Public Member Functions

 LoadGatherInstructionInterface ()
virtual int32_t getMaxLaneLoadSize (int32_t bitWidth) const =0
virtual ~LoadGatherInstructionInterface ()=default
Public Member Functions inherited from mlir::xegpu::uArch::Instruction
 Instruction (InstructionKind kind, InstructionScope scope)
 ~Instruction ()=default
InstructionKind getInstructionKind () const
InstructionScope getScope () const

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)
static std::optional< InstructionKindparseInstructionKind (llvm::StringRef str)

Additional Inherited Members

Protected Attributes inherited from mlir::xegpu::uArch::Instruction
const InstructionKind instKind
const InstructionScope scope

Detailed Description

Definition at line 263 of file uArchBase.h.

Constructor & Destructor Documentation

◆ LoadGatherInstructionInterface()

mlir::xegpu::uArch::LoadGatherInstructionInterface::LoadGatherInstructionInterface ( )
inline

◆ ~LoadGatherInstructionInterface()

virtual mlir::xegpu::uArch::LoadGatherInstructionInterface::~LoadGatherInstructionInterface ( )
virtualdefault

Member Function Documentation

◆ classof()

bool mlir::xegpu::uArch::LoadGatherInstructionInterface::classof ( const Instruction * B)
inlinestatic

◆ getMaxLaneLoadSize()

virtual int32_t mlir::xegpu::uArch::LoadGatherInstructionInterface::getMaxLaneLoadSize ( int32_t bitWidth) const
pure virtual

The documentation for this struct was generated from the following file: