Searched defs:MipsRegisterInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h1 //===-- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===//
24 class MipsRegisterInfo : public MipsGenRegisterInfo { class in namespace:llvm
26 MipsRegisterInfo();
H A DMipsRegisterInfo.cpp1 //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
14 #include "MipsRegisterInfo.h"
46 MipsRegisterInfo::MipsRegisterInfo() : MipsGenRegisterInfo(Mips::RA) {} function in class:MipsRegisterInfo
48 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
51 MipsRegisterInfo::getPointerRegClass(const MachineFunction &MF,
58 MipsRegisterInfo::getRegPressureLimit(const TargetRegisterClass *RC,
84 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
105 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
126 const uint32_t *MipsRegisterInfo
[all...]

Completed in 39 milliseconds