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

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1022 std::set<Record*> AllocatableRegs; local
1030 AllocatableRegs.insert(Order.begin(), Order.end());
1213 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
H A DCodeGenRegisters.cpp1265 std::set<unsigned> AllocatableRegs; local
1279 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1282 AllocatableRegs.insert((*I)->EnumValue);
1289 if (AllocatableRegs.count(RegNum))

Completed in 207 milliseconds