Searched refs:getRestoreSize (Results 1 – 5 of 5) sorted by relevance
1785 std::optional<LocationSize> getRestoreSize(const TargetInstrInfo *TII) const;
1730 if (MI.getRestoreSize(TII)) { in isRestoreInstruction()
2023 if (MI.getRestoreSize(TII)) { in isRestoreInstruction()
2463 MachineInstr::getRestoreSize(const TargetInstrInfo *TII) const { in getRestoreSize() function in MachineInstr
1087 if ((Size = MI.getRestoreSize(TII))) { in emitComments()