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

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  699     assert(PartMap != ValMapping.end() && "Out-of-bound access");
  706     NewVReg = MRI.createGenericVirtualRegister(LLT::scalar(PartMap->Length));
  707     MRI.setRegBank(NewVReg, *PartMap->RegBank);
  708     ++PartMap;