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++ -*-===//
27 class MipsRegisterInfo : public MipsGenRegisterInfo {
32 MipsRegisterInfo(const MipsSubtarget &Subtarget);
MipsRegisterInfo.cpp 1 //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
14 #include "MipsRegisterInfo.h"
45 MipsRegisterInfo::MipsRegisterInfo(const MipsSubtarget &ST)
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::getMips16RetHelperMask()
    [all...]

Completed in 489 milliseconds