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

Declarations

lib/Target/AVR/AVRExpandPseudoInsts.cpp
   73   bool expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI);

References

lib/Target/AVR/AVRExpandPseudoInsts.cpp
  258   return expandArith(AVR::ADDRdRr, AVR::ADCRdRr, MBB, MBBI);
  263   return expandArith(AVR::ADCRdRr, AVR::ADCRdRr, MBB, MBBI);
  268   return expandArith(AVR::SUBRdRr, AVR::SBCRdRr, MBB, MBBI);
  320   return expandArith(AVR::SBCRdRr, AVR::SBCRdRr, MBB, MBBI);