Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp995 auto SizeOrder = [this](const CodeGenRegisterClass *A, in getMatchingSubClassWithSubRegs() local
1018 llvm::stable_sort(SuperRegRCs, SizeOrder); in getMatchingSubClassWithSubRegs()
1034 return SizeOrder(A.first, B.first); in getMatchingSubClassWithSubRegs()