Searched refs:StackSlotIdxes (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 712 StackSlotIdxes.insert({{8, 0}, 0}); in MLocTracker() 713 StackSlotIdxes.insert({{16, 0}, 1}); in MLocTracker() 714 StackSlotIdxes.insert({{32, 0}, 2}); in MLocTracker() 715 StackSlotIdxes.insert({{64, 0}, 3}); in MLocTracker() 716 StackSlotIdxes.insert({{128, 0}, 4}); in MLocTracker() 717 StackSlotIdxes.insert({{256, 0}, 5}); in MLocTracker() 718 StackSlotIdxes.insert({{512, 0}, 6}); in MLocTracker() 726 unsigned Idx = StackSlotIdxes.size(); in MLocTracker() 746 unsigned Idx = StackSlotIdxes.size(); in MLocTracker() 750 for (auto &Idx : StackSlotIdxes) in MLocTracker() [all …]
|
| H A D | InstrRefBasedImpl.h | 407 DenseMap<StackSlotPos, unsigned> StackSlotIdxes; variable 468 assert(StackSlotIdxes.find(Idx) != StackSlotIdxes.end()); in getLocID() 469 SlotNo += StackSlotIdxes[Idx]; in getLocID() 540 StackSlotIdxes.clear(); in clear()
|