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

Declarations

lib/Target/Hexagon/HexagonInstrInfo.h
  438   int getCondOpcode(int Opc, bool sense) const;

References

lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  705   return HII->getCondOpcode(Opc, !IfTrue);
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  872   unsigned PredOpc = HII->getCondOpcode(Opc, !Cond);
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1578   unsigned PredOpc = getCondOpcode(Opc, invertJump);