LLVM 20.0.0git
|
#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 |
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.
|
inline |
Definition at line 31 of file TileShapeInfo.h.
References deduceImm(), and MRI.
|
inline |
Definition at line 37 of file TileShapeInfo.h.
|
inline |
Definition at line 66 of file TileShapeInfo.h.
References GetImm(), llvm::MachineOperand::getReg(), MI, MRI, and Reg.
Referenced by ShapeT().
|
inline |
Definition at line 58 of file TileShapeInfo.h.
|
inline |
Definition at line 62 of file TileShapeInfo.h.
Referenced by operator==().
|
inline |
Definition at line 56 of file TileShapeInfo.h.
|
inline |
Definition at line 60 of file TileShapeInfo.h.
Referenced by operator==().
|
inline |
Definition at line 64 of file TileShapeInfo.h.
Referenced by llvm::VirtRegMap::hasShape().
Definition at line 54 of file TileShapeInfo.h.
Definition at line 40 of file TileShapeInfo.h.
References llvm::CallingConv::C, getColImm(), llvm::MachineOperand::getReg(), and getRowImm().