reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCFrameLowering.cpp
 1704       if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) {
 1704       if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) {
 1706           .addReg(SPReg).addImm(CallerAllocatedAmt);
 1709           .addImm(CallerAllocatedAmt >> 16);
 1712           .addImm(CallerAllocatedAmt & 0xFFFF);