Searched refs:firstCommonClass (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 178 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 239 const TargetRegisterClass *firstCommonClass(const uint32_t *A, in firstCommonClass() function 267 return firstCommonClass(A->getSubClassMask(), B->getSubClassMask(), this, SVT); in getCommonSubClass() 282 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass() 322 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
|