Searched refs:SubRC (Results 1 – 4 of 4) sorted by relevance
87 const TargetRegisterClass *SubRC = getRegClass(Idx + Offset); in getAllocatableClass() local88 if (SubRC->isAllocatable()) in getAllocatableClass()89 return SubRC; in getAllocatableClass()
905 CodeGenRegisterClass *SubRC = RegClasses[s]; in computeSubClasses() local906 if (!testSubClass(&RC, SubRC)) in computeSubClasses()910 RC.SubClasses |= SubRC->SubClasses; in computeSubClasses()1719 CodeGenRegisterClass *SubRC = in inferSubClassWithSubReg() local1722 RC->setSubClassWithSubReg(SubIdx, SubRC); in inferSubClassWithSubReg()1764 CodeGenRegisterClass *SubRC = RegClasses[rci]; in inferMatchingSuperRegClass() local1766 if (!TopoSigs.anyCommon(SubRC->getTopoSigs())) in inferMatchingSuperRegClass()1771 if (SubRC->contains(SSPairs[i].second)) in inferMatchingSuperRegClass()1777 SubRC->addSuperRegClass(SubIdx, RC); in inferMatchingSuperRegClass()1784 "_in_" + SubRC->getName()); in inferMatchingSuperRegClass()
310 CodeGenRegisterClass *SubRC) { in setSubClassWithSubReg() argument311 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()
245 ICV_DEF_UN_ARI_ALL( CV_SUB, SubRC ) in ICV_DEF_BIN_ARI_ALL()260 ICV_DEF_INIT_ARITHM_FUNC_TAB( SubRC, C1R )