Home
last modified time | relevance | path

Searched refs:NumSlotIdxes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h392 unsigned NumSlotIdxes; variable
467 SlotNo *= NumSlotIdxes; in getLocID()
478 SlotNo *= NumSlotIdxes; in getSpillIDWithIdx()
489 ID /= NumSlotIdxes; in locIDToSpill()
497 unsigned Idx = ID % NumSlotIdxes; in locIDToSpillIdx()
H A DInstrRefBasedImpl.cpp753 NumSlotIdxes = StackSlotIdxes.size(); in MLocTracker()
804 for (unsigned StackIdx = 0; StackIdx < NumSlotIdxes; ++StackIdx) { in getOrTrackSpillLoc()
824 unsigned Slot = ID / NumSlotIdxes; in LocIdxToName()
1463 for (unsigned int I = 0; I < MTracker->NumSlotIdxes; ++I) { in transferRegisterDef()
1505 for (unsigned int I = 0; I < MTracker->NumSlotIdxes; ++I) { in transferRegisterDef()
1622 for (unsigned SlotIdx = 0; SlotIdx < MTracker->NumSlotIdxes; ++SlotIdx) { in transferSpillOrRestoreInst()