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