Lines Matching refs:SpillOffsets
313 ArrayRef<unsigned> SpillOffsets, LiveIntervals &LIS,
485 SpillOffsetMap &SpillOffsets);
491 const SpillOffsetMap &SpillOffsets,
1525 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1578 SpillOffsets.clear(); in rewriteLocations()
1586 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1676 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1719 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
1723 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1758 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1771 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1772 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
1829 SpillOffsetMap SpillOffsets; in emitDebugValues() local
1832 userValue->rewriteLocations(*VRM, *MF, *TII, *TRI, SpillOffsets); in emitDebugValues()
1833 userValue->emitDebugValues(VRM, *LIS, *TII, *TRI, SpillOffsets, in emitDebugValues()