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

Declarations

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

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
   62   if (AS < start() || start() == IndexType::None)
   64   if (end() < AE || end() == IndexType::None) {
  120   if (AE == IndexType::None)
  133     if (BE == IndexType::None)
  164     assert(getIndex(&In) == IndexType::None && "Instruction already in map");
  187   if (Idx == IndexType::Entry)
  189   if (Idx == IndexType::Exit)
  199   if (Idx == IndexType::Entry)
  201   if (Idx == IndexType::Exit || Idx == Last)
  305     if (LD == IndexType::None)
  307     if (LU == IndexType::None)
  455       IndexType AE = (A->end() == IndexType::None) ? A->start() : A->end();
  465       IndexType ZE = (Z->end() == IndexType::None) ? Z->start() : Z->end();
  495   if (Idx == HexagonBlockRanges::IndexType::None)
  497   if (Idx == HexagonBlockRanges::IndexType::Entry)
  499   if (Idx == HexagonBlockRanges::IndexType::Exit)
lib/Target/Hexagon/HexagonFrameLowering.cpp
 2130           if (LastStore[FI] == IndexType::None)
 2149       if (LL == IndexType::None)
 2161       if (LS == IndexType::None)
 2201       if (IR.start() == IndexType::Entry)