reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
238 uint64_t Amount = TII.getFrameSize(Old); 246 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { 248 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) 252 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); 254 Amount -= TII.getFramePoppedByCallee(Old); 256 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),