|
LLVM
4.0.0
|
#include <SIMachineFunctionInfo.h>
Public Member Functions | |
| SpilledReg (unsigned R, int L) | |
| SpilledReg () | |
| bool | hasLane () |
| bool | hasReg () |
Public Attributes | |
| unsigned | VGPR |
| int | Lane |
Definition at line 184 of file SIMachineFunctionInfo.h.
|
inline |
Definition at line 187 of file SIMachineFunctionInfo.h.
|
inline |
Definition at line 188 of file SIMachineFunctionInfo.h.
|
inline |
Definition at line 189 of file SIMachineFunctionInfo.h.
References Lane.
|
inline |
Definition at line 190 of file SIMachineFunctionInfo.h.
References VGPR.
Referenced by llvm::SIRegisterInfo::restoreSGPR(), and llvm::SIRegisterInfo::spillSGPR().
| int llvm::SIMachineFunctionInfo::SpilledReg::Lane |
Definition at line 186 of file SIMachineFunctionInfo.h.
Referenced by llvm::SIMachineFunctionInfo::getSpilledReg(), hasLane(), llvm::SIRegisterInfo::restoreSGPR(), and llvm::SIRegisterInfo::spillSGPR().
| unsigned llvm::SIMachineFunctionInfo::SpilledReg::VGPR |
Definition at line 185 of file SIMachineFunctionInfo.h.
Referenced by llvm::SIMachineFunctionInfo::getSpilledReg(), hasReg(), llvm::SIRegisterInfo::restoreSGPR(), and llvm::SIRegisterInfo::spillSGPR().
1.8.6