Searched refs:AllocatableRegs (Results 1 – 4 of 4) sorted by relevance
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()
1230 std::set<Record*> AllocatableRegs; in runTargetDesc() local1237 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1455 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
1613 std::set<unsigned> AllocatableRegs; in computeUberSets() local1625 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()1627 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()1634 if (AllocatableRegs.count(RegNum)) in computeUberSets()