Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp370 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL()
H A DAArch64FrameLowering.cpp1888 .copyImplicitOps(*MBBI); in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7917 .copyImplicitOps(*MBBAUT); in signOutlinedFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp94 VOPDInst.copyImplicitOps(*MI[CompIdx]); in doReplace()
H A DSIShrinkInstructions.cpp723 MIB->copyImplicitOps(*MBB.getParent(), *MovX); in matchSwap()
H A DSIInstrInfo.cpp2276 MIB.copyImplicitOps(MI); in expandPostRAPseudo()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h321 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function
322 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
H A DMachineInstr.h1711 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp305 CALL.copyImplicitOps(MI); in expandFunctionCALL()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp348 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.cpp1680 MIB.copyImplicitOps(*MI); in emitPopInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp525 NewMI.copyImplicitOps(MI); in optimizeSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp766 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp360 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
H A DX86InstrInfo.cpp3031 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters. in replaceBranchWithTailCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1292 NewMI->copyImplicitOps(*MF, *MI); in restoreCalleeSavedRegisters()
H A DRISCVInstrInfo.cpp2411 MIB.copyImplicitOps(MI); in convertToThreeAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp857 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1474 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
H A DHexagonInstrInfo.cpp1125 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1489 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr