Searched refs:ExtRoot (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 339 struct ExtRoot { struct 351 ExtRoot(const MachineOperand &Op); 352 bool operator==(const ExtRoot &ER) const { in operator ==() argument 355 bool operator!=(const ExtRoot &ER) const { in operator !=() argument 358 bool operator<(const ExtRoot &ER) const; 361 struct ExtValue : public ExtRoot { 366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() 369 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==() 400 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End, 426 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER); [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 339 struct ExtRoot { struct 351 ExtRoot(const MachineOperand &Op); 352 bool operator==(const ExtRoot &ER) const { in operator ==() argument 355 bool operator!=(const ExtRoot &ER) const { in operator !=() argument 358 bool operator<(const ExtRoot &ER) const; 361 struct ExtValue : public ExtRoot { 366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() 369 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==() 401 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End, 427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER); [all …]
|