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

References

gen/lib/Target/AVR/AVRGenDAGISel.inc
  644 /*  1052*/          OPC_MorphNodeTo2, TARGET_VAL(AVR::ADDWRdRr), 0,
 1030 /*  1766*/      OPC_MorphNodeTo2, TARGET_VAL(AVR::ADDWRdRr), 0|OPFL_GlueOutput,
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  257 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) {
  916   return expandAtomicArithmeticOp(16, AVR::ADDWRdRr, MBB, MBBI);
 1518     EXPAND(AVR::ADDWRdRr);