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

Declarations

lib/Target/Hexagon/HexagonBlockRanges.h
   61     bool operator!= (unsigned x) const;

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
   50     IndexType E = (end() != IndexType::None) ? end() : start();
   51     IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start();
  126     assert(AE != IndexType::None);
  186   assert (Idx != IndexType::None);
  198   assert (Idx != IndexType::None);
  379       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  379       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  388       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  388       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  408     if (I.second != IndexType::None)
  411     if (I.second != IndexType::None)
  446     if (A->start() != IndexType::Entry) {
  448       if (DE != IndexType::Entry)
  464     if (Z->end() != IndexType::Exit) {
lib/Target/Hexagon/HexagonFrameLowering.cpp
 2135           if (LastStore[FI] != IndexType::None)
 2137           else if (LastLoad[FI] != IndexType::None)
 2153       if (LS != IndexType::None)