LLVM: llvm::ShapeT Class Reference (original) (raw)

#include "[llvm/CodeGen/TileShapeInfo.h](TileShapeInfo%5F8h%5Fsource.html)"

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
MachineOperand * getRow () const
MachineOperand * getCol () const
int64_t getRowImm () const
int64_t getColImm () const
bool isValid ()
void deduceImm (const MachineRegisterInfo *MRI)

Definition at line 29 of file TileShapeInfo.h.

ShapeT() [1/2]

ShapeT() [2/2]

llvm::ShapeT::ShapeT ( ) inline

deduceImm()

getCol()

getColImm()

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

getRow()

getRowImm()

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

isValid()

bool llvm::ShapeT::isValid ( ) inline

operator!=()

operator==()


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