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

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  760     OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n';
  762     OS << "Populated indices (CellNumber, IndexInNewVRegs): ";
  767           OS << ", ";
  768         OS << '(' << Idx << ", " << OpToNewVRegIdx[Idx] << ')';
  772     OS << '\n';
  774     OS << "Mapping ID: " << getInstrMapping().getID() << ' ';
  776   OS << "Operand Mapping: ";
  788       OS << ", ";
  790     OS << '(' << printReg(getMI().getOperand(Idx).getReg(), TRI) << ", [";
  794         OS << ", ";
  796       OS << printReg(VReg, TRI);
  798     OS << "])";