Searched refs:SpillOffset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveDebugVariables.cpp | 178 unsigned SpillOffset, LiveIntervals &LIS, 1188 unsigned SpillOffset = 0; in rewriteLocations() local 1206 SpillOffset, MF); in rewriteLocations() 1221 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1231 unsigned SpillOffset; in rewriteLocations() local 1232 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1236 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1306 bool Spilled, unsigned SpillOffset, in insertDebugValue() argument 1339 DIExpression::prepend(Expr, DIExprFlags, SpillOffset); in insertDebugValue() 1377 unsigned SpillOffset = Spilled ? SpillIt->second : 0; in emitDebugValues() local [all …]
|
| HD | LiveDebugValues.cpp | 153 int SpillOffset; member 155 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 272 int SpillOffset, LexicalScopes &LS) { in CreateSpillLoc() 276 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 309 DIExpr, DIExpression::ApplyOffset, Loc.SpillLocation.SpillOffset); in BuildDbgValue() 375 dbgs() << "[" << Loc.SpillLocation.SpillOffset << "]"; in dump() 896 SpillLocation.SpillOffset, LS); in insertTransferDebugPair()
|
| HD | TargetInstrInfo.cpp | 513 unsigned SpillOffset; in foldPatchpoint() local 518 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 524 MIB.addImm(SpillOffset); in foldPatchpoint()
|