Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp339 struct ExtRoot { struct
351 ExtRoot(const MachineOperand &Op);
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 ==()
697 HCE::ExtRoot::ExtRoot(const MachineOperand &Op) { in ExtRoot() function in HCE::ExtRoot
719 bool HCE::ExtRoot::operator< (const HCE::ExtRoot &ER) const { in operator <()
767 const ExtRoot &ER = *this; in operator <()
768 if (!(ER == ExtRoot(EV))) in operator <()
1222 ExtRoot ER(ED.getOp()); in recordExtender()
[all …]