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

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  177   for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx;
  178        ++OpIdx) {
  179     const MachineOperand &MO = MI.getOperand(OpIdx);
  198       CurRegBank = getRegBankFromConstraints(MI, OpIdx, TII, TRI);
  227       for (; OpIdx != EndIdx; ++OpIdx) {
  227       for (; OpIdx != EndIdx; ++OpIdx) {
  228         const MachineOperand &MO = MI.getOperand(OpIdx);
  245     OperandsMapping[OpIdx] = ValMapping;