Searched refs:SpillOffset (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LiveDebugVariables.cpp | 1526 unsigned SpillOffset = 0; in rewriteLocations() local 1543 SpillOffset, MF); in rewriteLocations() 1558 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() 1568 unsigned SpillOffset; in rewriteLocations() local 1569 std::tie(Spilled, SpillOffset) = Pair.second; in rewriteLocations() 1573 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations() 1854 unsigned SpillSize, SpillOffset; in emitDebugValues() local 1864 TII->getStackSlotRange(TRC, SubReg, SpillSize, SpillOffset, *MF); in emitDebugValues() 1866 if (Success && SpillOffset == 0) { in emitDebugValues() 1878 if (SpillOffset != 0) { in emitDebugValues()
|
| D | TargetInstrInfo.cpp | 532 unsigned SpillOffset; in foldPatchpoint() local 537 TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, SpillOffset, MF); in foldPatchpoint() 543 MIB.addImm(SpillOffset); in foldPatchpoint()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCFrameLowering.cpp | 2049 const int64_t SpillOffset = in determineCalleeSaves() local 2052 MFI.CreateFixedObject(SpillSize, SpillOffset, in determineCalleeSaves()
|