Searched refs:SpillBase (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 301 unsigned SpillBase; member 304 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 390 Kind, Value.SpillLocation.SpillBase, in operator <() 394 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <() 532 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc() 537 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 580 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue() 724 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump() 1544 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()
|
H A D | InstrRefBasedImpl.h | 121 unsigned SpillBase; member 124 return std::make_pair(SpillBase, SpillOffset) == 125 std::make_pair(Other.SpillBase, Other.SpillOffset); 128 return std::make_tuple(SpillBase, SpillOffset.getFixed(), 130 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(),
|
H A D | InstrRefBasedImpl.cpp | 1265 unsigned Base = Spill.SpillBase; in emitLoc()
|