Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp454 .copyImplicitOps(MI) in lowerEpilog()
455 .copyImplicitOps(*Return); in lowerEpilog()
466 .copyImplicitOps(MI); in lowerEpilog()
536 .copyImplicitOps(MI) in lowerProlog()
548 .copyImplicitOps(MI); in lowerProlog()
H A DAArch64SLSHardening.cpp366 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL()
H A DAArch64FrameLowering.cpp1632 .copyImplicitOps(*MBBI); in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7157 .copyImplicitOps(*MBBAUT); in signOutlinedFunction()
/netbsd-src/external/apache2/llvm/dist/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.h1671 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp537 .copyImplicitOps(*MIB); in ExpandMOVEM()
544 .copyImplicitOps(*MIB); in ExpandMOVEM()
H A DM68kExpandPseudo.cpp238 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp328 BL->copyImplicitOps(MF, IndirectCall); in ConvertIndirectCallToIndirectJump()
H A DThumb1FrameLowering.cpp1058 MIB.copyImplicitOps(*MI); in restoreCalleeSavedRegisters()
H A DARMLoadStoreOptimizer.cpp2061 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI); in MergeReturnIntoLDM()
2097 .copyImplicitOps(*MBBI); in CombineMovBx()
H A DARMFrameLowering.cpp1228 MIB.copyImplicitOps(*MI); in emitPopInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp527 NewMI.copyImplicitOps(MI); in optimizeSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp676 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp362 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
H A DX86InstrInfo.cpp2943 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters. in replaceBranchWithTailCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp569 MIB->copyImplicitOps(*MBB.getParent(), *MovX); in matchSwap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1041 NewMI->copyImplicitOps(*MF, *MI); in restoreCalleeSavedRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp855 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1477 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
H A DHexagonInstrInfo.cpp1040 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1488 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr