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

Declarations

lib/Target/AVR/AVRExpandPseudoInsts.cpp
   74   bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI);

References

lib/Target/AVR/AVRExpandPseudoInsts.cpp
  363   return expandLogic(AVR::ANDRdRr, MBB, MBBI);
  373   return expandLogic(AVR::ORRdRr, MBB, MBBI);
  383   return expandLogic(AVR::EORRdRr, MBB, MBBI);