Lines Matching defs:SP
287 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
303 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
381 // Insert instruction "move $fp, $sp" at this location.
382 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO)
405 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
418 // Insert instruction "move $sp, $fp" at this location.
419 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO);
445 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);
504 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
505 TII.adjustStackPtr(SP, Amount, MBB, I);