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

Declarations

lib/Target/Hexagon/HexagonInstrInfo.h
  427   bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;

References

lib/Target/Hexagon/HexagonHardwareLoops.cpp
  646   bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header);
 1472     if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB))
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1569   bool invertJump = predOpcodeHasNot(Cond);