Searched refs:RCA (Results 1 – 3 of 3) sorted by relevance
233 getCommonSuperRegClass(const TargetRegisterClass *RCA, unsigned SubA, in getCommonSuperRegClass() argument236 assert(RCA && SubA && RCB && SubB && "Invalid arguments"); in getCommonSuperRegClass()253 if (RCA->getSize() < RCB->getSize()) { in getCommonSuperRegClass()254 std::swap(RCA, RCB); in getCommonSuperRegClass()261 unsigned MinSize = RCA->getSize(); in getCommonSuperRegClass()263 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass()
592 getCommonSuperRegClass(const TargetRegisterClass *RCA, unsigned SubA,
4813 RequiresCapabilityAttr *RCA = ::new (S.Context) in handleRequiresCapabilityAttr() local4817 D->addAttr(RCA); in handleRequiresCapabilityAttr()