Home
last modified time | relevance | path

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

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