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

References

lib/CodeGen/TargetInstrInfo.cpp
  777   MachineFunction *MF = Root.getMF();
  781   const TargetRegisterClass *RC = Root.getRegClassConstraint(0, TII, TRI);
  803   MachineOperand &OpB = Root.getOperand(OpIdx[Row][1]);
  805   MachineOperand &OpY = Root.getOperand(OpIdx[Row][3]);
  806   MachineOperand &OpC = Root.getOperand(0);
  831   unsigned Opcode = Root.getOpcode();
  842       BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC)
  846   setSpecialOperandAttr(Root, Prev, *MIB1, *MIB2);
  852   DelInstrs.push_back(&Root);