Searched refs:copyImplicitOps (Results 1 – 17 of 17) sorted by relevance
86 .copyImplicitOps(*I); in processBlock()100 .copyImplicitOps(*I); in processBlock()115 .copyImplicitOps(*I); in processBlock()
235 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function236 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
1155 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
138 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
512 void copyImplicitOps(const MachineInstr *MI);
463 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
530 NewMI.copyImplicitOps(MI); in optimizeSelect()
638 MIB.copyImplicitOps(*MI); in restoreCalleeSavedRegisters()
1880 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI); in MergeReturnIntoLDM()1903 .copyImplicitOps(*MBBI); in CombineMovBx()
1022 MIB.copyImplicitOps(*MI); in emitPopInst()
663 MIB->copyImplicitOps(&*MI); in emitPopInst()
1370 PrevMI->copyImplicitOps(&*MBBI); in MergeReturnIntoLDM()
648 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()1136 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
1003 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
1320 void MachineInstr::copyImplicitOps(const MachineInstr *MI) { in copyImplicitOps() function in MachineInstr
853 NewMI->copyImplicitOps(CopyMI); in ReMaterializeTrivialDef()
1653 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr