LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::PhysRegSUOper Struct Reference

Record a physical register access. More...

#include <ScheduleDAGInstrs.h>

Collaboration diagram for llvm::PhysRegSUOper:
[legend]

Public Member Functions

 PhysRegSUOper (SUnit *su, int op, unsigned R)
 
unsigned getSparseSetIndex () const
 

Public Attributes

SUnitSU
 
int OpIdx
 
unsigned Reg
 

Detailed Description

Record a physical register access.

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

Definition at line 59 of file ScheduleDAGInstrs.h.

Constructor & Destructor Documentation

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

Definition at line 64 of file ScheduleDAGInstrs.h.

Member Function Documentation

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

Definition at line 66 of file ScheduleDAGInstrs.h.

References Reg.

Member Data Documentation

int llvm::PhysRegSUOper::OpIdx

Definition at line 61 of file ScheduleDAGInstrs.h.

unsigned llvm::PhysRegSUOper::Reg

Definition at line 62 of file ScheduleDAGInstrs.h.

Referenced by getSparseSetIndex().

SUnit* llvm::PhysRegSUOper::SU

Definition at line 60 of file ScheduleDAGInstrs.h.


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