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

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  100   assert(Register::isPhysicalRegister(Reg) && "Reg must be a physreg");
  101   const auto &RegRCIt = PhysRegMinimalRCs.find(Reg);
  104   const TargetRegisterClass *PhysRC = TRI.getMinimalPhysRegClass(Reg);
  105   PhysRegMinimalRCs[Reg] = PhysRC;