Searched refs:getLocID (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 505 unsigned ID = getLocID(SP, false); in MLocTracker() 512 unsigned getLocID(Register RegOrSpill, bool isSpill) { in getLocID() function in __anon84c0493f0211::MLocTracker 605 unsigned ID = getLocID(R, false); in defReg() 614 unsigned ID = getLocID(R, false); in setReg() 620 unsigned ID = getLocID(R, false); in readReg() 630 unsigned ID = getLocID(R, false); in wipeRegister() 637 unsigned ID = getLocID(R, false); in getRegMLoc() 665 unsigned L = getLocID(SpillID, true); in getOrTrackSpillLoc() 673 unsigned L = getLocID(SpillID, true); in getOrTrackSpillLoc() 691 unsigned LocID = getLocID(SpillID, true); in readSpill() [all …]
|