Searched refs:SpillBase (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 152 unsigned SpillBase; member 155 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 271 static VarLoc CreateSpillLoc(const MachineInstr &MI, unsigned SpillBase, in CreateSpillLoc() 276 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 310 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue() 374 dbgs() << printReg(Loc.SpillLocation.SpillBase, TRI); in dump() 895 VarLoc VL = VarLoc::CreateSpillLoc(*DebugInstr, SpillLocation.SpillBase, in insertTransferDebugPair()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 294 unsigned SpillBase; member 297 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 415 static VarLoc CreateSpillLoc(const MachineInstr &MI, unsigned SpillBase, in CreateSpillLoc() 420 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 455 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue() 521 Out << printReg(Loc.SpillLocation.SpillBase, TRI); in dump() 1176 VarLoc VL = VarLoc::CreateSpillLoc(*DebugInstr, SpillLocation.SpillBase, in insertTransferDebugPair()
|
D | InstrRefBasedImpl.cpp | 223 unsigned SpillBase; member 226 return std::tie(SpillBase, SpillOffset) == in operator ==() 227 std::tie(Other.SpillBase, Other.SpillOffset); in operator ==() 230 return std::tie(SpillBase, SpillOffset) < in operator <() 231 std::tie(Other.SpillBase, Other.SpillOffset); in operator <() 773 unsigned Base = Spill.SpillBase; in emitLoc()
|