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

Derived Classes

lib/Target/Hexagon/HexagonConstExtenders.cpp
  360     struct ExtValue : public ExtRoot {

References

lib/Target/Hexagon/HexagonConstExtenders.cpp
  351       bool operator==(const ExtRoot &ER) const {
  354       bool operator!=(const ExtRoot &ER) const {
  357       bool operator<(const ExtRoot &ER) const;
  360     struct ExtValue : public ExtRoot {
  365       ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {}
  399     void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
  425     friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);
  508   raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtRoot &ER) {
  717 bool HCE::ExtRoot::operator< (const HCE::ExtRoot &ER) const {
  765   const ExtRoot &ER = *this;
 1220   ExtRoot ER(ED.getOp());
 1255 void HCE::assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
 1984     const ExtRoot &T = Extenders[B].getOp();