Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp310 StackOffset SpillOffset; member
312 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==()
380 Value.SpillLocation.SpillOffset.getFixed(), in operator <()
381 Value.SpillLocation.SpillOffset.getScalable()) < in operator <()
384 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <()
385 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <()
516 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc()
521 VL.Locs[I].Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
570 Loc.SpillLocation.SpillOffset); in BuildDbgValue()
574 TRI->getOffsetOpcodes(Loc.SpillLocation.SpillOffset, Ops); in BuildDbgValue()
[all …]
H A DInstrRefBasedImpl.cpp222 StackOffset SpillOffset; member
224 return std::make_pair(SpillBase, SpillOffset) == in operator ==()
225 std::make_pair(Other.SpillBase, Other.SpillOffset); in operator ==()
228 return std::make_tuple(SpillBase, SpillOffset.getFixed(), in operator <()
229 SpillOffset.getScalable()) < in operator <()
230 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(), in operator <()
231 Other.SpillOffset.getScalable()); in operator <()
775 Spill.SpillOffset); in emitLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1421 unsigned SpillOffset = 0; in rewriteLocations() local
1439 SpillOffset, MF); in rewriteLocations()
1454 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations()
1464 unsigned SpillOffset; in rewriteLocations() local
1465 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations()
1469 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
H A DTargetInstrInfo.cpp535 unsigned SpillOffset; in foldPatchpoint() local
540 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint()
546 MIB.addImm(SpillOffset); in foldPatchpoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2031 const int64_t SpillOffset = in determineCalleeSaves() local
2034 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()