Searched refs:getFoldedSpillSize (Results 1 – 9 of 9) sorted by relevance
1492 Optional<unsigned> getFoldedSpillSize(const TargetInstrInfo *TII) const;
1604 Optional<unsigned> getFoldedSpillSize(const TargetInstrInfo *TII) const;
968 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
2171 MachineInstr::getFoldedSpillSize(const TargetInstrInfo *TII) const { in getFoldedSpillSize() function in MachineInstr
1277 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
1857 if (!MI.getSpillSize(TII) && !MI.getFoldedSpillSize(TII)) in isSpillInstruction()
2262 MachineInstr::getFoldedSpillSize(const TargetInstrInfo *TII) const { in getFoldedSpillSize() function in MachineInstr
806 } else if ((Size = MI.getFoldedSpillSize(TII))) { in emitComments()
841 } else if ((Size = MI.getFoldedSpillSize(TII))) { in emitComments()