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

References

lib/Target/AVR/AVRFrameLowering.cpp
  157   assert(MBBI->getDesc().isReturn() &&
  160   DebugLoc DL = MBBI->getDebugLoc();
  170     BuildMI(MBB, MBBI, DL, TII.get(AVR::POPRd), AVR::R0);
  171     BuildMI(MBB, MBBI, DL, TII.get(AVR::OUTARr))
  174     BuildMI(MBB, MBBI, DL, TII.get(AVR::POPWRd), AVR::R1R0);
  178     BuildMI(MBB, MBBI, DL, TII.get(AVR::POPWRd), AVR::R29R28);
  186   while (MBBI != MBB.begin()) {
  187     MachineBasicBlock::iterator PI = std::prev(MBBI);
  194     --MBBI;
  208   MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII.get(Opcode), AVR::R29R28)
  215   BuildMI(MBB, MBBI, DL, TII.get(AVR::SPWRITE), AVR::SP)