|
LLVM 22.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.
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 37 of file TileShapeInfo.h.
|
inline |
|
inline |
Definition at line 57 of file TileShapeInfo.h.
|
inline |
Definition at line 60 of file TileShapeInfo.h.
Referenced by operator==().
|
inline |
Definition at line 56 of file TileShapeInfo.h.
|
inline |
Definition at line 59 of file TileShapeInfo.h.
Referenced by operator==().
|
inline |
Definition at line 62 of file TileShapeInfo.h.
Definition at line 54 of file TileShapeInfo.h.
References ShapeT().
Definition at line 40 of file TileShapeInfo.h.
References llvm::CallingConv::C, getColImm(), getRowImm(), and ShapeT().