Lines Matching refs:SpillOffsets
309 ArrayRef<unsigned> SpillOffsets, LiveIntervals &LIS,
481 SpillOffsetMap &SpillOffsets);
487 const SpillOffsetMap &SpillOffsets,
1509 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1562 SpillOffsets.clear(); in rewriteLocations()
1570 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1660 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1703 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
1707 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1742 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1755 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1756 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
1813 SpillOffsetMap SpillOffsets; in emitDebugValues() local
1816 userValue->rewriteLocations(*VRM, *MF, *TII, *TRI, SpillOffsets); in emitDebugValues()
1817 userValue->emitDebugValues(VRM, *LIS, *TII, *TRI, SpillOffsets, in emitDebugValues()