Lines Matching refs:Rt2MI
657 MachineInstr *RtMI, *Rt2MI; in mergeNarrowInsns() local
661 Rt2MI = &*I; in mergeNarrowInsns()
664 Rt2MI = &*MergeMI; in mergeNarrowInsns()
681 std::swap(RtMI, Rt2MI); in mergeNarrowInsns()
707 if ((ExtDestMI == Rt2MI) == Subtarget->isLittleEndian()) { in mergeNarrowInsns()
710 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*Rt2MI))) in mergeNarrowInsns()
711 .addOperand(getLdStRegOp(*Rt2MI)) in mergeNarrowInsns()
749 BuildMI(*MBB, InsertionPoint, DL, TII->get(getBitExtrOpcode(*Rt2MI))) in mergeNarrowInsns()
750 .addOperand(getLdStRegOp(*Rt2MI)) in mergeNarrowInsns()
843 MachineInstr *RtMI, *Rt2MI; in mergePairedInsns() local
846 Rt2MI = &*I; in mergePairedInsns()
854 Rt2MI = &*Paired; in mergePairedInsns()
870 .addOperand(getLdStRegOp(*Rt2MI)) in mergePairedInsns()