Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h402 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 DInstrRefBasedImpl.cpp822 StackSlotPos Pos = locIDToSpillIdx(ID); in LocIdxToName()
872 StackSlotPos StackIdx = locIDToSpillIdx(LocID); in emitLoc()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp778 MLocTracker::StackSlotPos SubRegIdxes[] = {{8, 0}, {8, 8}, {16, 0}, {32, 0}, {64, 0}}; in TEST_F()