MLIR 22.0.0git
mlir::xegpu::uArch::Subgroup2DBlockStoreInstruction Struct Reference

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

Inheritance diagram for mlir::xegpu::uArch::Subgroup2DBlockStoreInstruction:

Public Member Functions

 Subgroup2DBlockStoreInstruction ()
std::optional< std::tuple< llvm::ArrayRef< int >, llvm::ArrayRef< int >, llvm::ArrayRef< int > > > getBlockWidthHeightCount (Type elemTy) const
int32_t getPackedFormatBitSize () 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 48 of file IntelGpuXe2.h.

Constructor & Destructor Documentation

◆ Subgroup2DBlockStoreInstruction()

mlir::xegpu::uArch::Subgroup2DBlockStoreInstruction::Subgroup2DBlockStoreInstruction ( )
inline

Member Function Documentation

◆ classof()

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

◆ getBlockWidthHeightCount()

std::optional< std::tuple< llvm::ArrayRef< int >, llvm::ArrayRef< int >, llvm::ArrayRef< int > > > mlir::xegpu::uArch::Subgroup2DBlockStoreInstruction::getBlockWidthHeightCount ( Type elemTy) const
inline

Definition at line 59 of file IntelGpuXe2.h.

References mlir::Type::getIntOrFloatBitWidth().

◆ getPackedFormatBitSize()

int32_t mlir::xegpu::uArch::Subgroup2DBlockStoreInstruction::getPackedFormatBitSize ( ) const
inline

Definition at line 76 of file IntelGpuXe2.h.


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