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

References

gen/lib/Target/AVR/AVRGenDAGISel.inc
  559 /*   880*/      OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0,
  573 /*   904*/      OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0,
  623 /*  1010*/              OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0,
  715 /*  1197*/            OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0,
  982 /*  1670*/        OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0|OPFL_GlueOutput,
 1010 /*  1725*/        OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBIWRdK), 0|OPFL_GlueOutput,
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  272 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) {
 1521     EXPAND(AVR::SUBIWRdK);
lib/Target/AVR/AVRFrameLowering.cpp
  129   unsigned Opcode = (isUInt<6>(FrameSize)) ? AVR::SBIWRdK : AVR::SUBIWRdK;
  203     Opcode = AVR::SUBIWRdK;
  396         addOpcode = AVR::SUBIWRdK;
lib/Target/AVR/AVRRegisterInfo.cpp
  103   if ((Opcode != AVR::SUBIWRdK) && (Opcode != AVR::ADIWRdK)) {
  115   case AVR::SUBIWRdK:
  190       Opcode = AVR::SUBIWRdK;
  213       AddOpc = AVR::SUBIWRdK;
  214       SubOpc = AVR::SUBIWRdK;