Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1238 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1245 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1475 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
H A DCodeGenRegisters.cpp1655 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1667 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1669 AllocatableRegs.insert(CGR->EnumValue); in computeUberSets()
1676 if (AllocatableRegs.count(RegNum)) in computeUberSets()