Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1221 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1228 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1461 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
H A DCodeGenRegisters.cpp1692 BitVector AllocatableRegs(Registers.size() + 1); in computeUberSets() local
1704 AllocatableRegs.set((*Regs.begin())->EnumValue); in computeUberSets()
1706 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()
1713 if (AllocatableRegs.test(RegNum)) in computeUberSets()