Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenRegisters.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-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDRegisterInfoEmitter.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()