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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterInfo.h 1 //===- MipsRegisterInfo.h - Mips Register Information Impl ------*- C++ -*-===//
27 class MipsRegisterInfo : public MipsGenRegisterInfo {
41 MipsRegisterInfo();
MipsRegisterInfo.cpp 1 //===- MipsRegisterInfo.cpp - MIPS Register Information -------------------===//
13 #include "MipsRegisterInfo.h"
42 MipsRegisterInfo::MipsRegisterInfo() : MipsGenRegisterInfo(Mips::RA) {}
44 unsigned MipsRegisterInfo::getPICCallReg() { return Mips::T9; }
47 MipsRegisterInfo::getPointerRegClass(const MachineFunction &MF,
67 MipsRegisterInfo::getRegPressureLimit(const TargetRegisterClass *RC,
93 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
124 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
145 const uint32_t *MipsRegisterInfo::getMips16RetHelperMask()
    [all...]

Completed in 16 milliseconds