Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp337 struct ExtRoot { struct
349 ExtRoot(const MachineOperand &Op);
350 bool operator==(const ExtRoot &ER) const { in operator ==() argument
353 bool operator!=(const ExtRoot &ER) const { in operator !=() argument
356 bool operator<(const ExtRoot &ER) const;
359 struct ExtValue : public ExtRoot {
364 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()
367 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()
399 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
425 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);
[all …]