|
LLVM
8.0.1
|
#include "SystemZRegisterInfo.h"#include "SystemZInstrInfo.h"#include "SystemZSubtarget.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/ADT/SmallSet.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/CodeGen/VirtRegMap.h"#include "SystemZGenRegisterInfo.inc"
Go to the source code of this file.
Macros | |
| #define | GET_REGINFO_TARGET_DESC |
Functions | |
| static const TargetRegisterClass * | getRC32 (MachineOperand &MO, const VirtRegMap *VRM, const MachineRegisterInfo *MRI) |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 22 of file SystemZRegisterInfo.cpp.
|
static |
Definition at line 30 of file SystemZRegisterInfo.cpp.
References assert(), contains(), llvm::VirtRegMap::getPhys(), llvm::MachineOperand::getReg(), llvm::MachineRegisterInfo::getRegClass(), llvm::MachineOperand::getSubReg(), and llvm::VirtRegMap::hasPhys().
Referenced by llvm::SystemZRegisterInfo::getRegAllocationHints().
1.8.13