Home
last modified time | relevance | path

Searched refs:SpillOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp302 StackOffset SpillOffset; member
304 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==()
391 Value.SpillLocation.SpillOffset.getFixed(), in operator <()
392 Value.SpillLocation.SpillOffset.getScalable()) < in operator <()
395 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <()
396 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <()
532 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc()
537 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
586 Loc.SpillLocation.SpillOffset); in BuildDbgValue()
590 TRI->getOffsetOpcodes(Loc.SpillLocation.SpillOffset, Ops); in BuildDbgValue()
[all …]
H A DInstrRefBasedImpl.h84 StackOffset SpillOffset; member
86 return std::make_pair(SpillBase, SpillOffset) ==
87 std::make_pair(Other.SpillBase, Other.SpillOffset);
90 return std::make_tuple(SpillBase, SpillOffset.getFixed(),
91 SpillOffset.getScalable()) <
92 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(),
93 Other.SpillOffset.getScalable());
H A DInstrRefBasedImpl.cpp1265 TRI.getOffsetOpcodes(Spill.SpillOffset, OffsetOps); in emitLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1527 unsigned SpillOffset = 0; in rewriteLocations() local
1544 SpillOffset, MF); in rewriteLocations()
1559 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations()
1569 unsigned SpillOffset; in rewriteLocations() local
1570 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations()
1574 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1855 unsigned SpillSize, SpillOffset; in emitDebugValues() local
1865 TII->getStackSlotRange(TRC, SubReg, SpillSize, SpillOffset, *MF); in emitDebugValues()
1867 if (Success && SpillOffset == 0) { in emitDebugValues()
1879 if (SpillOffset != 0) { in emitDebugValues()
H A DTargetInstrInfo.cpp543 unsigned SpillOffset; in foldPatchpoint() local
548 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint()
554 MIB.addImm(SpillOffset); in foldPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2052 const int64_t SpillOffset = in determineCalleeSaves() local
2055 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()