Lines Matching refs:SecondMI
68 const MachineInstr &SecondMI, in matchingRegOps() argument
71 const MachineOperand &Op2 = SecondMI.getOperand(SecondMIOpIndex); in matchingRegOps()
82 const MachineInstr &SecondMI) { in checkOpConstraints() argument
90 const MachineOperand &RA = SecondMI.getOperand(1); in checkOpConstraints()
99 const MachineOperand &RT = SecondMI.getOperand(0); in checkOpConstraints()
107 if (!matchingRegOps(SecondMI, 0, SecondMI, 2) || in checkOpConstraints()
122 const MachineOperand &D = SecondMI.getOperand(1); in checkOpConstraints()
128 if (SecondMI.getOpcode() == PPC::LD) in checkOpConstraints()
147 const MachineInstr &SecondMI) { in shouldScheduleAdjacent() argument
168 if (Feature.hasOp2(SecondMI.getOpcode())) { in shouldScheduleAdjacent()
182 if (!matchingRegOps(*FirstMI, 0, SecondMI, *DepOpIdx)) in shouldScheduleAdjacent()
187 if (checkOpConstraints(Feature.getKind(), *FirstMI, SecondMI)) in shouldScheduleAdjacent()