Home
last modified time | relevance | path

Searched refs:GetBasePtr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h64 unsigned GetBasePtr() const;
H A DMipsABIInfo.cpp82 unsigned MipsABIInfo::GetBasePtr() const { in GetBasePtr() function in MipsABIInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp185 FrameReg = ABI.GetBasePtr(); in eliminateFI()
H A DMipsSEFrameLowering.cpp786 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()