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

References

lib/Target/AVR/AVRISelLowering.cpp
  422 static AVRCC::CondCodes intCCToAVRCC(ISD::CondCode CC) {
 1662   AVRCC::CondCodes CC = (AVRCC::CondCodes)MI.getOperand(3).getImm();
lib/Target/AVR/AVRInstrInfo.cpp
  194 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const {
  217 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const {
  240 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
  240 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
  324     AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
  386     AVRCC::CondCodes OldBranchCode = (AVRCC::CondCodes)Cond[0].getImm();
  421   AVRCC::CondCodes CC = (AVRCC::CondCodes)Cond[0].getImm();
  470   AVRCC::CondCodes CC = static_cast<AVRCC::CondCodes>(Cond[0].getImm());
lib/Target/AVR/AVRInstrInfo.h
   69   const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
   70   AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
   71   AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
   71   AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;