Searched refs:AllocatableRegs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineCSE.cpp66 AllocatableRegs.clear();
80 BitVector AllocatableRegs; member in class:__anon9963::MachineCSE
636 AllocatableRegs = TRI->getAllocatableSet(MF);
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DRegisterInfoEmitter.cpp958 std::set<Record*> AllocatableRegs; local
966 AllocatableRegs.insert(Order.begin(), Order.end());
1149 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
H A DCodeGenRegisters.cpp1253 std::set<unsigned> AllocatableRegs; local
1267 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1270 AllocatableRegs.insert((*I)->EnumValue);
1277 if (AllocatableRegs.count(RegNum))

Completed in 137 milliseconds