Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1224 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1231 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1460 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
H A DCodeGenRegisters.cpp1604 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1616 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1618 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()
1625 if (AllocatableRegs.count(RegNum)) in computeUberSets()