MLIR 23.0.0git
mlir::xegpu::uArch::StoreScatterInstruction Struct Reference

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

Inheritance diagram for mlir::xegpu::uArch::StoreScatterInstruction:

Public Member Functions

 StoreScatterInstruction ()
int32_t getMaxLaneLoadStoreSize () const
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 218 of file IntelGpuXe2.h.

Constructor & Destructor Documentation

◆ StoreScatterInstruction()

mlir::xegpu::uArch::StoreScatterInstruction::StoreScatterInstruction ( )
inline

Member Function Documentation

◆ classof()

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

◆ getMaxLaneLoadStoreSize()

int32_t mlir::xegpu::uArch::StoreScatterInstruction::getMaxLaneLoadStoreSize ( ) const
inline

Definition at line 226 of file IntelGpuXe2.h.


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