HomeSort by relevance Sort by last modified time
    Searched defs:MipsRegisterInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 1 //===-- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===//
24 class MipsRegisterInfo : public MipsGenRegisterInfo {
26 MipsRegisterInfo();
MipsRegisterInfo.cpp 1 //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
14 #include "MipsRegisterInfo.h"
46 MipsRegisterInfo::MipsRegisterInfo() : MipsGenRegisterInfo(Mips::RA) {}
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::getMips16RetHelperMask()
    [all...]

Completed in 711 milliseconds