Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp280 const TargetRegisterClass *firstCommonClass(const uint32_t *A, in firstCommonClass() function
300 return firstCommonClass(A->getSubClassMask(), B->getSubClassMask(), this); in getCommonSubClass()
315 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass()
355 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()