HomeSort by relevance Sort by last modified time
    Searched refs:adjustStackPtr (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 70 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
Mips16InstrInfo.h 79 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
MipsFrameLowering.cpp 157 STI.getInstrInfo()->adjustStackPtr(SP, Amount, MBB, I);
MipsInstrInfo.h 119 virtual void adjustStackPtr(unsigned SP, int64_t Amount,
Mips16InstrInfo.cpp 293 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount,
MipsSEFrameLowering.cpp 411 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
722 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);
    [all...]
MipsSEInstrInfo.cpp 427 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount,

Completed in 388 milliseconds