reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocBase.cpp
   66   RegClassInfo.runOnMachineFunction(vrm.getMachineFunction());
  137                  RegClassInfo.getOrder(MRI->getRegClass(VirtReg->reg)).front());
lib/CodeGen/RegAllocBasic.cpp
  262   AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);
lib/CodeGen/RegAllocGreedy.cpp
  810   AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);
  922          RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg)) <
  923          RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
 1095   unsigned CSR = RegClassInfo.getLastCalleeSavedAlias(PhysReg);
 1128     unsigned MinCost = RegClassInfo.getMinCost(RC);
 1138       OrderLimit = RegClassInfo.getLastCostChange(RC);
 1153                  << printReg(RegClassInfo.getLastCalleeSavedAlias(PhysReg), TRI)
 1690   bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
 2023   bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
 2090   if (!RegClassInfo.isProperSubClass(CurRC))
 3040   AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);