Home
last modified time | relevance | path

Searched refs:copyImplicitOps (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp106 VOPDInst.copyImplicitOps(*FirstMI); in doReplace()
107 VOPDInst.copyImplicitOps(*SecondMI); in doReplace()
H A DSIShrinkInstructions.cpp686 MIB->copyImplicitOps(*MBB.getParent(), *MovX); in matchSwap()
H A DSIInstrInfo.cpp2161 MIB.copyImplicitOps(MI); in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp455 .copyImplicitOps(MI) in lowerEpilog()
456 .copyImplicitOps(*Return); in lowerEpilog()
467 .copyImplicitOps(MI); in lowerEpilog()
537 .copyImplicitOps(MI) in lowerProlog()
549 .copyImplicitOps(MI); in lowerProlog()
H A DAArch64SLSHardening.cpp366 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL()
H A DAArch64FrameLowering.cpp1870 .copyImplicitOps(*MBBI); in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7750 .copyImplicitOps(*MBBAUT); in signOutlinedFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h315 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function
316 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
H A DMachineInstr.h1656 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp538 .copyImplicitOps(*MIB); in ExpandMOVEM()
545 .copyImplicitOps(*MIB); in ExpandMOVEM()
H A DM68kExpandPseudo.cpp238 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp328 BL->copyImplicitOps(MF, IndirectCall); in ConvertIndirectCallToIndirectJump()
H A DThumb1FrameLowering.cpp1077 MIB.copyImplicitOps(*MI); in popRegsFromStack()
H A DARMLoadStoreOptimizer.cpp2063 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI); in MergeReturnIntoLDM()
2099 .copyImplicitOps(*MBBI); in CombineMovBx()
H A DARMFrameLowering.cpp1653 MIB.copyImplicitOps(*MI); in emitPopInst()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp525 NewMI.copyImplicitOps(MI); in optimizeSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp358 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
H A DX86InstrInfo.cpp2975 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters. in replaceBranchWithTailCall()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp765 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1222 NewMI->copyImplicitOps(*MF, *MI); in restoreCalleeSavedRegisters()
H A DRISCVInstrInfo.cpp1797 MIB.copyImplicitOps(MI); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp858 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1480 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
H A DHexagonInstrInfo.cpp1119 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp1434 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr