Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h214 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) { in copyImplicitOps() function
215 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
DMachineInstr.h949 void copyImplicitOps(MachineFunction &MF, const MachineInstr *MI);
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp322 MIB.copyImplicitOps(&*MBBI); in emitEpilogue()
393 MIB.copyImplicitOps(&*MI); in restoreCalleeSavedRegisters()
DARMFrameLowering.cpp699 MIB.copyImplicitOps(&*MI); in emitPopInst()
DARMLoadStoreOptimizer.cpp1410 PrevMI->copyImplicitOps(*MBB.getParent(), &*MBBI); in MergeReturnIntoLDM()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1393 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1164 NewMI->copyImplicitOps(MF, MBBI); in emitEpilogue()