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

Declarations

lib/Target/AVR/AVRInstrInfo.h
   69   const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;

References

lib/Target/AVR/AVRISelLowering.cpp
 1663   BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB);
lib/Target/AVR/AVRInstrInfo.cpp
  352         unsigned JNCC = getBrCond(BranchCode).getOpcode();
  422   auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB);