LLVM 22.0.0git
llvm::ShapeT Class Reference

#include "llvm/CodeGen/TileShapeInfo.h"

Public Member Functions

 ShapeT (MachineOperand *Row, MachineOperand *Col, const MachineRegisterInfo *MRI=nullptr)
 ShapeT ()
bool operator== (const ShapeT &Shape) const
bool operator!= (const ShapeT &Shape) const
MachineOperandgetRow () const
MachineOperandgetCol () const
int64_t getRowImm () const
int64_t getColImm () const
bool isValid ()
void deduceImm (const MachineRegisterInfo *MRI)

Detailed Description

Definition at line 29 of file TileShapeInfo.h.

Constructor & Destructor Documentation

◆ ShapeT() [1/2]

llvm::ShapeT::ShapeT ( MachineOperand * Row,
MachineOperand * Col,
const MachineRegisterInfo * MRI = nullptr )
inline

Definition at line 31 of file TileShapeInfo.h.

References deduceImm(), and MRI.

Referenced by operator!=(), and operator==().

◆ ShapeT() [2/2]

llvm::ShapeT::ShapeT ( )
inline

Definition at line 37 of file TileShapeInfo.h.

Member Function Documentation

◆ deduceImm()

void llvm::ShapeT::deduceImm ( const MachineRegisterInfo * MRI)
inline

Definition at line 64 of file TileShapeInfo.h.

References GetImm(), MI, MRI, and Reg.

Referenced by ShapeT().

◆ getCol()

MachineOperand * llvm::ShapeT::getCol ( ) const
inline

Definition at line 57 of file TileShapeInfo.h.

◆ getColImm()

int64_t llvm::ShapeT::getColImm ( ) const
inline

Definition at line 60 of file TileShapeInfo.h.

Referenced by operator==().

◆ getRow()

MachineOperand * llvm::ShapeT::getRow ( ) const
inline

Definition at line 56 of file TileShapeInfo.h.

◆ getRowImm()

int64_t llvm::ShapeT::getRowImm ( ) const
inline

Definition at line 59 of file TileShapeInfo.h.

Referenced by operator==().

◆ isValid()

bool llvm::ShapeT::isValid ( )
inline

Definition at line 62 of file TileShapeInfo.h.

◆ operator!=()

bool llvm::ShapeT::operator!= ( const ShapeT & Shape) const
inline

Definition at line 54 of file TileShapeInfo.h.

References ShapeT().

◆ operator==()

bool llvm::ShapeT::operator== ( const ShapeT & Shape) const
inline

Definition at line 40 of file TileShapeInfo.h.

References llvm::CallingConv::C, getColImm(), getRowImm(), and ShapeT().


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