Lines Matching refs:SpillLocation

355       SpillLoc SpillLocation;  member
376 return Value.SpillLocation == Other.Value.SpillLocation; in operator ==()
390 Kind, Value.SpillLocation.SpillBase, in operator <()
391 Value.SpillLocation.SpillOffset.getFixed(), in operator <()
392 Value.SpillLocation.SpillOffset.getScalable()) < in operator <()
394 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <()
395 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <()
396 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <()
537 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
580 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue()
586 Loc.SpillLocation.SpillOffset); in BuildDbgValue()
590 TRI->getOffsetOpcodes(Loc.SpillLocation.SpillOffset, Ops); in BuildDbgValue()
673 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()
676 SpillML.Value.SpillLocation = SpillLocation; in usesSpillLoc()
682 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()
685 Locs[Idx].Value.SpillLocation == SpillLocation) in getSpillLocIdx()
724 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump()
725 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + " in dump()
726 << MLoc.Value.SpillLocation.SpillOffset.getScalable() in dump()
1542 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair() local
1544 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()