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

References

gen/lib/Target/AVR/AVRGenDAGISel.inc
  286 /*   411*/            OPC_MorphNodeTo0, TARGET_VAL(AVR::STDWPtrQRr), 0|OPFL_Chain|OPFL_MemRefs,
lib/Target/AVR/AVRExpandPseudoInsts.cpp
 1109 bool AVRExpandPseudo::expand<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) {
 1560     EXPAND(AVR::STDWPtrQRr);
lib/Target/AVR/AVRFrameLowering.cpp
  352         (Opcode == AVR::STDWSPQRr) ? AVR::STDWPtrQRr : AVR::STDPtrQRr;
  465             (Opcode != AVR::STDPtrQRr) && (Opcode != AVR::STDWPtrQRr)) {
lib/Target/AVR/AVRInstrInfo.cpp
  105   case AVR::STDWPtrQRr: {
  147     Opcode = AVR::STDWPtrQRr;
lib/Target/AVR/AVRRelaxMemOperations.cpp
   88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) {
  133     RELAX(AVR::STDWPtrQRr);