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

References

lib/Target/Hexagon/HexagonInstrInfo.cpp
  215     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
  215     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
  217     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  217     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  218             Gb == HexagonII::HSIG_A);
  220     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  220     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  221             Gb == HexagonII::HSIG_S1 || Gb == HexagonII::HSIG_A);
  221             Gb == HexagonII::HSIG_S1 || Gb == HexagonII::HSIG_A);
  223     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  223     return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
  224             Gb == HexagonII::HSIG_S1 || Gb == HexagonII::HSIG_S2 ||
  224             Gb == HexagonII::HSIG_S1 || Gb == HexagonII::HSIG_S2 ||
  225             Gb == HexagonII::HSIG_A);
  227     return (Gb == HexagonII::HSIG_A);
  229     return (Gb == HexagonII::HSIG_Compound);