Searched refs:StackSlotPos (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 402 typedef std::pair<unsigned short, unsigned short> StackSlotPos; typedef 407 DenseMap<StackSlotPos, unsigned> StackSlotIdxes; 410 DenseMap<unsigned, StackSlotPos> StackIdxesToPos; 465 unsigned getLocID(SpillLocationNo Spill, StackSlotPos Idx) { in getLocID() 494 StackSlotPos locIDToSpillIdx(unsigned ID) const { in locIDToSpillIdx() 644 StackSlotPos Pos = locIDToSpillIdx(ID); in getLocSizeInBits()
|
| H A D | InstrRefBasedImpl.cpp | 822 StackSlotPos Pos = locIDToSpillIdx(ID); in LocIdxToName() 872 StackSlotPos StackIdx = locIDToSpillIdx(LocID); in emitLoc()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | InstrRefLDVTest.cpp | 778 MLocTracker::StackSlotPos SubRegIdxes[] = {{8, 0}, {8, 8}, {16, 0}, {32, 0}, {64, 0}}; in TEST_F()
|