Home
last modified time | relevance | path

Searched refs:SpillLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp302 struct SpillLoc { struct
305 bool operator==(const SpillLoc &Other) const { in operator ==() argument
308 bool operator!=(const SpillLoc &Other) const { in operator !=() argument
357 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::SpillLoc
1554 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()
[all …]
H A DInstrRefBasedImpl.h121 struct SpillLoc { struct
124 bool operator==(const SpillLoc &Other) const { argument
128 bool operator<(const SpillLoc &Other) const {
727 UniqueVector<SpillLoc> SpillLocs;
974 getOrTrackSpillLoc(SpillLoc L);
H A DInstrRefBasedImpl.cpp1139 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() local
1416 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() local
1853 ValueIDNum Result = MTracker->readMLoc(SpillLoc); in transferDebugPHI()
1856 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI()