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

References

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