HomeSort by relevance Sort by last modified time
    Searched defs:AllocatableRegs (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 78 /// AllocatableRegs - From TRI->getAllocatableSet.
79 mutable BitVector AllocatableRegs;
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 66 AllocatableRegs.clear();
81 BitVector AllocatableRegs;
245 if (AllocatableRegs.test(PhysDefs[i]) || ReservedRegs.test(PhysDefs[i]))
601 AllocatableRegs = TRI->getAllocatableSet(MF);
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 722 std::set<Record*> AllocatableRegs;
730 AllocatableRegs.insert(Order.begin(), Order.end());
    [all...]
CodeGenRegisters.cpp     [all...]

Completed in 3197 milliseconds