Searched defs:OtherMI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h213 /// Copy all the implicit operands from OtherMI onto this one.
214 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) { argument
215 MI->copyImplicitOps(*MF, OtherMI);
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp259 MachineInstr *OtherMI = I; local
261 if (OtherMI->isDebugValue())
266 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
267 MachineOperand &MO = OtherMI->getOperand(i);
276 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) {
277 if (OtherMI == KillMI && MOReg == SavedReg)
832 MachineInstr *OtherMI = I; local
834 if (OtherMI->isDebugValue())
839 if (OtherMI->hasUnmodeledSideEffects() || OtherMI
1013 MachineInstr *OtherMI = I; local
[all...]

Completed in 109 milliseconds