Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp1178 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1185 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1365 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
DCodeGenRegisters.cpp1333 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1345 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1347 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()
1354 if (AllocatableRegs.count(RegNum)) in computeUberSets()
/external/llvm-project/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp1230 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1237 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1455 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
DCodeGenRegisters.cpp1613 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1625 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1627 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()
1634 if (AllocatableRegs.count(RegNum)) in computeUberSets()