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

References

lib/Target/Hexagon/HexagonConstExtenders.cpp
  303         return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg;
  303         return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg;
  311         if (S != Ex.S)
  311         if (S != Ex.S)
  312           return S < Ex.S;
  312           return S < Ex.S;
  472     OS << " << " << P.Ex.S;
 1174         ED.Expr.S = MI.getOperand(OpNum-1).getImm();
 1539     assert(Ex.S == 0 && "Cannot have a shift of a stack slot");
 1551     } else if (Ex.S == 0) {
 1570                 .addImm(Ex.S);