Home
last modified time | relevance | path

Searched refs:hasBP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.h35 bool hasBP(const MachineFunction &MF) const;
DMipsFrameLowering.cpp103 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP() function in MipsFrameLowering
DMipsSEFrameLowering.cpp524 if (hasBP(MF)) { in emitPrologue()
763 FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr(); in getFrameIndexReference()
853 if (hasBP(MF)) in determineCalleeSaves()