Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h71 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
DMips16InstrInfo.h79 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
DMipsSEFrameLowering.cpp303 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI); in emitPrologue()
445 TII.adjustStackPtr(SP, StackSize, MBB, MBBI); in emitEpilogue()
505 TII.adjustStackPtr(SP, Amount, MBB, I); in eliminateCallFramePseudoInstr()
DMips16FrameLowering.cpp159 TII.adjustStackPtr(Mips::SP, Amount, MBB, I); in eliminateCallFramePseudoInstr()
DMips16InstrInfo.cpp297 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp360 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() function in MipsSEInstrInfo