Searched refs:Rt2MI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 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 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 771 MachineInstr *RtMI, *Rt2MI; in mergePairedInsns() local 774 Rt2MI = &*I; in mergePairedInsns() 782 Rt2MI = &*Paired; in mergePairedInsns() 797 MachineOperand RegOp1 = getLdStRegOp(*Rt2MI); in mergePairedInsns()
|