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++ -*-===//
27 class MipsRegisterInfo : public MipsGenRegisterInfo { class in namespace:llvm
32 MipsRegisterInfo(const MipsSubtarget &Subtarget);
H A DMipsRegisterInfo.cpp1 //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
14 #include "MipsRegisterInfo.h"
45 MipsRegisterInfo::MipsRegisterInfo(const MipsSubtarget &ST) function in class:MipsRegisterInfo
48 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
51 MipsRegisterInfo::getPointerRegClass(const MachineFunction &MF,
57 MipsRegisterInfo::getRegPressureLimit(const TargetRegisterClass *RC,
83 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
103 MipsRegisterInfo::getCallPreservedMask(CallingConv::ID) const {
122 const uint32_t *MipsRegisterInfo
[all...]

Completed in 157 milliseconds