Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp503 .copyImplicitOps(MI) in lowerEpilog()
504 .copyImplicitOps(*Return); in lowerEpilog()
515 .copyImplicitOps(MI); in lowerEpilog()
594 .copyImplicitOps(MI) in lowerProlog()
606 .copyImplicitOps(MI); in lowerProlog()
H A DAArch64PointerAuth.cpp172 .copyImplicitOps(*MBBI) in authenticateLR()
177 .copyImplicitOps(*MBBI) in authenticateLR()
H A DAArch64SLSHardening.cpp367 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp663 MIB.copyImplicitOps(MI); in ExpandVLD()
739 MIB.copyImplicitOps(MI); in ExpandVST()
831 MIB.copyImplicitOps(MI); in ExpandLaneOp()
871 MIB.copyImplicitOps(MI); in ExpandVTBL()
908 MIB.copyImplicitOps(MI); in ExpandMQQPRLoadStore()
1113 LO16.copyImplicitOps(MI); in ExpandMOV32BitImm()
1114 HI16.copyImplicitOps(MI); in ExpandMOV32BitImm()
1137 LO16.copyImplicitOps(MI); in ExpandMOV32BitImm()
1149 HI16.copyImplicitOps(MI); in ExpandMOV32BitImm()
2594 MIB.copyImplicitOps(MI); in ExpandMI()
[all …]
H A DARMSLSHardening.cpp349 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()
2088 .copyImplicitOps(*MBBI); in CombineMovBx()
H A DARMFrameLowering.cpp1676 MIB.copyImplicitOps(*MI); in emitPopInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp105 VOPDInst.copyImplicitOps(*MI[CompIdx]); in doReplace()
H A DSIShrinkInstructions.cpp729 MIB->copyImplicitOps(*MBB.getParent(), *MovX); in matchSwap()
H A DSIInstrInfo.cpp2483 MIB.copyImplicitOps(MI); in expandPostRAPseudo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h327 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function
328 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
H A DMachineInstr.h1761 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp540 .copyImplicitOps(*MIB); in ExpandMOVEM()
547 .copyImplicitOps(*MIB); in ExpandMOVEM()
H A DM68kExpandPseudo.cpp257 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in INITIALIZE_PASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp627 CALL.copyImplicitOps(MI); in expandFunctionCALL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp525 NewMI.copyImplicitOps(MI); in optimizeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp766 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp361 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
H A DX86InstrInfo.cpp3611 MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters. in replaceBranchWithTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp860 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1477 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
H A DHexagonInstrInfo.cpp1126 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1483 NewMI->copyImplicitOps(*MF, *MI); in restoreCalleeSavedRegisters()
H A DRISCVInstrInfo.cpp3025 MIB.copyImplicitOps(MI); in convertToThreeAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1515 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr