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

References

lib/Target/AVR/AVRExpandPseudoInsts.cpp
  658 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPd>(Block &MBB, BlockIt MBBI) {
 1536     EXPAND(AVR::LDWRdPtrPd);
lib/Target/AVR/AVRISelDAGToDAG.cpp
  152     Opcode = (isPre) ? AVR::LDWRdPtrPd : AVR::LDWRdPtrPi;