Lines Matching refs:SpillOffsets
310 ArrayRef<unsigned> SpillOffsets, LiveIntervals &LIS,
483 SpillOffsetMap &SpillOffsets);
489 const SpillOffsetMap &SpillOffsets,
1514 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1566 SpillOffsets.clear(); in rewriteLocations()
1574 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1664 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1707 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
1711 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1746 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1759 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1760 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
1817 SpillOffsetMap SpillOffsets; in emitDebugValues() local
1820 userValue->rewriteLocations(*VRM, *MF, *TII, *TRI, SpillOffsets); in emitDebugValues()
1821 userValue->emitDebugValues(VRM, *LIS, *TII, *TRI, SpillOffsets, in emitDebugValues()