Home
last modified time | relevance | path

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

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