Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp337 struct ExtRoot { struct
338 union {
345 } V;
346 unsigned Kind; // Same as in MachineOperand.
347 unsigned char TF; // TargetFlags.
350 bool operator==(const ExtRoot &ER) const { in operator ==()
353 bool operator!=(const ExtRoot &ER) const { in operator !=()
695 HCE::ExtRoot::ExtRoot(const MachineOperand &Op) { in ExtRoot() function in HCE::ExtRoot