Searched refs:adjustStackPtrBig (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h118 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
H A DMips16InstrInfo.cpp235 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
261 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, function in class:Mips16InstrInfo

Completed in 102 milliseconds