Home
last modified time | relevance | path

Searched defs:SpillID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1126 SpillLocationNo SpillID(SpillLocs.idFor(L)); in getOrTrackSpillLoc() local
1252 SpillLocationNo SpillID = locIDToSpill(LocID); in emitLoc() local
1399 unsigned SpillID = MTracker->getSpillIDWithIdx(*SpillLoc, IdxIt->second); in findLocationForMemOperand() local
1817 unsigned SpillID = MTracker->getLocID(*SpillNo, {slotBitSize, 0}); in transferDebugPHI() local
1903 unsigned SpillID = MTracker->getSpillIDWithIdx(*SpillNo, I); in transferRegisterDef() local
1946 unsigned SpillID = MTracker->getSpillIDWithIdx(*SpillNo, I); in transferRegisterDef() local
2063 unsigned SpillID = MTracker->getSpillIDWithIdx(*Loc, SlotIdx); in transferSpillOrRestoreInst() local
2085 auto DoTransfer = [&](Register SrcReg, unsigned SpillID) { in transferSpillOrRestoreInst()
2101 unsigned SpillID = MTracker->getLocID(Loc, SubregIdx); in transferSpillOrRestoreInst() local
2107 unsigned SpillID = MTracker->getLocID(Loc, {Size, 0}); in transferSpillOrRestoreInst() local
[all …]