Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp339 struct ExtRoot { struct
340 union {
347 } V;
348 unsigned Kind; // Same as in MachineOperand.
349 unsigned char TF; // TargetFlags.
352 bool operator==(const ExtRoot &ER) const { in operator ==()
355 bool operator!=(const ExtRoot &ER) const { in operator !=()
697 HCE::ExtRoot::ExtRoot(const MachineOperand &Op) { in ExtRoot() function in HCE::ExtRoot