Lines Matching refs:MipsABIInfo
33 ArrayRef<MCPhysReg> MipsABIInfo::GetByValArgRegs() const { in GetByValArgRegs()
41 ArrayRef<MCPhysReg> MipsABIInfo::GetVarArgRegs() const { in GetVarArgRegs()
49 unsigned MipsABIInfo::GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const { in GetCalleeAllocdArgSizeInBytes()
57 MipsABIInfo MipsABIInfo::computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI()
60 return MipsABIInfo::O32(); in computeTargetABI()
62 return MipsABIInfo::N32(); in computeTargetABI()
64 return MipsABIInfo::N64(); in computeTargetABI()
66 return MipsABIInfo::N32(); in computeTargetABI()
70 return MipsABIInfo::N64(); in computeTargetABI()
71 return MipsABIInfo::O32(); in computeTargetABI()
74 unsigned MipsABIInfo::GetStackPtr() const { in GetStackPtr()
78 unsigned MipsABIInfo::GetFramePtr() const { in GetFramePtr()
82 unsigned MipsABIInfo::GetBasePtr() const { in GetBasePtr()
86 unsigned MipsABIInfo::GetGlobalPtr() const { in GetGlobalPtr()
90 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr()
94 unsigned MipsABIInfo::GetZeroReg() const { in GetZeroReg()
98 unsigned MipsABIInfo::GetPtrAdduOp() const { in GetPtrAdduOp()
102 unsigned MipsABIInfo::GetPtrAddiuOp() const { in GetPtrAddiuOp()
106 unsigned MipsABIInfo::GetPtrSubuOp() const { in GetPtrSubuOp()
110 unsigned MipsABIInfo::GetPtrAndOp() const { in GetPtrAndOp()
114 unsigned MipsABIInfo::GetGPRMoveOp() const { in GetGPRMoveOp()
118 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg()