Searched refs:SpillOffset (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 82 StackOffset SpillOffset; member 84 return std::make_pair(SpillBase, SpillOffset) == 85 std::make_pair(Other.SpillBase, Other.SpillOffset); 88 return std::make_tuple(SpillBase, SpillOffset.getFixed(), 89 SpillOffset.getScalable()) < 90 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(), 91 Other.SpillOffset.getScalable());
|
| H A D | VarLocBasedImpl.cpp | 293 StackOffset SpillOffset; member 295 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 363 Value.SpillLocation.SpillOffset.getFixed(), in operator <() 364 Value.SpillLocation.SpillOffset.getScalable()) < in operator <() 367 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <() 368 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <() 498 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc() 503 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 552 Loc.SpillLocation.SpillOffset); in BuildDbgValue() 556 TRI->getOffsetOpcodes(Loc.SpillLocation.SpillOffset, Ops); in BuildDbgValue() [all …]
|
| H A D | InstrRefBasedImpl.cpp | 923 Spill.SpillOffset); in emitLoc() 933 Expr = TRI.prependOffsetExpression(Expr, Flags, Spill.SpillOffset); in emitLoc() 941 Spill.SpillOffset); in emitLoc() 948 Spill.SpillOffset); in emitLoc()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1522 unsigned SpillOffset = 0; in rewriteLocations() local 1540 SpillOffset, MF); in rewriteLocations() 1555 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1565 unsigned SpillOffset; in rewriteLocations() local 1566 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1570 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1851 unsigned SpillSize, SpillOffset; in emitDebugValues() local 1861 TII->getStackSlotRange(TRC, SubReg, SpillSize, SpillOffset, *MF); in emitDebugValues() 1863 if (Success && SpillOffset == 0) { in emitDebugValues() 1875 if (SpillOffset != 0) { in emitDebugValues()
|
| H A D | TargetInstrInfo.cpp | 533 unsigned SpillOffset; in foldPatchpoint() local 538 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 544 MIB.addImm(SpillOffset); in foldPatchpoint()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2035 const int64_t SpillOffset = in determineCalleeSaves() local 2038 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()
|