Searched refs:SpillLoc (Results 1 – 3 of 3) sorted by relevance
302 struct SpillLoc { struct305 bool operator==(const SpillLoc &Other) const { in operator ==() argument308 bool operator!=(const SpillLoc &Other) const { in operator !=() argument357 SpillLoc SpillLocation;675 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()684 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()1028 std::optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,1033 VarLoc::SpillLoc extractSpillBaseRegAndOffset(const MachineInstr &MI);1304 VarLocBasedLDV::VarLoc::SpillLoc1554 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()[all …]
121 struct SpillLoc { struct124 bool operator==(const SpillLoc &Other) const { argument128 bool operator<(const SpillLoc &Other) const {727 UniqueVector<SpillLoc> SpillLocs;974 getOrTrackSpillLoc(SpillLoc L);
1139 std::optional<SpillLocationNo> MLocTracker::getOrTrackSpillLoc(SpillLoc L) { in getOrTrackSpillLoc()1278 const SpillLoc &Spill = SpillLocs[SpillID.id()]; in emitLoc()1415 std::optional<SpillLocationNo> SpillLoc = extractSpillBaseRegAndOffset(MI); in findLocationForMemOperand() local1416 if (!SpillLoc) in findLocationForMemOperand()1434 unsigned SpillID = MTracker->getSpillIDWithIdx(*SpillLoc, IdxIt->second); in findLocationForMemOperand()1839 SpillLoc SL = {Base, Offs}; in transferDebugPHI()1852 LocIdx SpillLoc = MTracker->getSpillMLoc(SpillID); in transferDebugPHI() local1853 ValueIDNum Result = MTracker->readMLoc(SpillLoc); in transferDebugPHI()1856 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI()