|
LLVM
4.0.0
|
Mapping from virtual register to SUnit including an operand index. More...
#include <ScheduleDAGInstrs.h>
Public Member Functions | |
| VReg2SUnitOperIdx (unsigned VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU) | |
Public Member Functions inherited from llvm::VReg2SUnit | |
| VReg2SUnit (unsigned VReg, LaneBitmask LaneMask, SUnit *SU) | |
| unsigned | getSparseSetIndex () const |
Public Attributes | |
| unsigned | OperandIndex |
Public Attributes inherited from llvm::VReg2SUnit | |
| unsigned | VirtReg |
| LaneBitmask | LaneMask |
| SUnit * | SU |
Mapping from virtual register to SUnit including an operand index.
Definition at line 49 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 52 of file ScheduleDAGInstrs.h.
| unsigned llvm::VReg2SUnitOperIdx::OperandIndex |
Definition at line 50 of file ScheduleDAGInstrs.h.
1.8.6