Searched refs:getLocID (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 451 unsigned getLocID(Register Reg) { return Reg.id(); } in getLocID() function 456 unsigned getLocID(SpillLocationNo Spill, unsigned SpillSubReg) { in getLocID() function 459 return getLocID(Spill, {Size, Offs}); in getLocID() 465 unsigned getLocID(SpillLocationNo Spill, StackSlotPos Idx) { in getLocID() function 579 unsigned ID = getLocID(R); in defReg() 588 unsigned ID = getLocID(R); in setReg() 594 unsigned ID = getLocID(R); in readReg() 604 unsigned ID = getLocID(R); in wipeRegister() 611 unsigned ID = getLocID(R); in getRegMLoc()
|
| H A D | InstrRefBasedImpl.cpp | 703 unsigned ID = getLocID(SP); in MLocTracker() 1174 unsigned LocID = MTracker->getLocID(MO.getReg()); in transferDebugInstrRef() 1378 unsigned SpillID = MTracker->getLocID(*SpillNo, {slotBitSize, 0}); in transferDebugPHI() 1661 unsigned SpillID = MTracker->getLocID(Loc, SubregIdx); in transferSpillOrRestoreInst() 1667 unsigned SpillID = MTracker->getLocID(Loc, {Size, 0}); in transferSpillOrRestoreInst() 1694 unsigned SpillID = MTracker->getLocID(*Loc, Subreg); in transferSpillOrRestoreInst() 1700 unsigned SpillID = MTracker->getLocID(*Loc, {Size, 0}); in transferSpillOrRestoreInst() 1962 unsigned ID = MTracker->getLocID(Bit); in produceMLocTransferFunction()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | InstrRefLDVTest.cpp | 663 unsigned SpillLocID = MTracker->getLocID(SpillNo, {64, 0}); in TEST_F() 787 unsigned SpillID = MTracker->getLocID(SpillNo, SubRegIdxes[I]); in TEST_F() 824 unsigned SpillID = MTracker->getLocID(SpillNo, {64, 0}); in TEST_F() 838 SpillID = MTracker->getLocID(SpillNo, SubRegIdxes[I]); in TEST_F() 880 SpillID = MTracker->getLocID(SpillNo, {128, 0}); in TEST_F() 1123 unsigned ALID = MTracker->getLocID(SpillNo, {8, 0}); in TEST_F() 1124 unsigned AHID = MTracker->getLocID(SpillNo, {8, 8}); in TEST_F() 1125 unsigned AXID = MTracker->getLocID(SpillNo, {16, 0}); in TEST_F() 1126 unsigned EAXID = MTracker->getLocID(SpillNo, {32, 0}); in TEST_F() 1127 unsigned HAXID = MTracker->getLocID(SpillNo, {16, 16}); in TEST_F() [all …]
|