Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp279 const TargetRegisterClass *firstCommonClass(const uint32_t *A, in firstCommonClass() function
299 return firstCommonClass(A->getSubClassMask(), B->getSubClassMask(), this); in getCommonSubClass()
314 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass()
354 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()