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.cpp339 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 …]