Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp86 .copyImplicitOps(*I); in processBlock()
100 .copyImplicitOps(*I); in processBlock()
115 .copyImplicitOps(*I); in processBlock()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h235 copyImplicitOps(const MachineInstr &OtherMI) const { in copyImplicitOps() function
236 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
DMachineInstr.h1155 void copyImplicitOps(MachineFunction &MF, const MachineInstr &MI);
/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp138 NewMI.copyImplicitOps(*MBBI->getParent()->getParent(), *MBBI); in ExpandMI()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h512 void copyImplicitOps(const MachineInstr *MI);
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp463 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp530 NewMI.copyImplicitOps(MI); in optimizeSelect()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp638 MIB.copyImplicitOps(*MI); in restoreCalleeSavedRegisters()
DARMLoadStoreOptimizer.cpp1880 PrevMI.copyImplicitOps(*MBB.getParent(), *MBBI); in MergeReturnIntoLDM()
1903 .copyImplicitOps(*MBBI); in CombineMovBx()
DARMFrameLowering.cpp1022 MIB.copyImplicitOps(*MI); in emitPopInst()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp663 MIB->copyImplicitOps(&*MI); in emitPopInst()
DARMLoadStoreOptimizer.cpp1370 PrevMI->copyImplicitOps(&*MBBI); in MergeReturnIntoLDM()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp648 NewI->copyImplicitOps(MF, *RetI); in insertEpilogueInBlock()
1136 DeallocCall->copyImplicitOps(MF, *It); in insertCSRRestoresInBlock()
DHexagonInstrInfo.cpp1003 std::prev(MBBI)->copyImplicitOps(*MBB.getParent(), MI); in expandPostRAPseudo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1320 void MachineInstr::copyImplicitOps(const MachineInstr *MI) { in copyImplicitOps() function in MachineInstr
DRegisterCoalescer.cpp853 NewMI->copyImplicitOps(CopyMI); in ReMaterializeTrivialDef()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1653 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr