Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp324 MIB.copyImplicitOps(&*MBBI); in emitEpilogue()
395 MIB.copyImplicitOps(&*MI); in restoreCalleeSavedRegisters()
DARMFrameLowering.cpp701 MIB.copyImplicitOps(&*MI); in emitPopInst()
DARMLoadStoreOptimizer.cpp1426 PrevMI->copyImplicitOps(*MBB.getParent(), &*MBBI); in MergeReturnIntoLDM()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h214 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) { in copyImplicitOps() function
215 MI->copyImplicitOps(*MF, OtherMI); in copyImplicitOps()
DMachineInstr.h944 void copyImplicitOps(MachineFunction &MF, const MachineInstr *MI);
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp185 MIB->copyImplicitOps(*MBB.getParent(), &*MBBI); in emitEpilogue()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1367 void MachineInstr::copyImplicitOps(MachineFunction &MF, in copyImplicitOps() function in MachineInstr
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1149 NewMI->copyImplicitOps(MF, MBBI); in emitEpilogue()