Searched refs:SpillLoc (Results 1 – 2 of 2) sorted by relevance
308 struct SpillLoc { struct311 bool operator==(const SpillLoc &Other) const { in operator ==() argument314 bool operator!=(const SpillLoc &Other) const { in operator !=() argument347 SpillLoc SpillLocation;654 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()663 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()964 Optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,969 VarLoc::SpillLoc extractSpillBaseRegAndOffset(const MachineInstr &MI);1213 VarLocBasedLDV::VarLoc::SpillLoc1429 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()[all …]
220 struct SpillLoc { struct223 bool operator==(const SpillLoc &Other) const { in operator ==() argument227 bool operator<(const SpillLoc &Other) const { in operator <() argument438 UniqueVector<SpillLoc> SpillLocs;661 LocIdx getOrTrackSpillLoc(SpillLoc L) { in getOrTrackSpillLoc()680 void setSpill(SpillLoc L, ValueIDNum ValueID) { in setSpill()686 Optional<ValueIDNum> readSpill(SpillLoc L) { in readSpill()698 Optional<LocIdx> getSpillMLoc(SpillLoc L) { in getSpillMLoc()771 const SpillLoc &Spill = SpillLocs[LocID - NumRegs + 1]; in emitLoc()1390 Optional<SpillLoc> isRestoreInstruction(const MachineInstr &MI,[all …]