Home
last modified time | relevance | path

Searched defs: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
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