LLVM API Documentation
#include <SIMachineFunctionInfo.h>

Public Member Functions | |
| SpilledReg (unsigned R, int L) | |
| SpilledReg () | |
| bool | hasLane () |
Public Attributes | |
| unsigned | VGPR |
| int | Lane |
Definition at line 31 of file SIMachineFunctionInfo.h.
| llvm::SIMachineFunctionInfo::SpilledReg::SpilledReg | ( | unsigned | R, |
| int | L | ||
| ) | [inline] |
Definition at line 34 of file SIMachineFunctionInfo.h.
| llvm::SIMachineFunctionInfo::SpilledReg::SpilledReg | ( | ) | [inline] |
Definition at line 35 of file SIMachineFunctionInfo.h.
| bool llvm::SIMachineFunctionInfo::SpilledReg::hasLane | ( | ) | [inline] |
Definition at line 36 of file SIMachineFunctionInfo.h.
References Lane.
Definition at line 33 of file SIMachineFunctionInfo.h.
Referenced by llvm::SIRegisterInfo::eliminateFrameIndex(), llvm::SIMachineFunctionInfo::getSpilledReg(), and hasLane().
Definition at line 32 of file SIMachineFunctionInfo.h.
Referenced by llvm::SIRegisterInfo::eliminateFrameIndex(), and llvm::SIMachineFunctionInfo::getSpilledReg().