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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h219 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) { function in class:llvm::MachineInstrBuilder
220 MI->copyImplicitOps(*MF, OtherMI);
H A DMachineInstr.h1042 /// copyImplicitOps - Copy implicit register operands from specified
1044 void copyImplicitOps(MachineFunction &MF, const MachineInstr *MI);
/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp404 MIB.copyImplicitOps(&*MBBI);
475 MIB.copyImplicitOps(&*MI);
H A DARMFrameLowering.cpp928 MIB.copyImplicitOps(&*MI);
H A DARMLoadStoreOptimizer.cpp1718 PrevMI->copyImplicitOps(*MBB.getParent(), &*MBBI);
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp185 MIB->copyImplicitOps(*MBB.getParent(), &*MBBI);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1435 /// copyImplicitOps - Copy implicit register operands from specified
1437 void MachineInstr::copyImplicitOps(MachineFunction &MF, function in class:MachineInstr
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1011 NewMI->copyImplicitOps(MF, MBBI);

Completed in 373 milliseconds