Searched refs:SystemZRegisterInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h1 //===-- SystemZRegisterInfo.h - SystemZ register information ----*- C++ -*-===//
42 struct SystemZRegisterInfo : public SystemZGenRegisterInfo { struct in namespace:llvm
44 SystemZRegisterInfo();
H A DSystemZRegisterInfo.cpp1 //===-- SystemZRegisterInfo.cpp - SystemZ register information ------------===//
9 #include "SystemZRegisterInfo.h"
24 SystemZRegisterInfo::SystemZRegisterInfo() function in class:SystemZRegisterInfo
77 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg,
196 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
211 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
227 SystemZRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
256 SystemZRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator MI,
340 bool SystemZRegisterInfo
[all...]
H A DSystemZSubtarget.h19 #include "SystemZRegisterInfo.h"
89 const SystemZRegisterInfo *getRegisterInfo() const override {
H A DSystemZInstrInfo.h17 #include "SystemZRegisterInfo.h"
161 const SystemZRegisterInfo RI;
275 // Return the SystemZRegisterInfo, which this class owns.
276 const SystemZRegisterInfo &getRegisterInfo() const { return RI; }

Completed in 78 milliseconds