Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h66 unsigned GetBasePtr() const;
DMipsABIInfo.cpp74 unsigned MipsABIInfo::GetBasePtr() const { in GetBasePtr() function in MipsABIInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h66 unsigned GetBasePtr() const;
DMipsABIInfo.cpp73 unsigned MipsABIInfo::GetBasePtr() const { in GetBasePtr() function in MipsABIInfo
/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp142 FrameReg = ABI.GetBasePtr(); in eliminateFI()
DMipsSEFrameLowering.cpp763 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp186 FrameReg = ABI.GetBasePtr(); in eliminateFI()
DMipsSEFrameLowering.cpp787 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()