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

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  160   bool IsCopyLike = isCopyLike(MI);
  163   unsigned NumOperandsForMapping = IsCopyLike ? 1 : MI.getNumOperands();
  165   const MachineFunction &MF = *MI.getMF();
  177   for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx;
  179     const MachineOperand &MO = MI.getOperand(OpIdx);
  198       CurRegBank = getRegBankFromConstraints(MI, OpIdx, TII, TRI);
  214         if (MI.isRegSequence()) {
  216           unsigned ResultSize = getSizeInBits(MI.getOperand(0).getReg(),
  228         const MachineOperand &MO = MI.getOperand(OpIdx);