LLVM: llvm::PhysRegSUOper Struct Reference (original) (raw)

Record a physical register access. More...

#include "[llvm/CodeGen/ScheduleDAGInstrs.h](ScheduleDAGInstrs%5F8h%5Fsource.html)"

Public Attributes
SUnit * SU
int OpIdx
MCRegUnit RegUnit

Record a physical register access.

For non-data-dependent uses, OpIdx == -1.

Definition at line 77 of file ScheduleDAGInstrs.h.

llvm::PhysRegSUOper::PhysRegSUOper ( SUnit * su, int op, MCRegUnit R ) inline

getSparseSetIndex()

unsigned llvm::PhysRegSUOper::getSparseSetIndex ( ) const inline

OpIdx

int llvm::PhysRegSUOper::OpIdx

RegUnit

MCRegUnit llvm::PhysRegSUOper::RegUnit

SU

SUnit* llvm::PhysRegSUOper::SU


The documentation for this struct was generated from the following file: