Home
last modified time | relevance | path

Searched refs:ExtRoot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp326 struct ExtRoot { struct
338 ExtRoot(const MachineOperand &Op);
339 bool operator==(const ExtRoot &ER) const { in operator ==() argument
342 bool operator!=(const ExtRoot &ER) const { in operator !=() argument
345 bool operator<(const ExtRoot &ER) const;
348 struct ExtValue : public ExtRoot {
353 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()
356 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()
388 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
414 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);
[all …]