|
LLVM 22.0.0git
|
Mapping from virtual register to SUnit including an operand index. More...
#include "llvm/CodeGen/ScheduleDAGInstrs.h"
Public Member Functions | |
| VReg2SUnitOperIdx (Register VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU) | |
| Public Member Functions inherited from llvm::VReg2SUnit | |
| VReg2SUnit (Register VReg, LaneBitmask LaneMask, SUnit *SU) | |
| unsigned | getSparseSetIndex () const |
Public Attributes | |
| unsigned | OperandIndex |
| Public Attributes inherited from llvm::VReg2SUnit | |
| Register | VirtReg |
| LaneBitmask | LaneMask |
| SUnit * | SU |
Mapping from virtual register to SUnit including an operand index.
Definition at line 67 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 70 of file ScheduleDAGInstrs.h.
References llvm::VReg2SUnit::LaneMask, OperandIndex, llvm::VReg2SUnit::SU, and llvm::VReg2SUnit::VReg2SUnit().
| unsigned llvm::VReg2SUnitOperIdx::OperandIndex |
Definition at line 68 of file ScheduleDAGInstrs.h.
Referenced by VReg2SUnitOperIdx().