Searched refs:AllocatableRegs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1139 std::set<Record*> AllocatableRegs; local
1146 AllocatableRegs.insert(Order.begin(), Order.end());
1324 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
H A DCodeGenRegisters.cpp1323 std::set<unsigned> AllocatableRegs; local
1335 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1337 AllocatableRegs.insert((*I)->EnumValue);
1344 if (AllocatableRegs.count(RegNum))

Completed in 53 milliseconds