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

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1029 std::set<Record*> AllocatableRegs; local
1037 AllocatableRegs.insert(Order.begin(), Order.end());
1220 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
H A DCodeGenRegisters.cpp1256 std::set<unsigned> AllocatableRegs; local
1270 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1273 AllocatableRegs.insert((*I)->EnumValue);
1280 if (AllocatableRegs.count(RegNum))

Completed in 82 milliseconds