Home
last modified time | relevance | path

Searched refs:adjustStackPtr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp148 STI.getInstrInfo()->adjustStackPtr(SP, Amount, MBB, I); in eliminateCallFramePseudoInstr()
H A DMipsSEInstrInfo.h69 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
H A DMips16InstrInfo.h83 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
H A DMipsInstrInfo.h143 virtual void adjustStackPtr(unsigned SP, int64_t Amount,
H A DMipsSEFrameLowering.cpp435 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI); in emitPrologue()
745 TII.adjustStackPtr(SP, StackSize, MBB, MBBI); in emitEpilogue()
H A DMips16InstrInfo.cpp311 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp581 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() function in MipsSEInstrInfo