HomeSort by: relevance | last modified time | path
    Searched defs:SystemZRegisterInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h 1 //===-- SystemZRegisterInfo.h - SystemZ register information ----*- C++ -*-===//
117 struct SystemZRegisterInfo : public SystemZGenRegisterInfo {
119 SystemZRegisterInfo(unsigned int RA);
SystemZRegisterInfo.cpp 1 //===-- SystemZRegisterInfo.cpp - SystemZ register information ------------===//
9 #include "SystemZRegisterInfo.h"
74 bool SystemZRegisterInfo::getRegAllocationHints(
233 SystemZRegisterInfo::SystemZRegisterInfo(unsigned int RA)
237 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
246 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
255 SystemZRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
282 SystemZRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator MI,
376 bool SystemZRegisterInfo::shouldCoalesce(MachineInstr *MI
    [all...]

Completed in 15 milliseconds