reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AVR/AVRRegisterInfo.cpp
  145   Offset += MFI.getStackSize() - TFI->getOffsetOfLocalArea() + 1;
  147   Offset += MI.getOperand(FIOperandNum + 1).getImm();
  157     assert(Offset > 0 && "Invalid offset");
  175       foldFrameOffset(II, Offset, DstReg);
  182       if (isUInt<6>(Offset)) {
  191       Offset = -Offset;
  191       Offset = -Offset;
  198                             .addImm(Offset);
  207   if (Offset > 62) {
  209     int AddOffset = Offset - 63 + 1;
  212     if ((Offset - 63 + 1) > 63) {
  238         .addImm(Offset - 63 + 1);
  240     Offset = 62;
  244   assert(isUInt<6>(Offset) && "Offset is out of range");
  245   MI.getOperand(FIOperandNum + 1).ChangeToImmediate(Offset);