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

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

Inheritance diagram for mlir::xegpu::uArch::Subgroup2DBlockLoadInstruction:

Public Member Functions

 Subgroup2DBlockLoadInstruction ()
std::optional< std::tuple< llvm::ArrayRef< int >, llvm::ArrayRef< int >, llvm::ArrayRef< int > > > getBlockWidthHeightCount (Type elemTy, bool hasTransform, bool hasTranspose, bool upConv=false) 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 79 of file IntelGpuXe2.h.

Constructor & Destructor Documentation

◆ Subgroup2DBlockLoadInstruction()

mlir::xegpu::uArch::Subgroup2DBlockLoadInstruction::Subgroup2DBlockLoadInstruction ( )
inline

Member Function Documentation

◆ classof()

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

◆ getBlockWidthHeightCount()

std::optional< std::tuple< llvm::ArrayRef< int >, llvm::ArrayRef< int >, llvm::ArrayRef< int > > > mlir::xegpu::uArch::Subgroup2DBlockLoadInstruction::getBlockWidthHeightCount ( Type elemTy,
bool hasTransform,
bool hasTranspose,
bool upConv = false ) const
inline

Definition at line 91 of file IntelGpuXe2.h.

References mlir::Type::getIntOrFloatBitWidth().

◆ getPackedFormatBitSize()

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

Definition at line 129 of file IntelGpuXe2.h.


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