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

References

lib/Target/XCore/XCoreInstrInfo.cpp
  133 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc)
  146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC)
  157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC)
  157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC)
  212     XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
  233   XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);