reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
355 assert(RemainingAdj%4 == 0 && "Misaligned frame size"); 356 RemainingAdj /= 4; 367 RestoreSpillList(MBB, MBBI, dl, TII, RemainingAdj, SpillList); 379 bool UseRETSP = restoreLR && RemainingAdj 391 RestoreSpillList(MBB, MBBI, dl, TII, RemainingAdj, SpillList); 393 if (RemainingAdj) { 395 IfNeededLDAWSP(MBB, MBBI, dl, TII, 0, RemainingAdj); 400 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; 402 .addImm(RemainingAdj); 407 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : 409 BuildMI(MBB, MBBI, dl, TII.get(Opcode), XCore::SP).addImm(RemainingAdj);