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

References

lib/CodeGen/TargetInstrInfo.cpp
  472   switch (MI.getOpcode()) {
  475     StartIdx = StackMapOpers(&MI).getVarIdx();
  481     StartIdx = PatchPointOpers(&MI).getVarIdx();
  486     StartIdx = StatepointOpers(&MI).getVarIdx();
  501       MF.CreateMachineInstr(TII.get(MI.getOpcode()), MI.getDebugLoc(), true);
  501       MF.CreateMachineInstr(TII.get(MI.getOpcode()), MI.getDebugLoc(), true);
  506     MIB.add(MI.getOperand(i));
  508   for (unsigned i = StartIdx; i < MI.getNumOperands(); ++i) {
  509     MachineOperand &MO = MI.getOperand(i);