Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp1144 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1151 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1329 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n"; in runTargetDesc()
DCodeGenRegisters.cpp1322 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1334 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1336 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()
1343 if (AllocatableRegs.count(RegNum)) in computeUberSets()