Searched refs:AllocatableRegs (Results 1 – 7 of 7) sorted by relevance
419 BitVector AllocatableRegs = TRI.getAllocatableSet(MF, 0); in isReallyTriviallyReMaterializableGeneric() local420 if (AllocatableRegs.test(Reg)) in isReallyTriviallyReMaterializableGeneric()427 if (AllocatableRegs.test(AliasReg)) in isReallyTriviallyReMaterializableGeneric()
1024 BitVector &AllocatableRegs) { in FindFreeRegister() argument1053 if (MO.isKill() && AllocatableRegs[Reg]) in FindFreeRegister()1104 BitVector AllocatableRegs; member in __anona7c589420511::LocalRewriter1182 AllocatableRegs = TRI->getAllocatableSet(MF); in runOnMachineFunction()1295 unsigned PhysReg = FindFreeRegister(MII, *MBB, RC, TRI, AllocatableRegs); in OptimizeByUnfold2()
499 std::set<Record*> AllocatableRegs; in runTargetDesc() local507 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()682 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n"; in runTargetDesc()
1178 std::set<Record*> AllocatableRegs; in runTargetDesc() local1185 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1365 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
1333 std::set<unsigned> AllocatableRegs; in computeUberSets() local1345 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()1347 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()1354 if (AllocatableRegs.count(RegNum)) in computeUberSets()
1183 std::set<Record*> AllocatableRegs; in runTargetDesc() local1190 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1407 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
1531 std::set<unsigned> AllocatableRegs; in computeUberSets() local1543 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()1545 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()1552 if (AllocatableRegs.count(RegNum)) in computeUberSets()