Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp178 const TargetRegisterClass *firstCommonClass(const uint32_t *A, in firstCommonClass() function
206 return firstCommonClass(A->getSubClassMask(), B->getSubClassMask(), this, SVT); in getCommonSubClass()
221 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass()
261 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()