Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp983 auto WeakSizeOrder = [this](const CodeGenRegisterClass *A, in getMatchingSubClassWithSubRegs() local
1006 llvm::stable_sort(SuperRegRCs, WeakSizeOrder); in getMatchingSubClassWithSubRegs()
1022 return WeakSizeOrder(A.first, B.first); in getMatchingSubClassWithSubRegs()