Searched refs:SpillOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 304 StackOffset SpillOffset; member 306 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==() 393 Value.SpillLocation.SpillOffset.getFixed(), in operator <() 394 Value.SpillLocation.SpillOffset.getScalable()) < in operator <() 397 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <() 398 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <() 534 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc() 539 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc() 588 Loc.SpillLocation.SpillOffset); in BuildDbgValue() 592 TRI->getOffsetOpcodes(Loc.SpillLocation.SpillOffset, Ops); in BuildDbgValue() [all …]
|
| H A D | InstrRefBasedImpl.h | 123 StackOffset SpillOffset; member 125 return std::make_pair(SpillBase, SpillOffset) == 126 std::make_pair(Other.SpillBase, Other.SpillOffset); 129 return std::make_tuple(SpillBase, SpillOffset.getFixed(), 130 SpillOffset.getScalable()) < 131 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(), 132 Other.SpillOffset.getScalable());
|
| H A D | InstrRefBasedImpl.cpp | 1330 TRI.getOffsetOpcodes(Spill.SpillOffset, OffsetOps); in emitLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1574 unsigned SpillOffset = 0; in rewriteLocations() local 1590 SpillOffset, MF); in rewriteLocations() 1605 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1615 unsigned SpillOffset; in rewriteLocations() local 1616 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1620 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1901 unsigned SpillSize, SpillOffset; in emitDebugValues() local 1911 TII->getStackSlotRange(TRC, SubReg, SpillSize, SpillOffset, *MF); in emitDebugValues() 1913 if (Success && SpillOffset == 0) { in emitDebugValues() 1924 LLVM_DEBUG(if (SpillOffset != 0) { in emitDebugValues()
|
| H A D | TargetInstrInfo.cpp | 618 unsigned SpillOffset; in foldPatchpoint() local 623 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 629 MIB.addImm(SpillOffset); in foldPatchpoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2062 const int64_t SpillOffset = in determineCalleeSaves() local 2065 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()
|