LLVM 20.0.0git
|
Record a physical register access. More...
#include "llvm/CodeGen/ScheduleDAGInstrs.h"
Public Member Functions | |
PhysRegSUOper (SUnit *su, int op, unsigned R) | |
unsigned | getSparseSetIndex () const |
Public Attributes | |
SUnit * | SU |
int | OpIdx |
unsigned | RegUnit |
Record a physical register access.
For non-data-dependent uses, OpIdx == -1.
Definition at line 76 of file ScheduleDAGInstrs.h.
Definition at line 81 of file ScheduleDAGInstrs.h.
|
inline |
Definition at line 84 of file ScheduleDAGInstrs.h.
References RegUnit.
int llvm::PhysRegSUOper::OpIdx |
Definition at line 78 of file ScheduleDAGInstrs.h.
unsigned llvm::PhysRegSUOper::RegUnit |
Definition at line 79 of file ScheduleDAGInstrs.h.
Referenced by getSparseSetIndex().
SUnit* llvm::PhysRegSUOper::SU |
Definition at line 77 of file ScheduleDAGInstrs.h.