Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1735 BitVector AllocatableRegs(Registers.size() + 1); in computeUberSets() local
1747 AllocatableRegs.set((*Regs.begin())->EnumValue); in computeUberSets()
1749 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()
1756 if (AllocatableRegs.test(RegNum)) in computeUberSets()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1207 std::set<Record *> AllocatableRegs; in runTargetDesc() local
1214 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1459 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()