Searched refs:SpillBase (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 303 unsigned SpillBase; member 306 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 392 Kind, Value.SpillLocation.SpillBase, in operator <() 396 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <() 534 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc() 539 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 582 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue() 726 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump() 1556 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()
|
| H A D | InstrRefBasedImpl.h | 122 unsigned SpillBase; member 125 return std::make_pair(SpillBase, SpillOffset) == 126 std::make_pair(Other.SpillBase, Other.SpillOffset); 129 return std::make_tuple(SpillBase, SpillOffset.getFixed(), 131 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(),
|
| H A D | InstrRefBasedImpl.cpp | 1279 unsigned Base = Spill.SpillBase; in emitLoc()
|