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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1028 std::set<Record*> AllocatableRegs; local
1036 AllocatableRegs.insert(Order.begin(), Order.end());
1219 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
H A DCodeGenRegisters.cpp1259 std::set<unsigned> AllocatableRegs; local
1273 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1276 AllocatableRegs.insert((*I)->EnumValue);
1283 if (AllocatableRegs.count(RegNum))

Completed in 56 milliseconds