Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenRegisters.cpp1708 struct LessUnits { struct
1710 LessUnits(const CodeGenRegBank &RB): RegBank(RB) {} in LessUnits() argument
1712 bool operator()(unsigned ID1, unsigned ID2) { in operator ()()