Searched refs:SpillBase (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 81 unsigned SpillBase; member 84 return std::make_pair(SpillBase, SpillOffset) == 85 std::make_pair(Other.SpillBase, Other.SpillOffset); 88 return std::make_tuple(SpillBase, SpillOffset.getFixed(), 90 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(),
|
| H A D | VarLocBasedImpl.cpp | 292 unsigned SpillBase; member 295 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 362 Kind, Value.SpillLocation.SpillBase, in operator <() 366 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <() 498 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc() 503 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 546 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue() 670 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump() 1466 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()
|
| H A D | InstrRefBasedImpl.cpp | 884 unsigned Base = Spill.SpillBase; in emitLoc()
|